Skip to content

Commit

Permalink
Add AMLA for decreasing fire resistance to Infernal Knight
Browse files Browse the repository at this point in the history
  • Loading branch information
Dugy committed May 27, 2024
1 parent 23660aa commit 2a0c132
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions units/Infernal_Knight.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
require_amla="fireball,axe3"
[effect]
apply_to=attack
increase_damage=-2
increase_damage=-3
[/effect]
[effect]
apply_to=new_ability
Expand All @@ -182,7 +182,7 @@
[effect]
apply_to=attack
range=melee
increase_damage=1
increase_damage=2
[/effect]
{AMLA_DEFAULT_BONUSES}
[/advancement]
Expand All @@ -196,7 +196,7 @@
[effect]
apply_to=attack
range=melee
increase_damage=1
increase_damage=2
[/effect]
{AMLA_DEFAULT_BONUSES}
[/advancement]
Expand Down Expand Up @@ -239,7 +239,7 @@
[effect]
apply_to=attack
name=fireball
increase_damage=1
increase_damage=2
[/effect]
{AMLA_DEFAULT_BONUSES}
[/advancement]
Expand All @@ -253,7 +253,7 @@
[effect]
apply_to=attack
name=fireball
increase_damage=-2
increase_damage=-1
increase_attacks=1
[/effect]
{AMLA_DEFAULT_BONUSES}
Expand Down Expand Up @@ -282,7 +282,6 @@
[effect]
apply_to=attack
name=fireball
increase_attacks=-1
[set_specials]
mode=append
{WEAPON_SPECIAL_EXPLOSIVE}
Expand Down Expand Up @@ -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
Expand All @@ -341,4 +362,4 @@
[/effect]
[/advancement]
) "Infernal Knight"}
[/unit_type]
[/unit_type]

0 comments on commit 2a0c132

Please sign in to comment.