1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Hypnotize and Berserk countering

This commit is contained in:
AlexVinS 2016-09-29 19:10:25 +03:00
parent d195bfb62d
commit 0bbdabcae3

View File

@ -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
},