9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/loot/hot-treasure.json
2022-06-17 10:24:37 -07:00

101 lines
2.8 KiB
JSON

{
"name": "Hot Treasure",
"rarity": 1,
"maxPicked": 2,
"minPicked": 1,
"loot": [
{
"type": "lapis_lazuli",
"maxAmount": 12,
"slotTypes": "STORAGE"
},
{
"type": "gold_ingot",
"maxAmount": 5,
"slotTypes": "STORAGE"
},
{
"type": "blaze_rod",
"maxAmount": 1,
"slotTypes": "STORAGE"
},
{
"type": "blaze_powder",
"maxAmount": 10,
"slotTypes": "STORAGE"
},
{
"type": "tnt",
"maxAmount": 5,
"slotTypes": "STORAGE"
},
{
"type": "golden_boots",
"rarity": 5,
"maxAmount": 1,
"minDurability": 0.93,
"maxDurability": 1,
"displayName": "Golden Dashers",
"lore": [
"Dash around with these boots so long",
"as they dont get damaged. Also enjoy",
"less health and armor while doing so."
],
"enchantments": [
{
"enchantment": "SOUL_SPEED",
"maxLevel": 3,
"minLevel": 2
},
{
"enchantment": "BINDING_CURSE",
"maxLevel": 1,
"minLevel": 1
},
{
"enchantment": "VANISHING_CURSE",
"maxLevel": 1,
"minLevel": 1
}
],
"attributes": [
{
"attribute": "GENERIC_MOVEMENT_SPEED",
"operation": "ADD_NUMBER",
"maxAmount": 0.2,
"minAmount": 0.1,
"name": "SPUDD"
},
{
"attribute": "GENERIC_ATTACK_SPEED",
"operation": "ADD_NUMBER",
"maxAmount": 0.1,
"minAmount": 0.05,
"name": "ATTAKK"
},
{
"attribute": "GENERIC_MAX_HEALTH",
"operation": "ADD_NUMBER",
"maxAmount": -8,
"minAmount": -4,
"name": "ATTAKK"
},
{
"attribute": "GENERIC_ARMOR",
"operation": "MULTIPLY_SCALAR_1",
"maxAmount": -0.3,
"minAmount": -0.08,
"name": "NOARM"
}
],
"itemFlags": [
"HIDE_ATTRIBUTES",
"HIDE_ENCHANTS",
"HIDE_PLACED_ON",
"HIDE_POTION_EFFECTS"
],
"slotTypes": "STORAGE"
}
]
}