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