9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/loot/mushroom-food.json
Brian Fopiano 6eb46c59ad buauty
2021-07-07 02:45:02 -07:00

29 lines
584 B
JSON

{
"name": "Mushroom Food",
"rarity": 1,
"maxPicked": 2,
"minPicked": 0,
"loot": [
{
"type": "spider_eye",
"maxAmount": 3,
"slotTypes": "STORAGE"
},
{
"type": "beetroot",
"maxAmount": 5,
"slotTypes": "STORAGE"
},
{
"type": "mushroom_stew",
"maxAmount": 1,
"slotTypes": "STORAGE"
},
{
"type": "rotten_flesh",
"maxAmount": 1,
"slotTypes": "STORAGE"
}
]
}