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:
parent
eff801f39a
commit
c22908651c
@ -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" :
|
||||
|
Loading…
Reference in New Issue
Block a user