9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/cold-treasure.json
2020-10-19 05:19:40 -04:00

85 lines
2.3 KiB
JSON

{
"name": "Cold Treasure",
"rarity": 1,
"minPicked": 0,
"loot": [
{
"type": "iron_nugget",
"maxAmount": 12,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "iron_ingot",
"maxAmount": 5,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "emerald",
"maxamount": 5,
"rarity": 6,
"slottypes": "STORAGE"
},
{
"type": "emerald_block",
"maxamount": 2,
"rarity": 14,
"slottypes": "STORAGE"
},
{
"type": "iron_block",
"maxamount": 3,
"rarity": 11,
"slottypes": "STORAGE"
},
{
"type": "leather_leggings",
"maxAmount": 1,
"rarity": 97,
"minDurability": 0.93,
"maxDurability": 1,
"displayName": "Lucky Pyro Pants",
"lore": [
"The perfect pants to wear while ",
"burning oneself or diving into an ",
"explosion. They're a bit lucky too."
],
"enchantments": [
{
"enchantment": "PROTECTION_EXPLOSIONS",
"maxLevel": 7,
"minLevel": 3
},
{
"enchantment": "PROTECTION_FIRE",
"maxLevel": 7,
"minLevel": 3
}
],
"attributes": [
{
"attribute": "GENERIC_LUCK",
"operation": "ADD_NUMBER",
"maxAmount": 0.1,
"minAmount": 0.07,
"name": "LUCK"
},
{
"attribute": "GENERIC_ARMOR",
"operation": "ADD_NUMBER",
"maxAmount": 4,
"minAmount": 2,
"name": "RRM"
}
],
"itemFlags": [
"HIDE_ATTRIBUTES",
"HIDE_ENCHANTS",
"HIDE_PLACED_ON",
"HIDE_POTION_EFFECTS"
],
"slotTypes": "STORAGE"
}
]
}