9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
Files
Iris-Pack-EarthWorld/loot/beach-clutter.json
Brian Fopiano bf4900dfd3 More LOOT
2020-09-04 01:50:47 -07:00

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"
}
]
}