9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/loot/global-treasure.json
Brian Fopiano 4dd9a86eaf JK
This reverts commit bf4900dfd3.
2020-09-04 02:03:30 -07:00

49 lines
1.1 KiB
JSON

{
"name": "Global Treasure",
"rarity": 1,
"maxPicked": 2,
"loot": [
{
"type": "DIAMOND",
"maxAmount": 5,
"rarity": 6,
"slotTypes": "STORAGE"
},
{
"type": "ENDER_PEARL",
"maxAmount": 3,
"rarity": 9,
"slotTypes": "STORAGE"
},
{
"type": "NAME_TAG",
"maxAmount": 1,
"rarity": 12,
"slotTypes": "STORAGE"
},
{
"type": "IRON_INGOT",
"maxAmount": 5,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "IRON_NUGGET",
"maxAmount": 7,
"rarity": 1,
"slotTypes": "STORAGE"
},
{
"type": "GOLD_NUGGET",
"maxAmount": 6,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "REDSTONE",
"maxAmount": 11,
"rarity": 4,
"slotTypes": "STORAGE"
}
]
}