mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
84 lines
2.3 KiB
JSON
84 lines
2.3 KiB
JSON
{
|
|
"name": "Cold Treasure",
|
|
"rarity": 1,
|
|
"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"
|
|
}
|
|
]
|
|
} |