9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/frozen-food.json
2020-10-19 05:19:40 -04:00

48 lines
1.0 KiB
JSON

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