mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 04:09:18 +00:00
74 lines
2.2 KiB
JSON
74 lines
2.2 KiB
JSON
{
|
|
"name": "Cold Treasure",
|
|
"rarity": 1,
|
|
"maxPicked": 1,
|
|
"minPicked": 1,
|
|
"loot": [
|
|
{
|
|
"type": "iron_nugget",
|
|
"maxAmount": 4,
|
|
"minAmount": 2,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "iron_ingot",
|
|
"maxAmount": 5,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "emerald",
|
|
"maxamount": 2,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "emerald_block",
|
|
"maxamount": 1,
|
|
"rarity": 10,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "iron_block",
|
|
"maxamount": 3,
|
|
"rarity": 10,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "leather_leggings",
|
|
"maxAmount": 1,
|
|
"rarity": 10,
|
|
"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"
|
|
},
|
|
{
|
|
"attribute": "GENERIC_MAX_HEALTH", "operation": "ADD_NUMBER", "maxAmount": 4,
|
|
"minAmount": 2,
|
|
"name": "RRM"
|
|
}],
|
|
"itemFlags": [
|
|
"HIDE_ATTRIBUTES","HIDE_ENCHANTS","HIDE_PLACED_ON","HIDE_POTION_EFFECTS"],
|
|
"slotTypes": "STORAGE"
|
|
}
|
|
]
|
|
} |