wesnoth/data/units/Orcish_Assassin.cfg
2005-04-24 02:06:12 +00:00

59 lines
1.1 KiB
INI

[unit]
id=Orcish Assassin
name= _ "Orcish Assassin"
race=orc
image="orc-assassin.png"
image_defensive="orc-assassin-defend.png"
hitpoints=26
movement_type=elusivefoot
movement=6
experience=30
level=1
alignment=chaotic
advanceto=Orcish Slayer
cost=17
usage=fighter
unit_description= _ "While not so strong in combat, Orcish Assassins are fast and can defend themselves well over different kinds of terrain. These Assassins use poisoned darts, and victims of this poison will continually take damage until they can be cured in town or by a healer."
get_hit_sound=orc-small-hit.wav
[attack]
name=dagger
type=blade
range=short
damage=8
number=1
[frame]
begin=-100
end=100
image="orc-assassin-attack.png"
[/frame]
[sound]
time=-100
sound=dagger-swish.wav
[/sound]
[/attack]
[attack]
name=darts
type=blade
range=long
damage=3
number=3
special=poison
[frame]
begin=-150
end=50
image="orc-assassin-knife.png"
[/frame]
[missile_frame]
begin=-100
end=0
image="projectiles/dagger-n.png"
image_diagonal="projectiles/dagger-ne.png"
[/missile_frame]
[sound]
time=-100
sound=dart.wav
[/sound]
[/attack]
[/unit]