mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
24 lines
494 B
JSON
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"
|
|
}
|
|
]
|
|
} |