LwaCampain/items/STICK.json

19 lines
No EOL
615 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "STICK",
"metadata": {
"name": "Bâton de marche",
"description": "Un bâton usé qui peut aussi bien servir dappui à un vieillard, qu'être le témoin daventures imaginaires d'un enfant ou encore l'arme improvisée de mains moins innocentes.",
"image": "https://bg3.wiki/w/images/b/bd/Club_Unfaded.png"
},
"options": {
"stackable": false,
"equipable": true,
"consumable": false
},
"tags": [
"META:ADDABLE",
"EQUIPMENT"
],
"alterations": []
}