mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
36 lines
786 B
JSON
36 lines
786 B
JSON
{
|
|
"name": "Cold Food",
|
|
"rarity": 2,
|
|
"loot": [
|
|
{
|
|
"type": "rabbit_stew",
|
|
"maxAmount": 1,
|
|
"rarity": 4,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "potato",
|
|
"maxAmount": 7,
|
|
"rarity": 1,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "wheat_seeds",
|
|
"maxAmount": 7,
|
|
"rarity": 5,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "poisonous_potato",
|
|
"maxAmount": 1,
|
|
"rarity": 3,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "sweet_berries",
|
|
"maxAmount": 4,
|
|
"rarity": 1,
|
|
"slotTypes": "STORAGE"
|
|
}
|
|
]
|
|
} |