wesnoth/data/units/Bandit.cfg
2005-04-25 18:39:32 +00:00

48 lines
1.0 KiB
INI

[unit]
id=Bandit
name= _ "Bandit"
race=human
image="neutral-bandit.png"
image_defensive="neutral-bandit-defend.png"
hitpoints=50
movement_type=smallfoot
movement=5
experience=500
level=2
alignment=chaotic
advanceto=null
cost=33
usage=fighter
unit_description= _ "Armed with a heavy mace, Bandits are adept at robbing and killing at night. Wearing brown cloaks and black hoods, they steal from the peasants who live near them when not fighting against invaders."
get_hit_sound=groan.wav
[death]
[frame]
begin=0
end=200
image="neutral-bandit-die-1.png"
[/frame]
[frame]
begin=200
end=400
image="neutral-bandit-die-2.png"
[/frame]
[/death]
[attack]
name=mace
type=impact
range=short
damage=8
number=4
[frame]
begin=-100
end=100
image="neutral-bandit-attack.png"
[/frame]
[sound]
time=-100
sound=mace.wav
[/sound]
[/attack]
[/unit]