mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
36 lines
752 B
JSON
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"
|
|
}
|
|
]
|
|
}
|