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
16
items/FLASK_TURTLE_SHELL.json
Normal file
16
items/FLASK_TURTLE_SHELL.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||
"id": "FLASK_TURTLE_SHELL",
|
||||
"metadata": {
|
||||
"name": "Flasque carapace de Tortue",
|
||||
"description": "Luxueuse flasque en carapace de Tortue",
|
||||
"image": "https://drive.google.com/uc?export=view&id=1j_jpKuESL3Tp0jQx3zPPS80rvtiKTAVf"
|
||||
},
|
||||
"options": {
|
||||
"stackable": false,
|
||||
"equipable": false,
|
||||
"consumable": false
|
||||
},
|
||||
"tags": [],
|
||||
"alterations": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue