mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
30 lines
628 B
JSON
30 lines
628 B
JSON
{
|
|
"name": "Temperate Food",
|
|
"rarity": 2,
|
|
"loot": [
|
|
{
|
|
"type": "bread",
|
|
"maxAmount": 2,
|
|
"rarity": 3,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "wheat",
|
|
"maxAmount": 7,
|
|
"rarity": 1,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "carrot",
|
|
"maxAmount": 7,
|
|
"rarity": 3,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "wheat_seeds",
|
|
"maxAmount": 7,
|
|
"rarity": 2,
|
|
"slotTypes": "STORAGE"
|
|
}
|
|
]
|
|
} |