mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 19:59:10 +00:00
25 lines
528 B
JSON
25 lines
528 B
JSON
{
|
|
"name": "Beach Clutter",
|
|
"rarity": 2,
|
|
"loot": [
|
|
{
|
|
"type": "SUGAR_CANE",
|
|
"maxAmount": 12,
|
|
"rarity": 3,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "FISHING_ROD",
|
|
"maxAmount": 1,
|
|
"rarity": 5,
|
|
"minDurability": 0.5,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "SUGAR",
|
|
"maxAmount": 3,
|
|
"rarity": 3,
|
|
"slotTypes": "STORAGE"
|
|
}
|
|
]
|
|
} |