Add Koryas items + Addable MetaTag

This commit is contained in:
Thomas Andres Gomez 2025-04-17 22:42:33 +02:00
parent 72c7ae6a4b
commit 2bcd8a365b
14 changed files with 232 additions and 4 deletions

20
items/DAILY_RATION.json Normal file
View file

@ -0,0 +1,20 @@
{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "DAILY_RATION",
"metadata": {
"name": "Ration journalière",
"description": "",
"thumbnail": "",
"image": ""
},
"options": {
"stackable": false,
"equipable": false,
"consumable": true
},
"tags": [
"META:ADDABLE",
"CONSUMABLE"
],
"alterations": []
}