Add Aether-themed equipment and attributes for various RPG classes, including archers, bards, berserkers, elemental wizards, forcemasters, paladins, and rogues; enhance configuration clarity across multiple files.
This commit is contained in:
@@ -185,6 +185,27 @@
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"aether_wizard_staff": {
|
||||
"attack_damage": 4.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 8.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"armor_sets": {
|
||||
|
||||
Reference in New Issue
Block a user