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:
@@ -114,6 +114,29 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"bards_rpg:aether_harp_crossbow": {
|
||||
"damage": 8.4,
|
||||
"pull_time_bonus": 0.2,
|
||||
"velocity_bonus": 0.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attributeId": "spell_power:arcane",
|
||||
"modifier": {
|
||||
"modifierId": "ranged_weapon:ranged_weapon",
|
||||
"operation": "ADD_VALUE",
|
||||
"value": 4.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"attributeId": "spell_power:healing",
|
||||
"modifier": {
|
||||
"modifierId": "ranged_weapon:ranged_weapon",
|
||||
"operation": "ADD_VALUE",
|
||||
"value": 3.0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"melee_weapons": {
|
||||
@@ -327,6 +350,43 @@
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"aether_rapier": {
|
||||
"attack_damage": 6.7,
|
||||
"attack_speed": -2.0,
|
||||
"attributes": []
|
||||
},
|
||||
"aether_lute": {
|
||||
"attack_damage": 10.0,
|
||||
"attack_speed": -3.0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 5.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"aether_lyre": {
|
||||
"attack_damage": 3.0,
|
||||
"attack_speed": -2.2,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 2.5,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 7.5,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"armor_sets": {
|
||||
|
||||
Reference in New Issue
Block a user