1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Tweak death ripple immunity.

This commit is contained in:
AlexVinS 2014-05-18 12:22:06 +04:00
parent d9368ca5ba
commit c5ba8b9b4b

View File

@ -324,9 +324,11 @@
"offensive": true, "offensive": true,
"negative": true "negative": true
}, },
"immunity" : { "absoluteImmunity":{
"SIEGE_WEAPON": true,
"UNDEAD": true, "UNDEAD": true,
},
"immunity" : {
"SIEGE_WEAPON": true,
"DIRECT_DAMAGE_IMMUNITY": true "DIRECT_DAMAGE_IMMUNITY": true
} }
}, },