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,18 @@
{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "COMMON_HANDCROSSBOW",
"metadata": {
"name": "Arbalète de poing",
"description": "Petite arbalète s'attachant au poignet. Doit être retirée pour être rechargée.",
"image": "https://bg3.wiki/w/images/7/7e/Hand_Crossbow_Faded.png"
},
"options": {
"stackable": false,
"equipable": true,
"consumable": false
},
"tags": [
"EQUIPMENT"
],
"alterations": []
}