mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +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"
|
|
}
|
|
]
|
|
} |