9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/loot/beach-clutter.json
Brian Fopiano f67c981d88 dwa
2021-07-06 02:30:49 -07:00

34 lines
717 B
JSON

{
"name": "Beach Clutter",
"rarity": 1,
"maxPicked": 2,
"minPicked": 1,
"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"
}
]
}