From fbb84624f9cc02772f2e16735cf7732f8dbfcad9 Mon Sep 17 00:00:00 2001 From: ArseniyShestakov Date: Sat, 7 Feb 2015 16:00:06 +0300 Subject: [PATCH] War Machines: add absoluteImmunity to Implosion spell --- config/spells/offensive.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/spells/offensive.json b/config/spells/offensive.json index b73ce80f5..b99dd3595 100644 --- a/config/spells/offensive.json +++ b/config/spells/offensive.json @@ -110,6 +110,9 @@ "offensive": true, "negative": true }, + "absoluteImmunity" : { + "SIEGE_WEAPON": true + }, "immunity" : { "DIRECT_DAMAGE_IMMUNITY": true }