mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
34 lines
717 B
JSON
34 lines
717 B
JSON
{
|
|
"name": "Beach Clutter",
|
|
"rarity": 1,
|
|
"maxPicked": 2,
|
|
"minPicked": 0,
|
|
"loot": [
|
|
{
|
|
"type": "sugar_cane",
|
|
"maxAmount": 12,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "fishing_rod",
|
|
"maxAmount": 1,
|
|
"minDurability": 0.5,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "sugar",
|
|
"maxAmount": 3,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "sand",
|
|
"maxAmount": 8,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "clay",
|
|
"maxAmount": 3,
|
|
"slotTypes": "STORAGE"
|
|
}
|
|
]
|
|
} |