@@ -54,12 +54,10 @@ local skills, mod, flag, skill = ...
5454 mod("AncestralExertedAttacks", "BASE", nil),
5555 },
5656 ["ancestral_cry_elemental_resist_%_per_5_power_up_to_cap"] = {
57- mod("ElementalResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", div = 5, limit = 5 }),
58- mod("ElementalResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", actor = "parent", div = 5, limit = 5 }),
57+ mod("ElementalResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry", div = 5, limit = 30 }),
5958 },
6059 ["ancestral_cry_maximum_elemental_resist_%_per_10_power_up_to_cap"] = {
61- mod("ElementalResistMax", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", div = 10, limit = 3 }),
62- mod("ElementalResistMax", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", actor = "parent", div = 10, limit = 3 }),
60+ mod("ElementalResistMax", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry", div = 10, limit = 30 }),
6361 },
6462 ["skill_empower_limitation_specifier_for_stat_description"] = {
6563 -- Display only
@@ -149,8 +147,7 @@ local skills, mod, flag, skill = ...
149147 mod("BattlemageExertedAttacks", "BASE", nil),
150148 },
151149 ["divine_cry_additional_base_critical_strike_chance_per_5_power_up_to_cap"] = {
152- mod("CritChance", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", div = 5, limit = 5 }),
153- mod("CritChance", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", actor = "parent", div = 5, limit = 5 }),
150+ mod("CritChance", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry", div = 5, limit = 25 }),
154151 div = 100,
155152 },
156153 ["display_battlemage_cry_exerted_attacks_trigger_supported_spell"] ={
@@ -662,8 +659,7 @@ local skills, mod, flag, skill = ...
662659#flags warcry area duration
663660 statMap = {
664661 ["enduring_cry_life_regeneration_rate_per_minute_%_per_5_power_up_to_cap"] = {
665- mod("LifeRegenPercent", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", div = 5, limit = 5 }),
666- mod("LifeRegenPercent", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", actor = "parent", div = 5, limit = 5 }),
662+ mod("LifeRegenPercent", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry", div = 5, limit = 25 }),
667663 div = 60,
668664 },
669665 },
@@ -1054,8 +1050,7 @@ local skills, mod, flag, skill = ...
10541050 mod("InfernalExertedAttacks", "BASE", nil),
10551051 },
10561052 ["infernal_cry_physical_damage_%_to_add_as_fire_per_5_power_up_to_cap"] = {
1057- mod("PhysicalDamageGainAsFire", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", div = 5, limit = 5 }),
1058- mod("PhysicalDamageGainAsFire", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", actor = "parent", div = 5, limit = 5 }),
1053+ mod("PhysicalDamageGainAsFire", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry", div = 5, limit = 25 }),
10591054 },
10601055 ["infernal_cry_empowered_attacks_trigger_combust_display"] = {
10611056 -- Display only
@@ -1164,8 +1159,7 @@ local skills, mod, flag, skill = ...
11641159 mod("IntimidatingExertedAttacks", "BASE", nil),
11651160 },
11661161 ["intimidating_cry_movement_speed_+%_per_5_power_up_to_cap"] = {
1167- mod("MovementSpeed", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", div = 5, limit = 6 }),
1168- mod("MovementSpeed", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", actor = "parent", div = 5, limit = 6 }),
1162+ mod("MovementSpeed", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry", div = 5, limit = 30 }),
11691163 },
11701164 ["intimidating_cry_empowerd_attacks_deal_double_damage_display"] = {
11711165 },
@@ -1610,12 +1604,10 @@ local skills, mod, flag, skill = ...
16101604 mod("SeismicAoEMoreMultiplier", "BASE", nil),
16111605 },
16121606 ["seismic_cry_stun_threshold_+%_per_5_power_up_to_cap"] = {
1613- mod("StunThreshold", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", div = 5, limit = 5 }),
1614- mod("StunThreshold", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", actor = "parent", div = 5, limit = 5 }),
1607+ mod("StunThreshold", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry", div = 5, limit = 25 }),
16151608 },
16161609 ["seismic_cry_armour_+%_final_per_5_power_up_to_cap"] = {
1617- mod("Armour", "MORE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", div = 5, limit = 5 }),
1618- mod("Armour", "MORE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", actor = "parent", div = 5, limit = 5 }),
1610+ mod("Armour", "MORE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry", div = 5, limit = 25 }),
16191611 },
16201612 ["skill_empower_limitation_specifier_for_stat_description"] = {
16211613 -- Display only
@@ -1996,8 +1988,7 @@ local skills, mod, flag, skill = ...
19961988#flags warcry area duration
19971989 statMap = {
19981990 ["rage_warcry_gain_X_rage_per_minute_per_5_monster_power_max_25_power"] = {
1999- mod("RageRegen", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", div = 5, limit = 5 }),
2000- mod("RageRegen", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry" }, { type = "Multiplier", var = "WarcryPower", actor = "parent", div = 5, limit = 5 }),
1991+ mod("RageRegen", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Warcry", div = 5, limit = 25 }),
20011992 flag("Condition:CanGainRage", { type = "GlobalEffect", effectType = "Warcry"} ),
20021993 div = 60,
20031994 },
0 commit comments