first
This commit is contained in:
commit
a1893e1d21
253 changed files with 146536 additions and 0 deletions
446
config/wizards/items_v2.json
Executable file
446
config/wizards/items_v2.json
Executable file
|
|
@ -0,0 +1,446 @@
|
|||
{
|
||||
"weapons": {
|
||||
"staff_netherite_fire": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "fire",
|
||||
"value": 5.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_netherite_frost": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "frost",
|
||||
"value": 5.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_netherite_arcane": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "arcane",
|
||||
"value": 5.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_fire": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "fire",
|
||||
"value": 2.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_arcane": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "arcane",
|
||||
"value": 4.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_novice": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "fire",
|
||||
"value": 1.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_arcane": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "arcane",
|
||||
"value": 2.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_frost": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "frost",
|
||||
"value": 4.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_netherite_arcane": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "arcane",
|
||||
"value": 3.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_fire": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "fire",
|
||||
"value": 4.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_frost": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "frost",
|
||||
"value": 2.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"staff_wizard": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "arcane",
|
||||
"value": 3.0,
|
||||
"operation": "ADDITION"
|
||||
},
|
||||
{
|
||||
"name": "fire",
|
||||
"value": 3.0,
|
||||
"operation": "ADDITION"
|
||||
},
|
||||
{
|
||||
"name": "frost",
|
||||
"value": 3.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_netherite_fire": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "fire",
|
||||
"value": 3.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wand_netherite_frost": {
|
||||
"attack_damage": 2.0,
|
||||
"attack_speed": -2.4,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "frost",
|
||||
"value": 3.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"armor_sets": {
|
||||
"arcane_robe": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "arcane",
|
||||
"value": 0.25,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
},
|
||||
{
|
||||
"name": "critical_damage",
|
||||
"value": 0.1,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "arcane",
|
||||
"value": 0.25,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
},
|
||||
{
|
||||
"name": "critical_damage",
|
||||
"value": 0.1,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "arcane",
|
||||
"value": 0.25,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
},
|
||||
{
|
||||
"name": "critical_damage",
|
||||
"value": 0.1,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "arcane",
|
||||
"value": 0.25,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
},
|
||||
{
|
||||
"name": "critical_damage",
|
||||
"value": 0.1,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"fire_robe": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "fire",
|
||||
"value": 0.25,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
},
|
||||
{
|
||||
"name": "critical_chance",
|
||||
"value": 0.02,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "fire",
|
||||
"value": 0.25,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
},
|
||||
{
|
||||
"name": "critical_chance",
|
||||
"value": 0.02,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "fire",
|
||||
"value": 0.25,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
},
|
||||
{
|
||||
"name": "critical_chance",
|
||||
"value": 0.02,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "fire",
|
||||
"value": 0.25,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
},
|
||||
{
|
||||
"name": "critical_chance",
|
||||
"value": 0.02,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"frost_robe": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "frost",
|
||||
"value": 0.25,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
},
|
||||
{
|
||||
"name": "haste",
|
||||
"value": 0.03,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "frost",
|
||||
"value": 0.25,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
},
|
||||
{
|
||||
"name": "haste",
|
||||
"value": 0.03,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "frost",
|
||||
"value": 0.25,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
},
|
||||
{
|
||||
"name": "haste",
|
||||
"value": 0.03,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "frost",
|
||||
"value": 0.25,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
},
|
||||
{
|
||||
"name": "haste",
|
||||
"value": 0.03,
|
||||
"operation": "MULTIPLY_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"wizard_robe": {
|
||||
"armor_toughness": 0.0,
|
||||
"knockback_resistance": 0.0,
|
||||
"head": {
|
||||
"armor": 1,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "arcane",
|
||||
"value": 1.0,
|
||||
"operation": "ADDITION"
|
||||
},
|
||||
{
|
||||
"name": "fire",
|
||||
"value": 1.0,
|
||||
"operation": "ADDITION"
|
||||
},
|
||||
{
|
||||
"name": "frost",
|
||||
"value": 1.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chest": {
|
||||
"armor": 3,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "arcane",
|
||||
"value": 1.0,
|
||||
"operation": "ADDITION"
|
||||
},
|
||||
{
|
||||
"name": "fire",
|
||||
"value": 1.0,
|
||||
"operation": "ADDITION"
|
||||
},
|
||||
{
|
||||
"name": "frost",
|
||||
"value": 1.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"legs": {
|
||||
"armor": 2,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "arcane",
|
||||
"value": 1.0,
|
||||
"operation": "ADDITION"
|
||||
},
|
||||
{
|
||||
"name": "fire",
|
||||
"value": 1.0,
|
||||
"operation": "ADDITION"
|
||||
},
|
||||
{
|
||||
"name": "frost",
|
||||
"value": 1.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
},
|
||||
"feet": {
|
||||
"armor": 1,
|
||||
"spell_attributes": [
|
||||
{
|
||||
"name": "arcane",
|
||||
"value": 1.0,
|
||||
"operation": "ADDITION"
|
||||
},
|
||||
{
|
||||
"name": "fire",
|
||||
"value": 1.0,
|
||||
"operation": "ADDITION"
|
||||
},
|
||||
{
|
||||
"name": "frost",
|
||||
"value": 1.0,
|
||||
"operation": "ADDITION"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue