From 2a0c1329714fd28d8af9588d85c2d37c24c8cbce Mon Sep 17 00:00:00 2001 From: Dugy Date: Mon, 27 May 2024 23:56:50 +0200 Subject: [PATCH] Add AMLA for decreasing fire resistance to Infernal Knight --- units/Infernal_Knight.cfg | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/units/Infernal_Knight.cfg b/units/Infernal_Knight.cfg index 859923b0..7de239ff 100644 --- a/units/Infernal_Knight.cfg +++ b/units/Infernal_Knight.cfg @@ -162,7 +162,7 @@ require_amla="fireball,axe3" [effect] apply_to=attack - increase_damage=-2 + increase_damage=-3 [/effect] [effect] apply_to=new_ability @@ -182,7 +182,7 @@ [effect] apply_to=attack range=melee - increase_damage=1 + increase_damage=2 [/effect] {AMLA_DEFAULT_BONUSES} [/advancement] @@ -196,7 +196,7 @@ [effect] apply_to=attack range=melee - increase_damage=1 + increase_damage=2 [/effect] {AMLA_DEFAULT_BONUSES} [/advancement] @@ -239,7 +239,7 @@ [effect] apply_to=attack name=fireball - increase_damage=1 + increase_damage=2 [/effect] {AMLA_DEFAULT_BONUSES} [/advancement] @@ -253,7 +253,7 @@ [effect] apply_to=attack name=fireball - increase_damage=-2 + increase_damage=-1 increase_attacks=1 [/effect] {AMLA_DEFAULT_BONUSES} @@ -282,7 +282,6 @@ [effect] apply_to=attack name=fireball - increase_attacks=-1 [set_specials] mode=append {WEAPON_SPECIAL_EXPLOSIVE} @@ -327,6 +326,28 @@ [/effect] {AMLA_DEFAULT_BONUSES} [/advancement] + [advancement] + max_times=1 + always_display=yes + id=fire_penetrate + description= _ "decreasing fire resistance of opponents by 10%" + image=attacks/noctum.png + strict_amla=yes + require_amla="" + fire_penetrate=10 + {AMLA_DEFAULT_BONUSES} + [/advancement] + [advancement] + max_times=2 + always_display=yes + id=fire_penetrate2 + description= _ "decreasing fire resistance of opponents by 5% more" + image=attacks/noctum.png + strict_amla=yes + require_amla="fire_penetrate" + fire_penetrate=5 + {AMLA_DEFAULT_BONUSES} + [/advancement] [advancement] max_times=3 id=movement @@ -341,4 +362,4 @@ [/effect] [/advancement] ) "Infernal Knight"} -[/unit_type] \ No newline at end of file +[/unit_type]