Added items, npcs and changed throwing daggers to be consummables
This commit is contained in:
parent
25eea01e80
commit
f6891eef97
9 changed files with 316 additions and 3 deletions
18
items/TAPESTRY_THREE_ARROWS.json
Normal file
18
items/TAPESTRY_THREE_ARROWS.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||
"id": "TAPESTRY_THREE_ARROWS",
|
||||
"metadata": {
|
||||
"name": "Tapisserie des Trois Flèches",
|
||||
"description": "Tapisserie de bonne qualité représentant le héro ayant sauvé Moèrlin d'une attaque de monstre avec seulement trois flèches",
|
||||
"image": "https://bg3.wiki/w/images/b/b6/Kanons_Handkerchief_Icon.png"
|
||||
},
|
||||
"options": {
|
||||
"stackable": false,
|
||||
"equipable": false,
|
||||
"consumable": false
|
||||
},
|
||||
"tags": [
|
||||
"MISCELLANEOUS"
|
||||
],
|
||||
"alterations": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue