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

18 lines
351 B
JSON

{
"name": "Hot Food",
"rarity": 2,
"loot": [
{
"type": "rotten_flesh",
"maxAmount": 3,
"rarity": 1,
"slotTypes": "STORAGE"
},
{
"type": "dried_kelp",
"maxAmount": 6,
"rarity": 3,
"slotTypes": "STORAGE"
}
]
}