9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/beach-clutter.json
Brian Fopiano 6f055fa2b0 Loot Overhaul
2021-06-19 21:57:04 -07:00

27 lines
569 B
JSON

{
"name": "Beach Clutter",
"rarity": 2,
"maxPicked": 4,
"minPicked": 1,
"loot": [
{
"type": "sugar_cane",
"maxAmount": 12,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "fishing_rod",
"maxAmount": 1,
"rarity": 11,
"minDurability": 0.5,
"slotTypes": "STORAGE"
},
{
"type": "sugar",
"maxAmount": 3,
"rarity": 4,
"slotTypes": "STORAGE"
}
]
}