Skip to content

Commit

Permalink
UtBS: buff some enemy units
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Jul 15, 2020
1 parent e8866f8 commit 6fb716c
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
Expand Up @@ -13,7 +13,7 @@
auto_hflip=no
[/frame]
[/standing_anim]
hitpoints=100
hitpoints=150
movement_type=smallfoot
[movement_costs]
cave={UNREACHABLE}
Expand Down Expand Up @@ -50,7 +50,7 @@
[specials]
{WEAPON_SPECIAL_MAGICAL}
[/specials]
damage=7
damage=10
number=3
[/attack]
[attack]
Expand All @@ -62,7 +62,7 @@
[specials]
{WEAPON_SPECIAL_MAGICAL}
[/specials]
damage=7
damage=10
number=3
[/attack]
[attack_anim]
Expand Down Expand Up @@ -95,11 +95,11 @@
do_not_list=yes
[abilities]
[regenerate]
value=100
value=150
id=regenerates_yec
name= _ "alien regenerates"
female_name= _ "female^alien regenerates"
description= _ "The unit will heal itself 100 HP per turn. If it is poisoned, it will remove the poison instead of healing."
description= _ "The unit will heal itself 150 HP per turn. If it is poisoned, it will remove the poison instead of healing."
affect_self=yes
poison=cured
[/regenerate]
Expand All @@ -113,7 +113,7 @@
[/base_unit]
id=Central Body2
name= _ "Weakened Central Body"
hitpoints={ON_DIFFICULTY 50 75 100}
hitpoints={ON_DIFFICULTY 80 100 120}
[resistance]
blade=110
pierce=110
Expand All @@ -128,10 +128,10 @@
die_sound=wail-long.wav

[attack]
damage=3
damage=4
[/attack]
[attack]
damage=3
damage=4
[/attack]

[death]
Expand Down
Expand Up @@ -34,7 +34,7 @@
icon=attacks/fangs-horror.png
type=blade
range=melee
damage={ON_DIFFICULTY 7 8 10}
damage={ON_DIFFICULTY 7 9 11}
number=2
[/attack]
[attack]
Expand Down
Expand Up @@ -12,7 +12,7 @@
auto_hflip=no
[/frame]
[/standing_anim]
hitpoints={ON_DIFFICULTY 35 40 50}
hitpoints={ON_DIFFICULTY 60 80 100}
movement_type=smallfoot
[movement_costs]
cave={UNREACHABLE}
Expand Down Expand Up @@ -44,7 +44,7 @@
[specials]
{WEAPON_SPECIAL_MAGICAL}
[/specials]
damage={ON_DIFFICULTY 6 8 12}
damage={ON_DIFFICULTY 8 12 16}
number=1
[/attack]
[attack_anim]
Expand Down
Expand Up @@ -6,18 +6,18 @@
race=monster
image="units/monsters/demon.png"
{DEFENSE_ANIM "units/monsters/demon-defend2.png" "units/monsters/demon-defend.png" {SOUND_LIST:DRAKE_HIT} }
hitpoints=40
hitpoints=60
movement_type=lizard
[resistance]
fire=70
[/resistance]
movement=6
experience=100
{AMLA_DEFAULT}
level=2
level=3
alignment=chaotic
advances_to=null
cost=30
cost=50
usage=fighter
description= _ "Are these monsters some beast-soldiers of a bygone era? Or are they spirits from another plane of existence? Knowledge of their origins is lost, all that is known is that they can spell trouble for those who go poking around in caverns and ruins."
die_sound=drake-die.ogg
Expand All @@ -27,7 +27,7 @@
icon=attacks/sword-flaming.png
type=fire
range=melee
damage=8
damage=12
number=4
[/attack]
[attack_anim]
Expand Down
Expand Up @@ -8,15 +8,15 @@
# The baseframe is larger than usual to make compositing with the back haloin animations trivial.
bar_offset_x,bar_offset_y=0,0
profile=portraits/eloh.png
hitpoints=40
hitpoints=60
movement_type=woodland
movement=1
experience=100
level=2
alignment=lawful
advances_to=null
{AMLA_DEFAULT}
cost=10
cost=100
usage=null
do_not_list=yes
description= _ "Divine Avatars only appear in time of great need. Forms of the Gods themselves, made real in this world for a time, blessed are those who are lucky enough to view such images of power and perfection."
Expand All @@ -42,8 +42,8 @@
[specials]
{WEAPON_SPECIAL_MAGICAL}
[/specials]
damage=10
number=2
damage=11
number=3
[/attack]

[standing_anim]
Expand Down
Expand Up @@ -5,7 +5,7 @@
[/base_unit]
id=Divine Incarnation
name= _ "female^Divine Incarnation"
hitpoints=50
hitpoints=70
movement=4
experience=150
level=3
Expand Down
Expand Up @@ -2,7 +2,7 @@
# same as a ghost, except that a haunt can't move
[unit_type]
[base_unit]
id=Ghost
id=Wraith
[/base_unit]
id=Haunt
name= _ "Haunt"
Expand Down
Expand Up @@ -5,7 +5,7 @@
race=undead
image="units/undead/spider-lich.png"
{DEFENSE_ANIM "units/undead/spider-lich-defend.png" "units/undead/spider-lich.png" {SOUND_LIST:LICH_HIT} }
hitpoints=38
hitpoints=52
movement_type=undeadfoot
movement=6
experience=100
Expand All @@ -26,7 +26,7 @@
description= _"touch"
type=cold
range=melee
damage=4
damage=5
number=3
icon=attacks/touch-undead.png
[specials]
Expand All @@ -41,7 +41,7 @@
{WEAPON_SPECIAL_MAGICAL}
[/specials]
range=ranged
damage=8
damage=9
number=3
icon=attacks/iceball.png
[/attack]
Expand All @@ -54,7 +54,7 @@
{WEAPON_SPECIAL_MAGICAL}
[/specials]
range=ranged
damage=5
damage=6
number=3
icon=attacks/dark-missile.png
[/attack]
Expand Down

0 comments on commit 6fb716c

Please sign in to comment.