Added an item
This commit is contained in:
parent
f37aaf7472
commit
807c8ad4e3
1 changed files with 17 additions and 0 deletions
17
items/COMPONENT_SOUL_SACK.json
Normal file
17
items/COMPONENT_SOUL_SACK.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
|
||||||
|
"id": "COMPONENT_SOUL_SACK",
|
||||||
|
"metadata": {
|
||||||
|
"name": "Sac à âme",
|
||||||
|
"description": "Sac à âme fait d'une structure osseuse recouverte d'une membrane rouge transparente. Trouvé à l'intérieur d'un monstre marin."
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"stackable": true,
|
||||||
|
"equipable": false,
|
||||||
|
"consumable": false
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"QUEST"
|
||||||
|
],
|
||||||
|
"alterations": []
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue