mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
35 lines
572 B
INI
35 lines
572 B
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 heavy mace, Bandits are adept at robbing and killing at night."
|
|
get_hit_sound=groan.wav
|
|
[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]
|