9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00
Files
Iris-Pack-Overworld/loot/beach-clutter.json
Brian Fopiano 6eb46c59ad buauty
2021-07-07 02:45:02 -07:00

35 lines
718 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"
}
]
}