End of session 15

This commit is contained in:
Thomas Andres Gomez 2025-05-07 00:22:59 +02:00
parent 0a48ca40ce
commit b3a5c36d92
15 changed files with 122 additions and 36 deletions

View file

@ -2,8 +2,8 @@
"type": "com.pixelized.shared.lwa.model.inventory.InventoryJsonV1",
"characterSheetId": "Hannah_Dorveille",
"purse": {
"gold": 11,
"silver": 93,
"gold": 9,
"silver": 89,
"copper": 75
},
"items": [
@ -40,7 +40,7 @@
{
"inventoryId": "71dbf6b1-c768-4995-a242-625a4b949898",
"itemId": "DAILY_RATION",
"count": 7.5,
"count": 6.0,
"equipped": false
},
{
@ -60,6 +60,12 @@
"itemId": "BIG_TOPAZ",
"count": 1.0,
"equipped": false
},
{
"inventoryId": "5604f2cb-649f-475e-ad6b-c9e09020ef67",
"itemId": "THROWING_DAGGER_WELL_BALANCED",
"count": 3.0,
"equipped": true
}
]
}