New level-3 drake flyers, added marksman ability to line.
This commit is contained in:
parent
4c5ed608c1
commit
f7971b7d0d
3 changed files with 87 additions and 5 deletions
|
@ -15,7 +15,7 @@ advanceto=Sky Drake
|
|||
undead_variation=drake
|
||||
cost=16
|
||||
usage=scout
|
||||
unit_description= _ "Drake Gliders wear as little armour as possible so they can quickly escape their foes when they leave their caves. These Drakes are competent fighters, possessing the internal fire common to many of their kin. Gliders can also effectively use their speed to viciously slam their opponents into submission. The best gliders can look forward to being accepted into the ranks of the high flying Sky Drakes."
|
||||
unit_description= _ "Drake Gliders wear as little armour as possible so they can quickly escape their foes when they leave their caves. These Drakes are competent fighters, possessing the internal fire common to many of their kin. Gliders can also effectively use their speed to viciously slam their opponents into submission. The best gliders can look forward to being accepted into the ranks of the high flying Sky Drakes. From their aerial vantage point, these drakes can see past most defensive cover. Their skill at flying allows them the precision to target enemies under such cover"
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
name=slam
|
||||
|
@ -44,6 +44,7 @@ get_hit_sound=groan.wav
|
|||
name=fire breath
|
||||
icon=attacks/fireball.png
|
||||
type=fire
|
||||
special=marksman
|
||||
range=long
|
||||
damage=3
|
||||
number=3
|
||||
|
|
81
data/units/Drake_Hurricane.cfg
Normal file
81
data/units/Drake_Hurricane.cfg
Normal file
|
@ -0,0 +1,81 @@
|
|||
[unit]
|
||||
id=Hurricane Drake
|
||||
name= _ "Hurricane Drake"
|
||||
race=drake
|
||||
image="drake-hurricane.png"
|
||||
image_defensive="drake-hurricane-attack-melee1.png"
|
||||
image_moving="drake-hurricane-flying.png"
|
||||
hitpoints=50
|
||||
movement_type=fly
|
||||
movement=9
|
||||
experience=500
|
||||
level=3
|
||||
alignment=lawful
|
||||
advanceto=null
|
||||
undead_variation=drake
|
||||
cost=65
|
||||
usage=scout
|
||||
unit_description= _ "Masters of the aerial realm, the Hurricane Drakes are the elite amongst those drakes which are gifted with flight. Soaring high in the air, they can see past most defensive cover and spit fire at their foes with impunity."
|
||||
get_hit_sound=groan.wav
|
||||
[resistance]
|
||||
fire=50
|
||||
pierce=120
|
||||
cold=150
|
||||
[/resistance]
|
||||
[attack]
|
||||
name=slam
|
||||
type=impact
|
||||
range=short
|
||||
damage=8
|
||||
number=3
|
||||
icon=attacks/slam.png
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-50
|
||||
image="drake-hurricane-attack-melee1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=-50
|
||||
end=100
|
||||
image="drake-hurricane-attack-melee2.png"
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-50
|
||||
sound=sword-swish.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=fire breath
|
||||
icon=attacks/fireball.png
|
||||
type=fire
|
||||
special=marksman
|
||||
range=long
|
||||
damage=8
|
||||
number=3
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-100
|
||||
image="drake-hurricane-attack-ranged-fire1.png"
|
||||
halo=halo/fireball-preparation-1.png,halo/fireball-preparation-2.png,halo/fireball-preparation-3.png,halo/fireball-preparation-4.png
|
||||
halo_x,halo_y=14,-3
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=-100
|
||||
end=150
|
||||
image="drake-hurricane-attack-ranged-fire2.png"
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-100
|
||||
sound=fire.wav
|
||||
[/sound]
|
||||
[missile_frame]
|
||||
begin=-100
|
||||
end=0
|
||||
halo=halo/fireball-halo1.png:30,halo/fireball-halo2.png:30,halo/fireball-halo3.png:30,halo/fireball-halo4.png:30,halo/fireball-halo5.png:30,halo/fireball-halo6.png:30,halo/fireball-halo7.png:30,halo/fireball-halo8.png:30,halo/fireball-halo1.png:30,halo/fireball-halo2.png:30
|
||||
image="projectiles/fireball-n.png"
|
||||
image_diagonal="projectiles/fireball-nw.png"
|
||||
[/missile_frame]
|
||||
[/attack]
|
||||
|
||||
[/unit]
|
|
@ -8,15 +8,14 @@ image_moving="drake-sky-defend.png"
|
|||
hitpoints=40
|
||||
movement_type=fly
|
||||
movement=9
|
||||
experience=500
|
||||
experience=80
|
||||
level=2
|
||||
alignment=lawful
|
||||
#advanceto=Hurricane Drake,Tornado drake
|
||||
advanceto=null
|
||||
advanceto=Hurricane Drake
|
||||
undead_variation=drake
|
||||
cost=27
|
||||
usage=scout
|
||||
unit_description= _ "Sky drakes are truly the kings of the sky. Using their momentum and fire breath as weapons these drakes are the bane of many. They can swiftly swoop down on prey, and are usually long gone before anyone can stop them."
|
||||
unit_description= _ "Sky drakes are truly the kings of the sky. Using their momentum and fire breath as weapons these drakes are the bane of many. They can swiftly swoop down on prey, and are usually long gone before anyone can stop them. By attacking from the air, they can spit fire with great precision into positions which would otherwise afford a great defensive advantage to their foes."
|
||||
get_hit_sound=groan.wav
|
||||
[resistance]
|
||||
fire=50
|
||||
|
@ -50,6 +49,7 @@ get_hit_sound=groan.wav
|
|||
name=fire breath
|
||||
icon=attacks/fireball.png
|
||||
type=fire
|
||||
special=marksman
|
||||
range=long
|
||||
damage=5
|
||||
number=3
|
||||
|
|
Loading…
Add table
Reference in a new issue