Add new metal, wood, and leaves types for various mods including BetterEnd, Born in Chaos, and Rechiseled; expand allowed sounds for Sound Physics Remastered; update sort order for Jade configuration.
This commit is contained in:
@@ -0,0 +1,920 @@
|
||||
{
|
||||
"weapons": {
|
||||
"wand_kelp": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 3.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_aqua": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_netherite_aqua": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 5.5,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_clay": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 3.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_terra": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_netherite_terra": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 5.5,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_feather": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 3.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_wind": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_netherite_wind": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 5.5,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_elemental": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_aqua": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 6.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_netherite_aqua": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 7.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_terra": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 6.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_netherite_terra": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 7.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_wind": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 6.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_netherite_wind": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 7.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_crystal_aqua": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_aeternium_wind": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unique_staff_1": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"armor_sets": {
|
||||
"elemental": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"kelp": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"dripstone": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"wind": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"netherite_kelp": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"netherite_dripstone": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"netherite_wind": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.06,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.06,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.06,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.06,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"hurricane_robe": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.35,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.08,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.35,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.08,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.35,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.08,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.35,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_damage",
|
||||
"value": 0.08,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"mountain_robe": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.35,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.35,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.35,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.35,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"ocean_robe": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.35,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.35,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.35,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.35,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user