9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/swamp-food.json
2020-10-19 05:19:40 -04:00

24 lines
488 B
JSON

{
"name": "Swamp Food",
"rarity": 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"
}
]
}