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

88 lines
2.5 KiB
JSON

{
"name": "Hot Treasure",
"rarity": 1,
"minPicked": 0,
"loot": [
{
"type": "lapis_lazuli",
"maxAmount": 12,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "gold_ingot",
"maxAmount": 5,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "gold_nugget",
"maxAmount": 8,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "blaze_powder",
"maxAmount": 1,
"rarity": 38,
"slotTypes": "STORAGE"
},
{
"type": "golden_boots",
"maxAmount": 1,
"rarity": 85,
"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"
}
]
}