From 96d57fc954cd1e561996ae09f8f23411cf672147 Mon Sep 17 00:00:00 2001 From: ArseniyShestakov Date: Sat, 7 Feb 2015 16:02:15 +0300 Subject: [PATCH] War Machines: replace immunity with absoluteImmunity This commit replace SIEGE_WEAPON immunity with absoluteImmunity for following spells: Haste, Slow, Death Ripple, Clone, Teleport --- config/spells/offensive.json | 2 +- config/spells/other.json | 4 ++-- config/spells/timed.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/spells/offensive.json b/config/spells/offensive.json index b99dd3595..1ed544863 100644 --- a/config/spells/offensive.json +++ b/config/spells/offensive.json @@ -261,10 +261,10 @@ "negative": true }, "absoluteImmunity":{ + "SIEGE_WEAPON": true, "UNDEAD": true, }, "immunity" : { - "SIEGE_WEAPON": true, "DIRECT_DAMAGE_IMMUNITY": true } }, diff --git a/config/spells/other.json b/config/spells/other.json index 90576936d..09baf79d4 100644 --- a/config/spells/other.json +++ b/config/spells/other.json @@ -226,7 +226,7 @@ "targetModifier":{"smart":true} } }, - "immunity" : { + "absoluteImmunity" : { "SIEGE_WEAPON": true }, "flags" : { @@ -262,7 +262,7 @@ "targetModifier":{"smart":true} } }, - "immunity" : { + "absoluteImmunity" : { "SIEGE_WEAPON": true }, "flags" : { diff --git a/config/spells/timed.json b/config/spells/timed.json index 6809021a8..4189624dd 100644 --- a/config/spells/timed.json +++ b/config/spells/timed.json @@ -895,7 +895,7 @@ "counters" : { "spell.slow": true }, - "immunity" : { + "absoluteImmunity" : { "SIEGE_WEAPON": true }, "flags" : { @@ -946,7 +946,7 @@ "counters" : { "spell.haste":true }, - "immunity" : { + "absoluteImmunity" : { "SIEGE_WEAPON": true }, "flags" : {