Explorar el Código

Tweak death ripple immunity.

AlexVinS hace 11 años
padre
commit
c5ba8b9b4b
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      config/spells/offensive.json

+ 4 - 2
config/spells/offensive.json

@@ -324,9 +324,11 @@
 			"offensive": true,
 			"negative": true
 		},
-		"immunity" : {
-			"SIEGE_WEAPON": true,
+		"absoluteImmunity":{
 			"UNDEAD": true,
+		},		
+		"immunity" : {
+			"SIEGE_WEAPON": true,			
 			"DIRECT_DAMAGE_IMMUNITY": true
 		}
 	},