2
0
Эх сурвалжийг харах

Tweak absolute immunities for spells accordint to FizMiG

AlexVinS 11 жил өмнө
parent
commit
0412fe29b0

+ 2 - 2
config/spells/other.json

@@ -208,7 +208,7 @@
 			"rising": true,
 			"positive": true
 		},
-		"immunity" : {
+		"absoluteImmunity" : {
 			"UNDEAD": true,
 			"NON_LIVING": true
 		}
@@ -273,7 +273,7 @@
 			"rising": true,
 			"positive": true
 		},
-		"immunity" : {
+		"absoluteImmunity" : {
 			"UNDEAD": true,
 			"NON_LIVING": true
 		}

+ 8 - 4
config/spells/timed.json

@@ -573,7 +573,7 @@
 		"counters" : {
 			"spell.curse": true
 		},
-		"immunity" : {
+		"absoluteImmunity" : {
 			"UNDEAD": true
 		},
 		"flags" : {
@@ -647,7 +647,7 @@
 		"counters" : {
 			"spell.bless": true
 		},
-		"immunity" : {
+		"absoluteImmunity" : {
 			"UNDEAD": true
 		},
 		"flags" : {
@@ -1138,9 +1138,11 @@
 		"counters" : {
 			"spell.sorrow":true
 		},
+		"absoluteImmunity":{
+			"UNDEAD": true,		
+		},
 		"immunity" : {
 			"MIND_IMMUNITY": true,
-			"UNDEAD": true,
 			"NON_LIVING": true
 		},
 		"flags" : {
@@ -1202,9 +1204,11 @@
 		"counters" : {
 			"spell.mirth":true
 		},
+		"absoluteImmunity":{
+			"UNDEAD": true,		
+		},
 		"immunity" : {
 			"MIND_IMMUNITY": true,
-			"UNDEAD": true,
 			"NON_LIVING": true
 		},
 		"flags" : {