mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +00:00
87 lines
2.5 KiB
JSON
87 lines
2.5 KiB
JSON
{
|
|
"name": "Hot Treasure",
|
|
"rarity": 1,
|
|
"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"
|
|
}
|
|
]
|
|
} |