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:
parent
d195bfb62d
commit
0bbdabcae3
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user