mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
44 lines
933 B
JSON
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"
|
|
}
|
|
]
|
|
}
|