9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/loot/frozen-food.json
Brian Fopiano 4d7403f685 New command added to iris
/iris std beautify <project>
or just 
/iris std beautify
while in a proj
2021-07-05 02:22:24 -07:00

44 lines
933 B
JSON

{
"name": "Frozen Food",
"rarity": 1,
"maxPicked": 2,
"minPicked": 0,
"loot": [
{
"type": "spider_eye",
"maxAmount": 1,
"slotTypes": "STORAGE"
},
{
"type": "beetroot_soup",
"maxAmount": 1,
"slotTypes": "STORAGE"
},
{
"type": "cookie",
"maxAmount": 4,
"slotTypes": "STORAGE"
},
{
"type": "rabbit_stew",
"maxAmount": 1,
"slotTypes": "STORAGE"
},
{
"type": "pumpkin_pie",
"maxAmount": 1,
"slotTypes": "STORAGE"
},
{
"type": "potato",
"maxAmount": 11,
"slotTypes": "STORAGE"
},
{
"type": "baked_potato",
"maxAmount": 4,
"slotTypes": "STORAGE"
}
]
}