diff options
Diffstat (limited to 'config/wizards/items_v4.json')
| -rw-r--r-- | config/wizards/items_v4.json | 638 |
1 files changed, 638 insertions, 0 deletions
diff --git a/config/wizards/items_v4.json b/config/wizards/items_v4.json new file mode 100644 index 0000000..dfffe20 --- /dev/null +++ b/config/wizards/items_v4.json @@ -0,0 +1,638 @@ +{ + "weapons": { + "staff_netherite_fire": { + "attack_damage": 4.0, + "attack_speed": -3.0, + "attributes": [ + { + "id": "spell_power:fire", + "value": 6.0, + "operation": "ADDITION" + } + ] + }, + "staff_netherite_frost": { + "attack_damage": 4.0, + "attack_speed": -3.0, + "attributes": [ + { + "id": "spell_power:frost", + "value": 6.0, + "operation": "ADDITION" + } + ] + }, + "staff_netherite_arcane": { + "attack_damage": 4.0, + "attack_speed": -3.0, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 6.0, + "operation": "ADDITION" + } + ] + }, + "wand_fire": { + "attack_damage": 2.0, + "attack_speed": -2.4, + "attributes": [ + { + "id": "spell_power:fire", + "value": 4.0, + "operation": "ADDITION" + } + ] + }, + "staff_arcane": { + "attack_damage": 4.0, + "attack_speed": -3.0, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 5.0, + "operation": "ADDITION" + } + ] + }, + "wand_novice": { + "attack_damage": 2.0, + "attack_speed": -2.4, + "attributes": [ + { + "id": "spell_power:fire", + "value": 3.0, + "operation": "ADDITION" + } + ] + }, + "wand_arcane": { + "attack_damage": 2.0, + "attack_speed": -2.4, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 4.0, + "operation": "ADDITION" + } + ] + }, + "staff_frost": { + "attack_damage": 4.0, + "attack_speed": -3.0, + "attributes": [ + { + "id": "spell_power:frost", + "value": 5.0, + "operation": "ADDITION" + } + ] + }, + "wand_netherite_arcane": { + "attack_damage": 2.0, + "attack_speed": -2.4, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 4.5, + "operation": "ADDITION" + } + ] + }, + "staff_fire": { + "attack_damage": 4.0, + "attack_speed": -3.0, + "attributes": [ + { + "id": "spell_power:fire", + "value": 5.0, + "operation": "ADDITION" + } + ] + }, + "wand_frost": { + "attack_damage": 2.0, + "attack_speed": -2.4, + "attributes": [ + { + "id": "spell_power:frost", + "value": 4.0, + "operation": "ADDITION" + } + ] + }, + "staff_wizard": { + "attack_damage": 4.0, + "attack_speed": -3.0, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 4.0, + "operation": "ADDITION" + }, + { + "id": "spell_power:fire", + "value": 4.0, + "operation": "ADDITION" + }, + { + "id": "spell_power:frost", + "value": 4.0, + "operation": "ADDITION" + } + ] + }, + "wand_netherite_fire": { + "attack_damage": 2.0, + "attack_speed": -2.4, + "attributes": [ + { + "id": "spell_power:fire", + "value": 4.5, + "operation": "ADDITION" + } + ] + }, + "wand_netherite_frost": { + "attack_damage": 2.0, + "attack_speed": -2.4, + "attributes": [ + { + "id": "spell_power:frost", + "value": 4.5, + "operation": "ADDITION" + } + ] + } + }, + "armor_sets": { + "netherite_arcane_robe": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 1, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 0.3, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:haste", + "value": 0.03, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 3, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 0.3, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:haste", + "value": 0.03, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 2, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 0.3, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:haste", + "value": 0.03, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 1, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 0.3, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:haste", + "value": 0.03, + "operation": "MULTIPLY_BASE" + } + ] + } + }, + "netherite_frost_robe": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 1, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.3, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 3, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.3, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 2, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.3, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 1, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.3, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + } + }, + "arcane_robe": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 1, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:haste", + "value": 0.03, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 3, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:haste", + "value": 0.03, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 2, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:haste", + "value": 0.03, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 1, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:haste", + "value": 0.03, + "operation": "MULTIPLY_BASE" + } + ] + } + }, + "fire_robe": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 1, + "attributes": [ + { + "id": "spell_power:fire", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_chance", + "value": 0.02, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 3, + "attributes": [ + { + "id": "spell_power:fire", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_chance", + "value": 0.02, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 2, + "attributes": [ + { + "id": "spell_power:fire", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_chance", + "value": 0.02, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 1, + "attributes": [ + { + "id": "spell_power:fire", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_chance", + "value": 0.02, + "operation": "MULTIPLY_BASE" + } + ] + } + }, + "frost_robe": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 1, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 3, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 2, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 1, + "attributes": [ + { + "id": "spell_power:frost", + "value": 0.25, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + } + ] + } + }, + "netherite_fire_robe": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 1, + "attributes": [ + { + "id": "spell_power:fire", + "value": 0.3, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_chance", + "value": 0.02, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 3, + "attributes": [ + { + "id": "spell_power:fire", + "value": 0.3, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_chance", + "value": 0.02, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 2, + "attributes": [ + { + "id": "spell_power:fire", + "value": 0.3, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_chance", + "value": 0.02, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 1, + "attributes": [ + { + "id": "spell_power:fire", + "value": 0.3, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:critical_chance", + "value": 0.02, + "operation": "MULTIPLY_BASE" + } + ] + } + }, + "wizard_robe": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 1, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:fire", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:frost", + "value": 0.2, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 3, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:fire", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:frost", + "value": 0.2, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 2, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:fire", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:frost", + "value": 0.2, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 1, + "attributes": [ + { + "id": "spell_power:arcane", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:fire", + "value": 0.2, + "operation": "MULTIPLY_BASE" + }, + { + "id": "spell_power:frost", + "value": 0.2, + "operation": "MULTIPLY_BASE" + } + ] + } + } + } +}
\ No newline at end of file |
