Added items for Template_Contrebandier and create some NPCs from that template
This commit is contained in:
parent
d107358bcd
commit
d885fa6086
13 changed files with 1062 additions and 13 deletions
29
inventory/Contrebandier_2.json
Normal file
29
inventory/Contrebandier_2.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue