9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/loot/cold-food.json
Brian Fopiano 4dd9a86eaf JK
This reverts commit bf4900dfd3.
2020-09-04 02:03:30 -07:00

36 lines
786 B
JSON

{
"name": "Cold Food",
"rarity": 2,
"loot": [
{
"type": "RABBIT_STEW",
"maxAmount": 1,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "POTATO",
"maxAmount": 7,
"rarity": 1,
"slotTypes": "STORAGE"
},
{
"type": "WHEAT_SEEDS",
"maxAmount": 7,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "POISONOUS_POTATO",
"maxAmount": 1,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "SWEET_BERRIES",
"maxAmount": 4,
"rarity": 1,
"slotTypes": "STORAGE"
}
]
}