@@ -3084,6 +3084,8 @@ skills["ChargeRegulationPlayer"] = {
30843084 statMap = {
30853085 ["charge_mastery_skill_speed_+%_final_with_frenzy_charges"] = {
30863086 mod("Speed", "MORE", nil, 0, 0, { type = "StatThreshold", stat = "FrenzyCharges", threshold = 1 }, { type = "GlobalEffect", effectType = "Buff", effectName = "Charge Infusion" }),
3087+ mod("WarcrySpeed", "MORE", nil, 0, KeywordFlag.Warcry, { type = "StatThreshold", stat = "FrenzyCharges", threshold = 1 }, { type = "GlobalEffect", effectType = "Buff", effectName = "Charge Infusion" }),
3088+ mod("TotemPlacementSpeed", "MORE", nil, 0, 0, { type = "StatThreshold", stat = "FrenzyCharges", threshold = 1 }, { type = "GlobalEffect", effectType = "Buff", effectName = "Charge Infusion" }),
30873089 },
30883090 ["charge_mastery_crit_chance_+%_final_with_power_charges"] = {
30893091 mod("CritChance", "MORE", nil, 0, 0, { type = "StatThreshold", stat = "PowerCharges", threshold = 1 }, { type = "GlobalEffect", effectType = "Buff", effectName = "Charge Infusion" }),
@@ -21035,8 +21037,10 @@ skills["TrinityPlayer"] = {
2103521037 ["trinity_damage_+%_final_to_grant_per_50_resonance"] = {
2103621038 mod("ElementalDamage", "MORE", nil, 0, 0, { type = "Multiplier", var = "ResonanceCount", div = 30 },{ type = "GlobalEffect", effectType = "Buff", effectName = "Trinity" }),
2103721039 },
21038- ["trinity_attack_speed_ +%_while_all_resonance_is_at_least_250_to_grant"] = {
21040+ ["trinity_skill_speed_ +%_while_all_resonance_is_at_least_250_to_grant"] = {
2103921041 mod("Speed", "INC", nil, 0, 0, { type = "MultiplierThreshold", var = "ResonanceCount", threshold = 250 },{ type = "GlobalEffect", effectType = "Buff", effectName = "Trinity" }),
21042+ mod("WarcrySpeed", "INC", nil, 0, KeywordFlag.Warcry, { type = "MultiplierThreshold", var = "ResonanceCount", threshold = 250 },{ type = "GlobalEffect", effectType = "Buff", effectName = "Trinity" }),
21043+ mod("TotemPlacementSpeed", "INC", nil, 0, 0, { type = "MultiplierThreshold", var = "ResonanceCount", threshold = 250 },{ type = "GlobalEffect", effectType = "Buff", effectName = "Trinity" }),
2104021044 },
2104121045 ["quality_display_trinity_is_gem"] = {
2104221046 -- Display only
0 commit comments