9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/loot/hot-treasure.json
Brian Fopiano 6eb46c59ad buauty
2021-07-07 02:45:02 -07:00

89 lines
2.5 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": "gold_nugget",
"maxAmount": 8,
"slotTypes": "STORAGE"
},
{
"type": "blaze_powder",
"maxAmount": 1,
"slotTypes": "STORAGE"
},
{
"type": "tnt",
"maxAmount": 1,
"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": 5,
"minLevel": 3
}],
"attributes": [
{
"attribute": "GENERIC_MOVEMENT_SPEED",
"operation": "ADD_NUMBER",
"maxAmount": 0.35,
"minAmount": 0.2,
"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": -7,
"minAmount": -5,
"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"
}
]
}