forked from Upstream/mmocore
!Added new stats to default configs
This commit is contained in:
parent
35a8905179
commit
3418a02ffa
@ -198,14 +198,17 @@ items:
|
||||
- ''
|
||||
- 'Current Strength: &c&l{attribute_strength}'
|
||||
- ''
|
||||
- '✦ Attack Damage: &c{attack_damage} &7(&c{attack_damage_base}&7+&c{attack_damage_extra}&7)'
|
||||
- '✦ Attack Speed: &c{attack_speed} &7(&c{attack_speed_base}&7+&c{attack_speed_extra}&7)'
|
||||
- '✦ Attack Damage: &c{attack_damage} &7(&c{attack_damage_base} &7+ &c{attack_damage_extra}&7)'
|
||||
- '✦ Attack Speed: &c{attack_speed} &7(&c{attack_speed_base} &7+ &c{attack_speed_extra}&7)'
|
||||
- ''
|
||||
- '❤ Max Health: &c{max_health} &7(&c{max_health_base}&7+&c{max_health_extra}&7)'
|
||||
- '❤ Health Regen: &c{health_regeneration} &7(&c{health_regeneration_base}&7+&c{health_regeneration_extra}&7)'
|
||||
- '❤ Max Health: &c{max_health} &7(&c{max_health_base} &7+ &c{max_health_extra}&7)'
|
||||
- '❤ Health Regen: &c{health_regeneration} &7(&c{health_regeneration_base} &7+ &c{health_regeneration_extra}&7)'
|
||||
- ''
|
||||
- '❖ Armor: &c{armor} &7(&c{armor_base}&7+&c{armor_extra}&7)'
|
||||
- '❖ Armor Toughness: &c{armor_toughness} &7(&c{armor_toughness_base}&7+&c{armor_toughness_extra}&7)'
|
||||
- '✤ Max Stamina: &9{max_stamina} &7(&9{max_stamina_base} &7+ &9{max_stamina_extra}&7)'
|
||||
- '✤ Stamina Regen: &9{stamina_regeneration} &7(&9{stamina_regeneration_base} &7+ &9{stamina_regeneration_extra}&7)'
|
||||
- ''
|
||||
- '❖ Armor: &c{armor} &7(&c{armor_base} &7+ &c{armor_extra}&7)'
|
||||
- '❖ Armor Toughness: &c{armor_toughness} &7(&c{armor_toughness_base} &7+ &c{armor_toughness_extra}&7)'
|
||||
dex:
|
||||
slots: [33]
|
||||
function: stats
|
||||
@ -216,9 +219,9 @@ items:
|
||||
- ''
|
||||
- 'Current Dexterity: &a&l{attribute_dexterity}'
|
||||
- ''
|
||||
- '✤ Knockback Resistance: &f{knockback_resistance} &7(&f{knockback_resistance_base}&7+&f{knockback_resistance_extra}&7)'
|
||||
- '✤ Movement Speed: &f{movement_speed} &7(&f{movement_speed_base}&7+&f{movement_speed_extra}&7)'
|
||||
- '✤ Speed Malus Reduction: &f{speed_malus_reduction} &7(&f{speed_malus_reduction_base}&7+&f{speed_malus_reduction_extra}&7)'
|
||||
- '✤ Knockback Resistance: &f{knockback_resistance} &7(&f{knockback_resistance_base} &7+ &f{knockback_resistance_extra}&7)'
|
||||
- '✤ Movement Speed: &f{movement_speed} &7(&f{movement_speed_base} &7+ &f{movement_speed_extra}&7)'
|
||||
- '✤ Speed Malus Reduction: &f{speed_malus_reduction} &7(&f{speed_malus_reduction_base} &7+ &f{speed_malus_reduction_extra}&7)'
|
||||
int:
|
||||
slots: [34]
|
||||
function: stats
|
||||
@ -229,8 +232,11 @@ items:
|
||||
- ''
|
||||
- 'Current Intelligence: &b&l{attribute_intelligence}'
|
||||
- ''
|
||||
- '✤ Max Mana: &c{max_mana} &7(&c{max_mana_base}&7+&c{max_mana_extra}&7)'
|
||||
- '✤ Mana Regen: &c{mana_regeneration} &7(&c{mana_regeneration_base}&7+&c{mana_regeneration_extra}&7)'
|
||||
- '✤ Max Mana: &9{max_mana} &7(&9{max_mana_base} &7+ &9{max_mana_extra}&7)'
|
||||
- '✤ Mana Regen: &9{mana_regeneration} &7(&9{mana_regeneration_base} &7+ &9{mana_regeneration_extra}&7)'
|
||||
- ''
|
||||
- '❊ Max Stellium: &c{max_stellium} &7(&c{max_stellium_base}&7+&c{max_stellium_extra}&7)'
|
||||
- '❊ Stellium Regen: &c{stellium_regeneration} &7(&c{stellium_regeneration_base}&7+&c{stellium_regeneration_extra}&7)'
|
||||
- '✤ Skill Cooldown Reduction: &9{cooldown_reduction} &7(&9{cooldown_reduction_base} &7+ &9{cooldown_reduction_extra}&7)'
|
||||
- '✤ Extra Experience: &9{additional_experience} &7(&9{additional_experience_base} &7+ &9{additional_experience_extra}&7)'
|
||||
- ''
|
||||
- '❊ Max Stellium: &9{max_stellium} &7(&9{max_stellium_base} &7+ &9{max_stellium_extra}&7)'
|
||||
- '❊ Stellium Regen: &9{stellium_regeneration} &7(&9{stellium_regeneration_base} &7+ &9{stellium_regeneration_extra}&7)'
|
||||
|
Loading…
Reference in New Issue
Block a user