9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/loot/hot-food.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -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"
}
]
}