9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/loot/cold-food.json
Brian Fopiano 6f055fa2b0 Loot Overhaul
2021-06-19 21:57:04 -07:00

38 lines
826 B
JSON

{
"name": "Cold Food",
"rarity": 2,
"maxPicked": 4,
"minPicked": 1,
"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"
}
]
}