Files
PupaMLupa/Server/config/spell_power/attributes.json
T

26 lines
644 B
JSON

{
"migrate_attributes_base": true,
"base_spell_power": 1.0,
"base_spell_critical_chance_percentage": 5.0,
"base_spell_critical_damage_percentage": 50.0,
"spell_power_effect": {
"bonus_per_stack": 0.1
},
"secondary_effects": {
"critical_damage": {
"bonus_per_stack": 0.1
},
"haste": {
"bonus_per_stack": 0.05
},
"critical_chance": {
"bonus_per_stack": 0.05
}
},
"enchantments_require_matching_attribute": true,
"resistance_curve": "HYPERBOLIC",
"resistance_multiplier": 1.0,
"resistance_tuning_constant": 20.0,
"resistance_reduction_cap": 0.9,
"register_potions": false
}