9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/loot/tropical-food.json
Brian Fopiano 6eb46c59ad buauty
2021-07-07 02:45:02 -07:00

36 lines
752 B
JSON

{
"name": "Tropical Food",
"rarity": 1,
"maxPicked": 2,
"minPicked": 1,
"loot": [
{
"type": "melon_slice",
"maxAmount": 9,
"slotTypes": "STORAGE"
},
{
"type": "cookie",
"maxAmount": 3,
"slotTypes": "STORAGE"
},
{
"type": "dried_kelp",
"maxAmount": 3,
"slotTypes": "STORAGE"
},
{
"type": "cocoa_beans",
"maxAmount": 5,
"slotTypes": "STORAGE"
},
{
"type": "glow_berries",
"maxamount": 5,
"minAmount": 1,
"rarity": 1,
"slottypes": "STORAGE"
}
]
}