mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
34 lines
702 B
JSON
34 lines
702 B
JSON
{
|
|
"name": "Cold Food",
|
|
"rarity": 1,
|
|
"maxPicked": 2,
|
|
"minPicked": 0,
|
|
"loot": [
|
|
{
|
|
"type": "rabbit_stew",
|
|
"maxAmount": 1,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "potato",
|
|
"maxAmount": 2,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "wheat_seeds",
|
|
"maxAmount": 2,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "poisonous_potato",
|
|
"maxAmount": 1,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "sweet_berries",
|
|
"maxAmount": 4,
|
|
"slotTypes": "STORAGE"
|
|
}
|
|
]
|
|
}
|