9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/temperate-clutter.json
Brian Fopiano 2702b50bfd fff
2021-06-23 21:31:19 -07:00

27 lines
536 B
JSON

{
"name": "Temperate Clutter",
"rarity": 1,
"maxPicked": 2,
"minPicked": 1,
"loot": [
{
"type": "oak_planks",
"maxAmount": 3,
"rarity": 6,
"slotTypes": "STORAGE"
},
{
"type": "stick",
"maxAmount": 4,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "oak_wood",
"maxAmount": 3,
"rarity": 12,
"slotTypes": "STORAGE"
}
]
}