wesnoth/data/units/Orcish_Crossbowman.cfg
2005-06-26 12:34:18 +00:00

93 lines
1.7 KiB
INI

[unit]
id=Orcish Crossbowman
name= _ "Orcish Crossbowman"
race=orc
image="orc-xbowman.png"
image_defensive="orc-xbowman-defend.png"
hitpoints=43
movement_type=orcishfoot
movement=5
experience=80
level=2
alignment=chaotic
advanceto=Orcish Slurbow
undead_variation=archer
cost=28
usage=archer
unit_description= _ "Orcish Crossbowmen try to compensate for their lack of skill with the raw power of their weapon. While they are not as effective as the Elvish Marksmen in long-range combat, they are sturdier and can handle themselves a little better than the Elves in close combat."
get_hit_sound=orc-small-hit.wav
[attack]
name=short sword
type=blade
range=short
damage=4
number=3
icon=attacks/short-sword.png
[frame]
begin=-100
end=100
image="orc-xbowman-attack.png"
[/frame]
[sound]
time=-250
sound=sword-swish.wav
[/sound]
[/attack]
[attack]
name=crossbow
type=pierce
range=long
damage=8
number=3
[frame]
begin=-300
end=0
image="orc-xbowman-ranged.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]
[attack]
name=crossbow
type=fire
range=long
damage=8
number=2
[frame]
begin=-300
end=0
image="orc-xbowman-ranged.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-fire-n.png"
image_diagonal="projectiles/missile-fire-ne.png"
[/missile_frame]
[/attack]
[/unit]