Merge the Female Outlaw with the Outlaw

This commit is contained in:
James Spencer 2004-08-13 03:50:37 +00:00
parent a5bcfd06c6
commit d370c04610

View file

@ -1,6 +1,7 @@
[unit]
name=Outlaw
race=human
gender=male,female
image=neutral-outlaw.png
image_defensive=neutral-outlaw-defend.png
hitpoints=40
@ -67,4 +68,72 @@ get_hit_sound=groan.wav
image_diagonal=projectiles/stone.png
[/missile_frame]
[/attack]
[female]
name=Outlaw
race=human
gender=female
image=neutral-outlaw+female.png
image_defensive=neutral-outlaw+female-defend.png
hitpoints=40
movement_type=elusivefoot
movement=7
experience=500
level=2
alignment=chaotic
advanceto=null
cost=40
usage=mixed fighter
unit_description="Outlaws fight better at night. Female Outlaws look good while doing it."
get_hit_sound=female-hit.wav
[attack]
name=mace
type=impact
range=short
damage=7
number=2
icon=attacks/mace.png
[frame]
begin=-100
end=100
image=neutral-outlaw+female-attack.png
[/frame]
[sound]
time=-100
sound=mace.wav
[/sound]
[/attack]
[attack]
name=sling
type=impact
range=long
damage=6
number=3
icon=attacks/sling.png
[sound]
time=-100
sound=firearrow.wav
[/sound]
[frame]
begin=-250
end=-50
image=neutral-outlaw+female-attack1.png
[/frame]
[frame]
begin=-50
end=50
image=neutral-outlaw+female-attack2.png
[/frame]
[missile_frame]
begin=-100
end=0
image=projectiles/stone.png
image_diagonal=projectiles/stone.png
[/missile_frame]
[/attack]
[/female]
[/unit]