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
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

25 lines
529 B
JSON

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