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

View file

@ -0,0 +1,20 @@
{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "STALLION_LITTLE_THUNDER",
"metadata": {
"name": "Étalon noir : Petit Tonnerre",
"description": "",
"thumbnail": "",
"image": ""
},
"options": {
"stackable": false,
"equipable": false,
"consumable": false
},
"tags": [
"META:ADDABLE",
"MISCELLANEOUS"
],
"alterations": []
}