Added drake enforcer.
This commit is contained in:
parent
715d7bcbf2
commit
5e5ee1216a
3 changed files with 69 additions and 30 deletions
|
@ -15,7 +15,7 @@ advanceto=Drake Gladiator,Drake Slasher
|
|||
undead_variation=drake
|
||||
cost=19
|
||||
usage=fighter
|
||||
unit_description= _ "With their stumpy vestigial wings and inability to use their great internal fire as a weapon some may think that these Drakes are disadvantaged; they would be mistaken. To compensate they have become great craftsmen that can fabricate weapons with emerald edges, and wear heavy armour. The Clashers' weapons of choice are the sword and spear, which they use to great effect. The greatest Clashers can become Drake Gladiators or Slashers."
|
||||
unit_description= _ "With their stumpy vestigial wings and inability to use their great internal fire as a weapon some may think that these Drakes are disadvantaged; they would be mistaken. To compensate they have become great craftsmen that can fabricate weapons with emerald edges, and wear heavy armour. The Clashers' weapons of choice are the sword and mace, which they use to great effect. The greatest Clashers can become Drake Gladiators or Slashers."
|
||||
get_hit_sound=groan.wav
|
||||
[death]
|
||||
[frame]
|
||||
|
@ -48,16 +48,16 @@ get_hit_sound=groan.wav
|
|||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=spear
|
||||
type=pierce
|
||||
name=mace
|
||||
type=impact
|
||||
range=short
|
||||
damage=6
|
||||
number=4
|
||||
damage=8
|
||||
number=3
|
||||
icon=attacks/spear.png
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-50
|
||||
image="drake-clasher-attack-spear.png"
|
||||
image="drake-clasher-attack-mace.png"
|
||||
[/frame]
|
||||
|
||||
[/attack]
|
||||
|
|
59
data/units/Drake_Enforcer.cfg
Normal file
59
data/units/Drake_Enforcer.cfg
Normal file
|
@ -0,0 +1,59 @@
|
|||
[unit]
|
||||
id=Drake Enforcer
|
||||
name= _ "Drake Enforcer"
|
||||
race=drake
|
||||
image="drake-enforcer.png"
|
||||
#image_defensive="drake-enforcer-defend.png"
|
||||
#image_moving="drake-enforcer-flying.png"
|
||||
hitpoints=85
|
||||
movement_type=drakefoot
|
||||
movement=5
|
||||
experience=500
|
||||
level=3
|
||||
alignment=lawful
|
||||
advanceto=null
|
||||
undead_variation=drake
|
||||
cost=82
|
||||
usage=fighter
|
||||
unit_description= _ "With their stumpy vestigial wings and inability to use their great internal fire as a weapon some may think that these Drakes are disadvantaged, they would be mistaken. Drakes Enforcers protect their vulnerable hides with thick brass armour and they arm themselves with as many emerald edged weapons as possible to fend off whatever opponents may await them."
|
||||
get_hit_sound=groan.wav
|
||||
[resistance]
|
||||
pierce=80
|
||||
[/resistance]
|
||||
[attack]
|
||||
name=sword
|
||||
type=blade
|
||||
range=short
|
||||
damage=10
|
||||
number=4
|
||||
icon=attacks/sword.png
|
||||
#[frame]
|
||||
# begin=-200
|
||||
# end=-50
|
||||
# image="drake-enforcer-attack-sword.png"
|
||||
#[/frame]
|
||||
[sound]
|
||||
time=-150
|
||||
sound=sword-swish.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=mace
|
||||
type=impact
|
||||
range=short
|
||||
damage=15
|
||||
number=3
|
||||
icon=attacks/mace.png
|
||||
#[frame]
|
||||
# begin=-100
|
||||
# end=0
|
||||
# image="drake-enforcer-attack-mace.png"
|
||||
#[/frame]
|
||||
[sound]
|
||||
time=-50
|
||||
sound=mace.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
|
||||
[/unit]
|
|
@ -8,13 +8,12 @@ image_defensive="drake-gladiator-defend.png"
|
|||
hitpoints=65
|
||||
movement_type=drakefoot
|
||||
movement=5
|
||||
experience=500
|
||||
experience=90
|
||||
level=2
|
||||
alignment=lawful
|
||||
advanceto=null
|
||||
#advanceto=Drake Omnirage
|
||||
advanceto=Drake Enforcer
|
||||
undead_variation=drake
|
||||
cost=35
|
||||
cost=42
|
||||
usage=fighter
|
||||
unit_description= _ "With their stumpy vestigial wings and inability to use their great internal fire as a weapon some may think that these Drakes are disadvantaged, they would be mistaken. Drakes Gladiators protect their vulnerable hides with thick brass armour and they arm themselves with as many emerald edged weapons as possible to fend off whatever opponents may await them."
|
||||
get_hit_sound=groan.wav
|
||||
|
@ -38,31 +37,12 @@ get_hit_sound=groan.wav
|
|||
sound=sword-swish.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=spear
|
||||
type=pierce
|
||||
range=short
|
||||
damage=6
|
||||
number=5
|
||||
icon=attacks/spear.png
|
||||
[frame]
|
||||
begin=-150
|
||||
end=-50
|
||||
image="drake-gladiator-attack-spear.png"
|
||||
[/frame]
|
||||
|
||||
[sound]
|
||||
time=-100
|
||||
sound=spear.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=mace
|
||||
type=impact
|
||||
range=short
|
||||
damage=9
|
||||
damage=12
|
||||
number=3
|
||||
icon=attacks/mace.png
|
||||
[frame]
|
||||
|
|
Loading…
Add table
Reference in a new issue