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

18
items/COMMON_DAGGER.json Normal file
View file

@ -0,0 +1,18 @@
{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "COMMON_DAGGER",
"metadata": {
"name": "Dague",
"description": "Dague commune",
"image": "https://bg3.wiki/w/images/d/de/Dagger_Icon.png"
},
"options": {
"stackable": false,
"equipable": true,
"consumable": false
},
"tags": [
"EQUIPMENT"
],
"alterations": []
}