Browse Source

War Machines: replace immunity with absoluteImmunity

This commit replace SIEGE_WEAPON immunity with absoluteImmunity for following spells: Haste, Slow, Death Ripple, Clone, Teleport
ArseniyShestakov 10 years ago
parent
commit
96d57fc954
3 changed files with 5 additions and 5 deletions
  1. 1 1
      config/spells/offensive.json
  2. 2 2
      config/spells/other.json
  3. 2 2
      config/spells/timed.json

+ 1 - 1
config/spells/offensive.json

@@ -261,10 +261,10 @@
 			"negative": true
 		},
 		"absoluteImmunity":{
+			"SIEGE_WEAPON": true,
 			"UNDEAD": true,
 		},		
 		"immunity" : {
-			"SIEGE_WEAPON": true,			
 			"DIRECT_DAMAGE_IMMUNITY": true
 		}
 	},

+ 2 - 2
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" : {

+ 2 - 2
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" : {