wesnoth/data/units/Skeleton_Archer.cfg
2005-06-28 00:56:55 +00:00

76 lines
1.3 KiB
INI

[unit]
id=Skeleton Archer
name= _ "Skeleton Archer"
race=undead
image="undead-archer.png"
image_defensive="undead-archer-defend.png"
hitpoints=30
movement_type=undeadfoot
movement=5
experience=35
level=1
alignment=chaotic
advanceto=Bone Shooter
cost=14
unit_description= _ "The undead Skeleton Archers are the bodies of fallen archers, brought back to battle. Like all undead, they are especially vulnerable to flames and holy attacks, but resistant to edged weapons."
usage=archer
get_hit_sound=skeleton-hit.wav
[resistance]
blade=60
pierce=40
impact=120
[/resistance]
[attack]
name=fist
type=impact
range=short
damage=3
number=2
[frame]
begin=-100
end=100
image="undead-archer-attack.png"
[/frame]
[sound]
time=-250
sound=fist-swish.wav
[/sound]
[/attack]
[attack]
name=bow
type=pierce
range=long
damage=6
number=3
[frame]
begin=-400
end=-250
image="undead-archer-attack1.png"
[/frame]
[frame]
begin=-250
end=0
image="undead-archer-attack2.png"
[/frame]
[sound]
time=-100
sound=firearrow.wav
[/sound]
[sound]
time=0
sound=arrow-hit.wav
sound_miss=arrow-miss.wav
[/sound]
[missile_frame]
begin=-100
end=0
image="projectiles/missile-n.png"
image_diagonal="projectiles/missile-ne.png"
[/missile_frame]
[/attack]
[/unit]