1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

War Machines: replace immunity with absoluteImmunity

This commit replace SIEGE_WEAPON immunity with absoluteImmunity for following spells: Haste, Slow, Death Ripple, Clone, Teleport
This commit is contained in:
ArseniyShestakov 2015-02-07 16:02:15 +03:00
parent fbb84624f9
commit 96d57fc954
3 changed files with 5 additions and 5 deletions

View File

@ -261,10 +261,10 @@
"negative": true
},
"absoluteImmunity":{
"SIEGE_WEAPON": true,
"UNDEAD": true,
},
"immunity" : {
"SIEGE_WEAPON": true,
"DIRECT_DAMAGE_IMMUNITY": true
}
},

View File

@ -226,7 +226,7 @@
"targetModifier":{"smart":true}
}
},
"immunity" : {
"absoluteImmunity" : {
"SIEGE_WEAPON": true
},
"flags" : {
@ -262,7 +262,7 @@
"targetModifier":{"smart":true}
}
},
"immunity" : {
"absoluteImmunity" : {
"SIEGE_WEAPON": true
},
"flags" : {

View File

@ -895,7 +895,7 @@
"counters" : {
"spell.slow": true
},
"immunity" : {
"absoluteImmunity" : {
"SIEGE_WEAPON": true
},
"flags" : {
@ -946,7 +946,7 @@
"counters" : {
"spell.haste":true
},
"immunity" : {
"absoluteImmunity" : {
"SIEGE_WEAPON": true
},
"flags" : {