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

Fix ice and energy elemental vulnerabilities

This commit is contained in:
Dydzio 2018-08-24 18:25:15 +02:00 committed by Alexander Shishkin
parent b61d1ac857
commit 96494332a2

View File

@ -197,6 +197,12 @@
"subtype" : "spell.fireWall",
"val" : 100
},
"armageddonVulnerablity" :
{
"type" : "MORE_DAMAGE_FROM_SPELL",
"subtype" : "spell.armageddon",
"val" : 100
},
"immuneToWater" :
{
"type" : "WATER_IMMUNITY",
@ -345,6 +351,40 @@
"subtype" : "spell.protectWater",
"val" : 2
},
"immuneToMind" :
{
"type" : "MIND_IMMUNITY"
},
"fireShieldVulnerablity" :
{
"type" : "MORE_DAMAGE_FROM_SPELL",
"subtype" : "spell.fireShield",
"val" : 100
},
"infernoVulnerablity" :
{
"type" : "MORE_DAMAGE_FROM_SPELL",
"subtype" : "spell.inferno",
"val" : 100
},
"fireballVulnerablity" :
{
"type" : "MORE_DAMAGE_FROM_SPELL",
"subtype" : "spell.fireball",
"val" : 100
},
"fireWallVulnerablity" :
{
"type" : "MORE_DAMAGE_FROM_SPELL",
"subtype" : "spell.fireWall",
"val" : 100
},
"armageddonVulnerablity" :
{
"type" : "MORE_DAMAGE_FROM_SPELL",
"subtype" : "spell.armageddon",
"val" : 100
},
"immuneToWater" :
{
"type" : "WATER_IMMUNITY",
@ -518,11 +558,27 @@
{
"type" : "NON_LIVING"
},
"immuneToMind" :
{
"type" : "MIND_IMMUNITY"
},
"immuneToFire" :
{
"type" : "FIRE_IMMUNITY",
"subtype" : 0
},
"frostRingVulnerablity" :
{
"type" : "MORE_DAMAGE_FROM_SPELL",
"subtype" : "spell.frostRing",
"val" : 100
},
"iceBoltVulnerablity" :
{
"type" : "MORE_DAMAGE_FROM_SPELL",
"subtype" : "spell.iceBolt",
"val" : 100
},
"spellPower" :
{
"type" : "CREATURE_ENCHANT_POWER",