9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-03 14:12:21 +00:00
Files
Iris-Pack-EarthWorld/loot/frozen-food.json
Brian Fopiano 4dd9a86eaf JK
This reverts commit bf4900dfd3.
2020-09-04 02:03:30 -07: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"
}
]
}