Browse Source

Hypnotize and Berserk countering

AlexVinS 9 years ago
parent
commit
0bbdabcae3
1 changed files with 6 additions and 2 deletions
  1. 6 2
      config/spells/timed.json

+ 6 - 2
config/spells/timed.json

@@ -250,7 +250,6 @@
 			"positive": true
 		}
 	},
-
 	"magicMirror" : {
 		"index" : 36,
 		"targetType" : "CREATURE",
@@ -1050,7 +1049,6 @@
 			"positive": true
 		}
 	},
-
 	"counterstrike" : {
 		"index" : 58,
 		"targetType" : "CREATURE",
@@ -1124,6 +1122,9 @@
 				"range" : "0-2"
 			}
 		},
+		"counters" : {
+			"spell.hypnotize": true
+		},
 		"absoluteImmunity" : {
 			"SIEGE_WEAPON": true
 		},
@@ -1186,6 +1187,9 @@
 				}
 			}
 		},
+		"counters" : {
+			"spell.berserk": true
+		},
 		"absoluteImmunity" : {
 			"SIEGE_WEAPON": true
 		},