Added items for Template_Contrebandier and create some NPCs from that template

This commit is contained in:
SAUVAGEOT Paul-Arthur 2025-04-21 17:07:23 +02:00
parent d107358bcd
commit d885fa6086
13 changed files with 1062 additions and 13 deletions

View file

@ -0,0 +1,29 @@
{
"type": "com.pixelized.shared.lwa.model.inventory.InventoryJsonV1",
"characterSheetId": "Contrebandier_3",
"purse": {
"gold": 0,
"silver": 10,
"copper": 0
},
"items": [
{
"inventoryId": "f971b617-1f90-4b02-b083-10ec6d1e5a4b",
"itemId": "COMMON_DAGGER",
"count": 1.0,
"equipped": true
},
{
"inventoryId": "a96f3769-f63a-4e26-aba3-db07fc4a31e8",
"itemId": "COMMON_HANDCROSSBOW",
"count": 1.0,
"equipped": true
},
{
"inventoryId": "17ca7888-26da-4305-a43a-b69abc17848d",
"itemId": "HANDCROSSBOW_BOLT",
"count": 1.0,
"equipped": false
}
]
}