LwaCampain/items/MEDKIT.json

20 lines
No EOL
446 B
JSON

{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "MEDKIT",
"metadata": {
"name": "Kit de premier soin",
"description": "Nécessaire aux premiers soins",
"thumbnail": "",
"image": ""
},
"options": {
"stackable": false,
"equipable": false,
"consumable": true
},
"tags": [
"META:ADDABLE",
"CONSUMABLE"
],
"alterations": []
}