9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-03 14:12:21 +00:00
Files
Iris-Pack-EarthWorld/loot/hot-treasure.json
2021-07-04 16:54:47 -07:00

66 lines
2.1 KiB
JSON

{
"name": "Hot Treasure",
"rarity": 1,
"maxPicked": 1,
"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": "golden_boots",
"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"
}
]
}