Make the Glider the scout- Fighter the light fighter- Remove much hated Petit-

Data
This commit is contained in:
James Spencer 2004-09-26 21:34:46 +00:00
parent b7c6497814
commit afc69ea893
4 changed files with 159 additions and 17 deletions

View file

@ -0,0 +1,73 @@
[unit]
id=Drake Fighter
name= _ "Drake Fighter"
race=drake
image=drake-fighter.png
image_defensive=drake-fighter-defend.png
image_moving=drake-fighter-flying.png
hitpoints=39
movement_type=drakefly
movement=6
experience=42
level=1
alignment=neutral
advanceto=Drake Warrior
cost=18
usage=fighter
unit_description= _ "Drake Fighters wield curved scimitars with deadly skill, and possess the fire breathing skills of their ancestors. The most skilled Fighters go on to join the ranks of the elite Drake Warriors."
get_hit_sound=groan.wav
[attack]
name=scimitar
type=blade
range=short
damage=7
number=3
icon=attacks/sword.png
[frame]
begin=-200
end=-50
image=drake-fighter-attack-close1.png
[/frame]
[frame]
begin=-50
end=100
image=drake-fighter-attack-close2.png
[/frame]
[sound]
time=-150
sound=sword-swish.wav
[/sound]
[/attack]
[attack]
name=fire breath
icon=attacks/fireball.png
type=fire
range=long
damage=9
number=1
[frame]
begin=-200
end=-50
image=drake-fighter-attack-fire1.png
[/frame]
[frame]
begin=-50
end=100
image=drake-fighter-attack-fire2.png
[/frame]
[sound]
time=-100
sound=fire.wav
[/sound]
[missile_frame]
begin=-100
end=0
image=projectiles/fireball.png
halo=halo/fireball7.png
halo_x,halo_y=14,-14
[/missile_frame]
[/attack]
[/unit]

View file

@ -6,24 +6,24 @@ race=drake
image=drake-glider.png
image_defensive=drake-glider-defend.png
image_moving=drake-glider-flying.png
hitpoints=39
hitpoints=32
movement_type=drakefly
movement=6
experience=42
movement=8
experience=35
level=1
alignment=neutral
advanceto=Sky Drake
#advanceto=null
cost=18
usage=fighter
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 compotent fighters, possesing 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."
cost=15
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 compotent fighters, possesing 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."
get_hit_sound=groan.wav
[attack]
name=slam
type=impact
range=short
damage=7
number=3
damage=6
number=2
#icon=attacks/fist.png
[frame]
begin=-200
@ -46,7 +46,7 @@ get_hit_sound=groan.wav
icon=attacks/fireball.png
type=fire
range=long
damage=9
damage=7
number=1
[frame]
begin=-200

View file

@ -5,17 +5,17 @@ race=drake
image=drake-sky.png
image_defensive=drake-sky-defend.png
image_moving=drake-sky-defend.png
hitpoints=49
hitpoints=40
movement_type=fly
movement=7
movement=9
experience=500
level=2
alignment=neutral
#advanceto=Hurricane Drake,Tornado drake
advanceto=null
cost=30
usage=fighter
unit_description="Sky drakes truely are the kings of the sky. Using very air they fly in as a weapon these drakes are the bane of many. They can swiftly swoop down in a wave of destruction, and are usually long gone before anyone can stop them."
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."
get_hit_sound=groan.wav
[resistance]
fire=50
@ -27,7 +27,7 @@ get_hit_sound=groan.wav
type=impact
range=short
damage=8
number=3
number=2
#icon=attacks/fist.png
[frame]
begin=-200
@ -50,8 +50,8 @@ get_hit_sound=groan.wav
icon=attacks/fireball.png
type=fire
range=long
damage=18
number=1
damage=7
number=2
[frame]
begin=-200
end=-100

View file

@ -0,0 +1,69 @@
[unit]
id=Drake Warrior
name= _ "Drake Warrior"
race=drake
image=drake-warrior.png
image_defensive=drake-warrior-defend.png
image_moving=drake-warrior-flying.png
hitpoints=55
movement_type=drakefly
movement=6
experience=500
level=1
alignment=neutral
advanceto=Sky Drake
#advanceto=null
cost=32
usage=fighter
unit_description= _ "Drake Fighters wield swords with great skill, and possess the fire breathing skills of their ancestors."
get_hit_sound=groan.wav
[attack]
name=slam
type=blade
range=short
damage=9
number=3
icon=attacks/sword.png
[frame]
begin=-200
end=-50
image=drake-warrior-attack-close1.png
[/frame]
[frame]
begin=-50
end=100
image=drake-warrior-attack-close2.png
[/frame]
[sound]
time=-150
sound=sword-swish.wav
[/sound]
[/attack]
[attack]
name=fire breath
icon=attacks/fireball.png
type=fire
range=long
damage=9
number=2
[frame]
begin=-200
end=100
image=drake-warrior-attack-ranged.png
[/frame]
[sound]
time=-100
sound=fire.wav
[/sound]
[missile_frame]
begin=-100
end=0
image=projectiles/fireball.png
halo=halo/fireball7.png
halo_x,halo_y=14,-14
[/missile_frame]
[/attack]
[/unit]