mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
34 lines
697 B
JSON
34 lines
697 B
JSON
{
|
|
"name": "Swamp Food",
|
|
"rarity": 1,
|
|
"maxPicked": 2,
|
|
"minPicked": 1,
|
|
"loot": [
|
|
{
|
|
"type": "spider_eye",
|
|
"maxAmount": 3,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "carrot",
|
|
"maxAmount": 7,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "beetroot",
|
|
"maxAmount": 5,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "poisonous_potato",
|
|
"maxAmount": 5,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "pumpkin_pie",
|
|
"maxAmount": 1,
|
|
"slotTypes": "STORAGE"
|
|
}
|
|
]
|
|
}
|