Skip to content

Commit

Permalink
UtBS: Make the final fight harder
Browse files Browse the repository at this point in the history
Increase hp and damage of all units unique to the fight, and make the
amounts scale with difficulty level.
  • Loading branch information
Alarantalara committed Jun 2, 2014
1 parent 4a24cce commit 0221553
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -90,7 +90,7 @@
[/base_unit]
id=Central Body2
name= _ "Weakened Central Body"
hitpoints=40
hitpoints={ON_DIFFICULTY 50 75 100}
[resistance]
blade=110
pierce=110
Expand Down
Expand Up @@ -31,7 +31,7 @@
icon=attacks/fangs-animal.png
type=blade
range=melee
damage=7
damage={ON_DIFFICULTY 7 8 10}
number=2
[/attack]
[attack]
Expand All @@ -40,7 +40,7 @@
icon=attacks/dark-missile.png
type=cold
range=ranged
damage=5
damage={ON_DIFFICULTY 4 5 6}
number=3
[/attack]
{DEFENSE_ANIM "units/alien/orb-small-defend.png" units/alien/orb-small.png wail-sml.wav }
Expand Down
Expand Up @@ -12,7 +12,7 @@
auto_hflip=no
[/frame]
[/standing_anim]
hitpoints=35
hitpoints={ON_DIFFICULTY 35 40 50}
movement_type=smallfoot
[movement_costs]
cave={UNREACHABLE}
Expand Down Expand Up @@ -42,7 +42,7 @@
[specials]
{WEAPON_SPECIAL_MAGICAL}
[/specials]
damage=6
damage={ON_DIFFICULTY 6 8 12}
number=1
[/attack]
[attack_anim]
Expand Down

0 comments on commit 0221553

Please sign in to comment.