wesnoth/data/units/Cavalry.cfg
2004-02-27 21:49:11 +00:00

66 lines
1.2 KiB
INI

[unit]
name=Cavalry
race=human
image=human-scout.png
hitpoints=38
movement_type=mounted
movement=8
experience=34
level=1
alignment=lawful
advanceto=Dragoon
cost=17
usage=scout
unit_description="The best riders in Wesnoth are recruited into the military to become members of the cavalry. This strictly disciplined force is especially suited to capturing and holding villages."
get_hit_sound=groan.wav
[attack]
name=sword
type=blade
range=short
damage=5
number=3
[sound]
time=-200
sound=horse-canter.wav
[/sound]
[frame]
begin=-200
end=100
image=human-scout-attack.png
[/frame]
[/attack]
[/unit]
[unit]
name=Scout
race=human
image=human-scout.png
hitpoints=38
movement_type=mounted
movement=8
experience=34
level=1
alignment=lawful
advanceto=Dragoon
cost=17
usage=scout
unit_description="Since they use both the lightest of armor and the fastest of horses, Scouts are employed by most human armies to discover what dangers lie ahead."
get_hit_sound=groan.wav
[attack]
name=sword
type=blade
range=short
damage=5
number=3
[sound]
time=-200
sound=horse-canter.wav
[/sound]
[frame]
begin=-200
end=100
image=human-scout-attack.png
[/frame]
[/attack]
[/unit]