mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Hypnotize and Berserk countering
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
Reference in New Issue
Block a user