Add Koryas items + Addable MetaTag
This commit is contained in:
parent
72c7ae6a4b
commit
2bcd8a365b
14 changed files with 232 additions and 4 deletions
20
items/DAILY_RATION.json
Normal file
20
items/DAILY_RATION.json
Normal 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": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue