AOF7-Vocality/config/wizards/items_v3.json
2024-02-20 18:35:48 -06:00

446 lines
9.7 KiB
JSON

{
"weapons": {
"staff_netherite_fire": {
"attack_damage": 4.0,
"attack_speed": -3.0,
"attributes": [
{
"id": "spell_power:fire",
"value": 5.0,
"operation": "ADDITION"
}
]
},
"staff_netherite_frost": {
"attack_damage": 4.0,
"attack_speed": -3.0,
"attributes": [
{
"id": "spell_power:frost",
"value": 5.0,
"operation": "ADDITION"
}
]
},
"staff_netherite_arcane": {
"attack_damage": 4.0,
"attack_speed": -3.0,
"attributes": [
{
"id": "spell_power:arcane",
"value": 5.0,
"operation": "ADDITION"
}
]
},
"wand_fire": {
"attack_damage": 2.0,
"attack_speed": -2.4,
"attributes": [
{
"id": "spell_power:fire",
"value": 2.0,
"operation": "ADDITION"
}
]
},
"staff_arcane": {
"attack_damage": 4.0,
"attack_speed": -3.0,
"attributes": [
{
"id": "spell_power:arcane",
"value": 4.0,
"operation": "ADDITION"
}
]
},
"wand_novice": {
"attack_damage": 2.0,
"attack_speed": -2.4,
"attributes": [
{
"id": "spell_power:fire",
"value": 1.0,
"operation": "ADDITION"
}
]
},
"wand_arcane": {
"attack_damage": 2.0,
"attack_speed": -2.4,
"attributes": [
{
"id": "spell_power:arcane",
"value": 2.0,
"operation": "ADDITION"
}
]
},
"staff_frost": {
"attack_damage": 4.0,
"attack_speed": -3.0,
"attributes": [
{
"id": "spell_power:frost",
"value": 4.0,
"operation": "ADDITION"
}
]
},
"wand_netherite_arcane": {
"attack_damage": 2.0,
"attack_speed": -2.4,
"attributes": [
{
"id": "spell_power:arcane",
"value": 3.0,
"operation": "ADDITION"
}
]
},
"staff_fire": {
"attack_damage": 4.0,
"attack_speed": -3.0,
"attributes": [
{
"id": "spell_power:fire",
"value": 4.0,
"operation": "ADDITION"
}
]
},
"wand_frost": {
"attack_damage": 2.0,
"attack_speed": -2.4,
"attributes": [
{
"id": "spell_power:frost",
"value": 2.0,
"operation": "ADDITION"
}
]
},
"staff_wizard": {
"attack_damage": 4.0,
"attack_speed": -3.0,
"attributes": [
{
"id": "spell_power:arcane",
"value": 3.0,
"operation": "ADDITION"
},
{
"id": "spell_power:fire",
"value": 3.0,
"operation": "ADDITION"
},
{
"id": "spell_power:frost",
"value": 3.0,
"operation": "ADDITION"
}
]
},
"wand_netherite_fire": {
"attack_damage": 2.0,
"attack_speed": -2.4,
"attributes": [
{
"id": "spell_power:fire",
"value": 3.0,
"operation": "ADDITION"
}
]
},
"wand_netherite_frost": {
"attack_damage": 2.0,
"attack_speed": -2.4,
"attributes": [
{
"id": "spell_power:frost",
"value": 3.0,
"operation": "ADDITION"
}
]
}
},
"armor_sets": {
"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:critical_damage",
"value": 0.1,
"operation": "MULTIPLY_BASE"
}
]
},
"chest": {
"armor": 3,
"attributes": [
{
"id": "spell_power:arcane",
"value": 0.25,
"operation": "MULTIPLY_BASE"
},
{
"id": "spell_power:critical_damage",
"value": 0.1,
"operation": "MULTIPLY_BASE"
}
]
},
"legs": {
"armor": 2,
"attributes": [
{
"id": "spell_power:arcane",
"value": 0.25,
"operation": "MULTIPLY_BASE"
},
{
"id": "spell_power:critical_damage",
"value": 0.1,
"operation": "MULTIPLY_BASE"
}
]
},
"feet": {
"armor": 1,
"attributes": [
{
"id": "spell_power:arcane",
"value": 0.25,
"operation": "MULTIPLY_BASE"
},
{
"id": "spell_power:critical_damage",
"value": 0.1,
"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:haste",
"value": 0.03,
"operation": "MULTIPLY_BASE"
}
]
},
"chest": {
"armor": 3,
"attributes": [
{
"id": "spell_power:frost",
"value": 0.25,
"operation": "MULTIPLY_BASE"
},
{
"id": "spell_power:haste",
"value": 0.03,
"operation": "MULTIPLY_BASE"
}
]
},
"legs": {
"armor": 2,
"attributes": [
{
"id": "spell_power:frost",
"value": 0.25,
"operation": "MULTIPLY_BASE"
},
{
"id": "spell_power:haste",
"value": 0.03,
"operation": "MULTIPLY_BASE"
}
]
},
"feet": {
"armor": 1,
"attributes": [
{
"id": "spell_power:frost",
"value": 0.25,
"operation": "MULTIPLY_BASE"
},
{
"id": "spell_power:haste",
"value": 0.03,
"operation": "MULTIPLY_BASE"
}
]
}
},
"wizard_robe": {
"armor_toughness": 0.0,
"knockback_resistance": 0.0,
"head": {
"armor": 1,
"attributes": [
{
"id": "spell_power:arcane",
"value": 1.0,
"operation": "ADDITION"
},
{
"id": "spell_power:fire",
"value": 1.0,
"operation": "ADDITION"
},
{
"id": "spell_power:frost",
"value": 1.0,
"operation": "ADDITION"
}
]
},
"chest": {
"armor": 3,
"attributes": [
{
"id": "spell_power:arcane",
"value": 1.0,
"operation": "ADDITION"
},
{
"id": "spell_power:fire",
"value": 1.0,
"operation": "ADDITION"
},
{
"id": "spell_power:frost",
"value": 1.0,
"operation": "ADDITION"
}
]
},
"legs": {
"armor": 2,
"attributes": [
{
"id": "spell_power:arcane",
"value": 1.0,
"operation": "ADDITION"
},
{
"id": "spell_power:fire",
"value": 1.0,
"operation": "ADDITION"
},
{
"id": "spell_power:frost",
"value": 1.0,
"operation": "ADDITION"
}
]
},
"feet": {
"armor": 1,
"attributes": [
{
"id": "spell_power:arcane",
"value": 1.0,
"operation": "ADDITION"
},
{
"id": "spell_power:fire",
"value": 1.0,
"operation": "ADDITION"
},
{
"id": "spell_power:frost",
"value": 1.0,
"operation": "ADDITION"
}
]
}
}
}
}