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

31 lines
657 B
JSON

{
"name": "Swamp Food",
"rarity": 2,
"minPicked": 2,
"loot": [
{
"type": "spider_eye",
"maxAmount": 3,
"rarity": 6,
"slotTypes": "STORAGE"
},
{
"type": "carrot",
"maxAmount": 7,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "beetroot",
"maxAmount": 5,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "poisonous_potato",
"maxAmount": 5,
"rarity": 2,
"slotTypes": "STORAGE"
}
]
}