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
18
items/COMMON_DAGGER.json
Normal file
18
items/COMMON_DAGGER.json
Normal 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": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue