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_1",
"purse": {
"gold": 0,
"silver": 12,
"copper": 0
},
"items": [
{
"inventoryId": "393f73a0-6081-49b5-a8db-446342d9895e",
"itemId": "COMMON_DAGGER",
"count": 1.0,
"equipped": true
},
{
"inventoryId": "64bb2be6-0e9c-466b-90e5-d1b4b6c3e81b",
"itemId": "COMMON_HANDCROSSBOW",
"count": 1.0,
"equipped": true
},
{
"inventoryId": "d52c7cae-b705-49e1-8001-16ba51f36cee",
"itemId": "HANDCROSSBOW_BOLT",
"count": 1.0,
"equipped": false
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "com.pixelized.shared.lwa.model.inventory.InventoryJsonV1",
"characterSheetId": "Contrebandier_2",
"purse": {
"gold": 0,
"silver": 8,
"copper": 0
},
"items": [
{
"inventoryId": "bf98e102-cf6a-4a39-a419-1ca5377eed85",
"itemId": "COMMON_DAGGER",
"count": 1.0,
"equipped": true
},
{
"inventoryId": "c1cf40f3-49cf-4e99-ad9b-b155790499b3",
"itemId": "COMMON_HANDCROSSBOW",
"count": 1.0,
"equipped": true
},
{
"inventoryId": "c4daa624-2e8b-41eb-8784-d7da3404465e",
"itemId": "HANDCROSSBOW_BOLT",
"count": 1.0,
"equipped": false
}
]
}

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
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "com.pixelized.shared.lwa.model.inventory.InventoryJsonV1",
"characterSheetId": "Contrebandier_4",
"purse": {
"gold": 0,
"silver": 8,
"copper": 0
},
"items": [
{
"inventoryId": "dfdcd295-2eec-4fb4-b882-7905643fcb05",
"itemId": "COMMON_DAGGER",
"count": 1.0,
"equipped": true
},
{
"inventoryId": "ee4b1295-cc87-4805-9d3e-9a0b34856b14",
"itemId": "COMMON_HANDCROSSBOW",
"count": 1.0,
"equipped": true
},
{
"inventoryId": "a41c22b8-0278-4c7c-8f36-4917a5564a45",
"itemId": "HANDCROSSBOW_BOLT",
"count": 1.0,
"equipped": false
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "com.pixelized.shared.lwa.model.inventory.InventoryJsonV1",
"characterSheetId": "Template_Contrebandier",
"purse": {
"gold": 0,
"silver": 0,
"copper": 0
},
"items": [
{
"inventoryId": "d6f3f6e6-27ad-4dba-afa0-690162471ec2",
"itemId": "COMMON_DAGGER",
"count": 1.0,
"equipped": true
},
{
"inventoryId": "68fe80ae-0c1c-4709-8907-9a42e6822a42",
"itemId": "HANDCROSSBOW_BOLT",
"count": 1.0,
"equipped": false
},
{
"inventoryId": "3de28f5d-2882-48e1-adb7-d47b7f60763c",
"itemId": "COMMON_HANDCROSSBOW",
"count": 1.0,
"equipped": true
}
]
}