@@ -3797,6 +3797,7 @@ skills["ContagionPlayer"] = {
37973797 },
37983798 baseMods = {
37993799 skill("debuff", true),
3800+ mod("Multiplier:ChaosDebuff", "BASE", 1, 0, 0, { type = "GlobalEffect", effectType = "Debuff", effectName = "Contagion" }),
38003801 },
38013802 constantStats = {
38023803 { "base_skill_effect_duration", 5000 },
@@ -4681,6 +4682,10 @@ skills["DarkEffigyProjectilePlayer"] = {
46814682 projectile = true,
46824683 totem = true,
46834684 },
4685+ baseMods = {
4686+ mod("DPS", "MORE", 100, 0, 0, { type = "Multiplier", var = "ChaosDebuff", actor = "enemy" }),
4687+ mod("Multiplier:ChaosDebuff", "BASE", 1, 0, 0, { type = "GlobalEffect", effectType = "Debuff", effectName = "Poison" }, { type = "Condition", var = "Poisoned" }),
4688+ },
46844689 constantStats = {
46854690 { "skill_disabled_unless_cloned", 2 },
46864691 { "active_skill_base_area_of_effect_radius", 120 },
@@ -6288,6 +6293,9 @@ skills["EssenceDrainPlayer"] = {
62886293 spell = true,
62896294 projectile = true,
62906295 },
6296+ baseMods = {
6297+ mod("Multiplier:ChaosDebuff", "BASE", 1, 0, 0, { type = "GlobalEffect", effectType = "Debuff", effectName = "Essence Drain" }),
6298+ },
62916299 constantStats = {
62926300 { "movement_speed_+%_final_while_performing_action", -70 },
62936301 { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 },
@@ -6367,6 +6375,7 @@ skills["EssenceDrainPlayer"] = {
63676375 },
63686376 baseMods = {
63696377 skill("debuff", true),
6378+ mod("Multiplier:ChaosDebuff", "BASE", 1, 0, 0, { type = "GlobalEffect", effectType = "Debuff", effectName = "Essence Drain" }),
63706379 },
63716380 constantStats = {
63726381 { "movement_speed_+%_final_while_performing_action", -70 },
@@ -15699,6 +15708,9 @@ skills["ProfaneRitualPlayer"] = {
1569915708 spell = true,
1570015709 area = true,
1570115710 },
15711+ baseMods = {
15712+ mod("Multiplier:ChaosDebuff", "BASE", 1, 0, 0, { type = "GlobalEffect", effectType = "Debuff", effectName = "Profane Ritual" }),
15713+ },
1570215714 constantStats = {
1570315715 { "base_skill_effect_duration", 2000 },
1570415716 { "ritual_of_power_maximum_number_of_rituals", 5 },
@@ -19297,6 +19309,9 @@ skills["SoulrendPlayer"] = {
1929719309 spell = true,
1929819310 projectile = true,
1929919311 },
19312+ baseMods = {
19313+ mod("Multiplier:ChaosDebuff", "BASE", 1, 0, 0, { type = "GlobalEffect", effectType = "Debuff", effectName = "Soulrend" }),
19314+ },
1930019315 constantStats = {
1930119316 { "active_skill_projectile_speed_+%_variation_final", 25 },
1930219317 { "movement_speed_+%_final_while_performing_action", -70 },
@@ -19370,6 +19385,7 @@ skills["SoulrendPlayer"] = {
1937019385 },
1937119386 baseMods = {
1937219387 skill("debuff", true),
19388+ mod("Multiplier:ChaosDebuff", "BASE", 1, 0, 0, { type = "GlobalEffect", effectType = "Debuff", effectName = "Soulrend" }),
1937319389 },
1937419390 constantStats = {
1937519391 { "active_skill_projectile_speed_+%_variation_final", 25 },
0 commit comments