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

Tweak Earth, Air elemantals immunities. Also fixes #1553

This commit is contained in:
AlexVinS 2014-05-19 12:04:49 +04:00
parent eff801f39a
commit c22908651c

View File

@ -81,6 +81,11 @@
{
"type" : "SPELL_IMMUNITY",
"subtype" : "spell.chainLightning"
},
"armageddonImmunity" :
{
"type" : "SPELL_IMMUNITY",
"subtype" : "spell.armageddon"
}
},
"upgrades": ["magmaElemental"],
@ -395,6 +400,21 @@
"type" : "SPELLCASTER",
"subtype" : "spell.protectEarth",
"val" : 2
},
"lightingImmunity" :
{
"type" : "SPELL_IMMUNITY",
"subtype" : "spell.lightningBolt"
},
"chainLightingImmunity" :
{
"type" : "SPELL_IMMUNITY",
"subtype" : "spell.chainLightning"
},
"armageddonImmunity" :
{
"type" : "SPELL_IMMUNITY",
"subtype" : "spell.armageddon"
}
},
"graphics" :
@ -440,6 +460,23 @@
"type" : "SPELLCASTER",
"subtype" : "spell.protectAir",
"val" : 2
},
"meteorShowerImmunity" :
{
"type" : "SPELL_IMMUNITY",
"subtype" : "spell.meteorShower"
},
"lightingVulnerablity" :
{
"type" : "MORE_DAMAGE_FROM_SPELL",
"subtype" : "spell.lightningBolt",
"val" : 100
},
"chainLightingVulnerablity" :
{
"type" : "MORE_DAMAGE_FROM_SPELL",
"subtype" : "spell.chainLightning",
"val" : 100
}
},
"graphics" :