9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/loot/hot-food.json
2021-05-08 18:40:33 -03: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"
}
]
}