9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/loot/frozen-food.json
2021-06-27 12:11:51 -07:00

43 lines
932 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"
}
]
}