9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/loot/tropical-food.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

24 lines
494 B
JSON

{
"name": "Tropical Food",
"rarity": 2,
"loot": [
{
"type": "MELON_SLICE",
"maxAmount": 9,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "COOKIE",
"maxAmount": 3,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "DRIED_KELP",
"maxAmount": 3,
"rarity": 1,
"slotTypes": "STORAGE"
}
]
}