9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/tropical-treasure.json
2020-10-19 05:19:40 -04:00

19 lines
389 B
JSON

{
"name": "Tropical Treasure",
"rarity": 6,
"minPicked": 0,
"loot": [
{
"type": "glistering_melon_slice",
"maxAmount": 1,
"rarity": 7,
"slotTypes": "STORAGE"
},
{
"type": "repeater",
"maxAmount": 3,
"rarity": 22,
"slotTypes": "STORAGE"
}
]
}