mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
Change placement of King and Dragon_Nature abilities
King is not that important that is first all the time. Is a minor spell vulnerability in the end. Undead always comes first. Second would be dragon nature, even though right now is used only for necromancy.
This commit is contained in:
@@ -346,11 +346,6 @@
|
||||
"faction": "castle",
|
||||
"abilities":
|
||||
{
|
||||
"KING_2" : // Will be affected by Advanced Slayer or better
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 2
|
||||
},
|
||||
"canFly" :
|
||||
{
|
||||
"type" : "FLYING"
|
||||
@@ -362,6 +357,11 @@
|
||||
"propagator" : "HERO",
|
||||
"stacking" : "Angels"
|
||||
},
|
||||
"KING_2" : // Will be affected by Advanced Slayer or better
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 2
|
||||
},
|
||||
"hateDevils" :
|
||||
{
|
||||
"type" : "HATE",
|
||||
@@ -397,11 +397,6 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"KING_2" : // Will be affected by Advanced Slayer or better
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 2
|
||||
},
|
||||
"canFly" :
|
||||
{
|
||||
"type" : "FLYING"
|
||||
@@ -429,6 +424,11 @@
|
||||
"propagator" : "HERO",
|
||||
"stacking" : "Angels"
|
||||
},
|
||||
"KING_2" : // Will be affected by Advanced Slayer or better
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 2
|
||||
},
|
||||
"hateDevils" :
|
||||
{
|
||||
"type" : "HATE",
|
||||
|
@@ -767,11 +767,6 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
},
|
||||
"canFly" :
|
||||
{
|
||||
"type" : "FLYING"
|
||||
@@ -784,6 +779,11 @@
|
||||
{
|
||||
"type" : "SPELL_SCHOOL_IMMUNITY",
|
||||
"subtype" : "spellSchool.fire"
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
}
|
||||
},
|
||||
"graphics" :
|
||||
@@ -807,11 +807,6 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
},
|
||||
"canFly" :
|
||||
{
|
||||
"type" : "FLYING"
|
||||
@@ -820,11 +815,6 @@
|
||||
{
|
||||
"type" : "TWO_HEX_ATTACK_BREATH"
|
||||
},
|
||||
"immuneToFire" :
|
||||
{
|
||||
"type" : "SPELL_SCHOOL_IMMUNITY",
|
||||
"subtype" : "spellSchool.fire"
|
||||
},
|
||||
"rebirthOnce" :
|
||||
{
|
||||
"type" : "CASTS",
|
||||
@@ -834,6 +824,16 @@
|
||||
{
|
||||
"type" : "REBIRTH",
|
||||
"val" : 20
|
||||
},
|
||||
"immuneToFire" :
|
||||
{
|
||||
"type" : "SPELL_SCHOOL_IMMUNITY",
|
||||
"subtype" : "spellSchool.fire"
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
}
|
||||
},
|
||||
"graphics" :
|
||||
|
@@ -425,19 +425,14 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"canFly" :
|
||||
{
|
||||
"type" : "FLYING"
|
||||
},
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"twoHexAttackBreath" :
|
||||
{
|
||||
"type" : "TWO_HEX_ATTACK_BREATH"
|
||||
@@ -446,6 +441,11 @@
|
||||
{
|
||||
"type" : "LEVEL_SPELL_IMMUNITY",
|
||||
"val" : 3
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
}
|
||||
},
|
||||
"upgrades": ["blackDragon"],
|
||||
@@ -470,19 +470,14 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"canFly" :
|
||||
{
|
||||
"type" : "FLYING"
|
||||
},
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"twoHexAttackBreath" :
|
||||
{
|
||||
"type" : "TWO_HEX_ATTACK_BREATH"
|
||||
@@ -492,6 +487,11 @@
|
||||
"type" : "LEVEL_SPELL_IMMUNITY",
|
||||
"val" : 5
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
},
|
||||
"hateTitans" :
|
||||
{
|
||||
"type" : "HATE",
|
||||
|
@@ -343,11 +343,6 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
},
|
||||
"attackAllAdjacent" :
|
||||
{
|
||||
"type" : "ATTACKS_ALL_ADJACENT"
|
||||
@@ -355,6 +350,11 @@
|
||||
"noRetaliation" :
|
||||
{
|
||||
"type" : "BLOCKS_RETALIATION"
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
}
|
||||
},
|
||||
"upgrades": ["chaosHydra"],
|
||||
@@ -379,11 +379,6 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
},
|
||||
"attackAllAdjacent" :
|
||||
{
|
||||
"type" : "ATTACKS_ALL_ADJACENT"
|
||||
@@ -391,6 +386,11 @@
|
||||
"noRetaliation" :
|
||||
{
|
||||
"type" : "BLOCKS_RETALIATION"
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
}
|
||||
},
|
||||
"graphics" :
|
||||
|
@@ -353,11 +353,6 @@
|
||||
"faction": "inferno",
|
||||
"abilities":
|
||||
{
|
||||
"KING_2" : // Will be affected by Advanced Slayer or better
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 2
|
||||
},
|
||||
"canFly" :
|
||||
{
|
||||
"type" : "FLYING",
|
||||
@@ -376,6 +371,11 @@
|
||||
"propagationUpdater" : "BONUS_OWNER_UPDATER",
|
||||
"limiters" : [ "OPPOSITE_SIDE" ]
|
||||
},
|
||||
"KING_2" : // Will be affected by Advanced Slayer or better
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 2
|
||||
},
|
||||
"hateAngels" :
|
||||
{
|
||||
"type" : "HATE",
|
||||
@@ -413,11 +413,6 @@
|
||||
"faction": "inferno",
|
||||
"abilities" :
|
||||
{
|
||||
"KING_2" : // Will be affected by Advanced Slayer or better
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 2
|
||||
},
|
||||
"canFly" :
|
||||
{
|
||||
"type" : "FLYING",
|
||||
@@ -436,6 +431,11 @@
|
||||
"propagationUpdater" : "BONUS_OWNER_UPDATER",
|
||||
"limiters" : [ "OPPOSITE_SIDE" ]
|
||||
},
|
||||
"KING_2" : // Will be affected by Advanced Slayer or better
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 2
|
||||
},
|
||||
"hateAngels" :
|
||||
{
|
||||
"type" : "HATE",
|
||||
|
@@ -421,19 +421,14 @@
|
||||
{
|
||||
"type" : "UNDEAD"
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"canFly" :
|
||||
{
|
||||
"type" : "FLYING"
|
||||
},
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"decreaseMorale" :
|
||||
{
|
||||
"type" : "MORALE",
|
||||
@@ -442,6 +437,11 @@
|
||||
"propagator": "BATTLE_WIDE",
|
||||
"propagationUpdater" : "BONUS_OWNER_UPDATER",
|
||||
"limiters" : [ "OPPOSITE_SIDE" ]
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
}
|
||||
},
|
||||
"upgrades": ["ghostDragon"],
|
||||
@@ -470,19 +470,14 @@
|
||||
{
|
||||
"type" : "UNDEAD"
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"canFly" :
|
||||
{
|
||||
"type" : "FLYING"
|
||||
},
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"age" :
|
||||
{
|
||||
"type" : "SPELL_AFTER_ATTACK",
|
||||
@@ -497,6 +492,11 @@
|
||||
"propagator": "BATTLE_WIDE",
|
||||
"propagationUpdater" : "BONUS_OWNER_UPDATER",
|
||||
"limiters" : [ "OPPOSITE_SIDE" ]
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
}
|
||||
},
|
||||
"graphics" :
|
||||
|
@@ -71,19 +71,14 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"canFly" :
|
||||
{
|
||||
"type" : "FLYING"
|
||||
},
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"twoHexAttackBreath" :
|
||||
{
|
||||
"type" : "TWO_HEX_ATTACK_BREATH"
|
||||
@@ -100,6 +95,11 @@
|
||||
{
|
||||
"type" : "LEVEL_SPELL_IMMUNITY",
|
||||
"val" : 3
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
}
|
||||
},
|
||||
"graphics" :
|
||||
@@ -124,23 +124,23 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
},
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"crystals" :
|
||||
{
|
||||
"type" : "SPECIAL_CRYSTAL_GENERATION"
|
||||
},
|
||||
"magicResistance" :
|
||||
{
|
||||
"type" : "MAGIC_RESISTANCE",
|
||||
"val" : 20
|
||||
},
|
||||
"crystals" :
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "SPECIAL_CRYSTAL_GENERATION"
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
}
|
||||
},
|
||||
"graphics" :
|
||||
@@ -165,11 +165,6 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
},
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "DRAGON_NATURE"
|
||||
@@ -248,6 +243,11 @@
|
||||
"subtype" : "spell.meteorShower",
|
||||
"addInfo" : 5,
|
||||
"val" : 2
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
}
|
||||
},
|
||||
"graphics" :
|
||||
@@ -273,19 +273,14 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"canFly" :
|
||||
{
|
||||
"type" : "FLYING"
|
||||
},
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"twoHexAttackBreath" :
|
||||
{
|
||||
"type" : "TWO_HEX_ATTACK_BREATH"
|
||||
@@ -301,6 +296,11 @@
|
||||
"type" : "SPELL_AFTER_ATTACK",
|
||||
"subtype" : "spell.acidBreath",
|
||||
"val" : 100
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
}
|
||||
},
|
||||
"graphics" :
|
||||
|
@@ -359,19 +359,14 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"canFly" :
|
||||
{
|
||||
"type" : "FLYING"
|
||||
},
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"twoHexAttackBreath" :
|
||||
{
|
||||
"type" : "TWO_HEX_ATTACK_BREATH"
|
||||
@@ -380,6 +375,11 @@
|
||||
{
|
||||
"type" : "LEVEL_SPELL_IMMUNITY",
|
||||
"val" : 3
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
}
|
||||
},
|
||||
"upgrades": ["goldDragon"],
|
||||
@@ -404,19 +404,14 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"canFly" :
|
||||
{
|
||||
"type" : "FLYING"
|
||||
},
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"twoHexAttackBreath" :
|
||||
{
|
||||
"type" : "TWO_HEX_ATTACK_BREATH"
|
||||
@@ -425,6 +420,11 @@
|
||||
{
|
||||
"type" : "LEVEL_SPELL_IMMUNITY",
|
||||
"val" : 4
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
}
|
||||
},
|
||||
"graphics" :
|
||||
|
@@ -355,15 +355,15 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
},
|
||||
"reduceDefence" :
|
||||
{
|
||||
"type" : "ENEMY_DEFENCE_REDUCTION",
|
||||
"val" : 40
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
}
|
||||
},
|
||||
"upgrades": ["ancientBehemoth"],
|
||||
@@ -388,15 +388,15 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
},
|
||||
"reduceDefence" :
|
||||
{
|
||||
"type" : "ENEMY_DEFENCE_REDUCTION",
|
||||
"val" : 80
|
||||
},
|
||||
"KING_1" : // Will be affected by Slayer with no expertise
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 0
|
||||
}
|
||||
},
|
||||
"graphics" :
|
||||
|
@@ -415,14 +415,14 @@
|
||||
"faction": "tower",
|
||||
"abilities" :
|
||||
{
|
||||
"immuneToMind" :
|
||||
{
|
||||
"type" : "MIND_IMMUNITY"
|
||||
},
|
||||
"KING_3" : // Will be affected by Expert Slayer only
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 3
|
||||
},
|
||||
"immuneToMind" :
|
||||
{
|
||||
"type" : "MIND_IMMUNITY"
|
||||
}
|
||||
},
|
||||
"upgrades": ["titan"],
|
||||
@@ -446,11 +446,6 @@
|
||||
"faction": "tower",
|
||||
"abilities" :
|
||||
{
|
||||
"KING_3" : // Will be affected by Expert Slayer only
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 3
|
||||
},
|
||||
"shooter" :
|
||||
{
|
||||
"type" : "SHOOTER"
|
||||
@@ -463,6 +458,11 @@
|
||||
{
|
||||
"type" : "MIND_IMMUNITY"
|
||||
},
|
||||
"KING_3" : // Will be affected by Expert Slayer only
|
||||
{
|
||||
"type" : "KING",
|
||||
"val" : 3
|
||||
},
|
||||
"hateBlackDragons" :
|
||||
{
|
||||
"type" : "HATE",
|
||||
|
Reference in New Issue
Block a user