mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 22:39:52 +00:00
35 lines
551 B
INI
35 lines
551 B
INI
[unit]
|
|
id=Thug
|
|
name= _ "Thug"
|
|
race=human
|
|
image=neutral-thug.png
|
|
image_defensive=neutral-thug-defend.png
|
|
hitpoints=36
|
|
movement_type=smallfoot
|
|
movement=5
|
|
experience=42
|
|
level=1
|
|
alignment=chaotic
|
|
advanceto=Bandit
|
|
cost=13
|
|
usage=fighter
|
|
unit_description= _ "Thugs are bandits who use large clubs to beat their victims."
|
|
get_hit_sound=groan.wav
|
|
[attack]
|
|
name=club
|
|
type=impact
|
|
range=short
|
|
damage=6
|
|
number=3
|
|
[frame]
|
|
begin=-100
|
|
end=100
|
|
image=neutral-thug-attack.png
|
|
[/frame]
|
|
[sound]
|
|
time=-100
|
|
sound=staff.wav
|
|
[/sound]
|
|
[/attack]
|
|
[/unit]
|