Fixes #1618 - Several mods were using EnemyModifier, which doesn't work for skills
This commit is contained in:
@@ -946,7 +946,7 @@ return {
|
||||
mod("EnemyCurseLimit", "BASE", nil),
|
||||
},
|
||||
["consecrated_ground_enemy_damage_taken_+%"] = {
|
||||
mod("EnemyModifier", "LIST", { mod = mod("DamageTaken", "INC", nil, 0, 0, { type = "Condition", var = "OnConsecratedGround" }) }),
|
||||
mod("DamageTaken", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Debuff" }, { type = "Condition", var = "OnConsecratedGround" }),
|
||||
},
|
||||
-- Projectiles
|
||||
["base_projectile_speed_+%"] = {
|
||||
|
||||
Reference in New Issue
Block a user