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": "HANDCROSSBOW_BOLT",
"metadata": {
"name": "Carreau d'arbalète de poing",
"description": "Carreau pour une arbalète de poing",
"image": "https://bg3.wiki/w/images/7/74/Arrow_of_Piercing_Faded.png"
},
"options": {
"stackable": true,
"equipable": false,
"consumable": true
},
"tags": [
"CONSUMABLE"
],
"alterations": []
}