mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 18:31:32 +00:00
85 lines
1.6 KiB
INI
85 lines
1.6 KiB
INI
#textdomain wesnoth-tutorial
|
|
[unit]
|
|
id=Fighter
|
|
name= _ "Fighter"
|
|
race=human
|
|
image="konrad-fighter.png"
|
|
ellipse="misc/ellipse"
|
|
profile=portraits/konrad.png
|
|
hitpoints=32
|
|
movement_type=smallfoot
|
|
movement=6
|
|
experience=28
|
|
level=1
|
|
alignment=lawful
|
|
cost=18
|
|
usage=mixed fighter
|
|
unit_description= _ "Young and brash, Fighters fight with a sword, and are vulnerable to attack from enemies. However they have the potential to become great warriors one day."
|
|
get_hit_sound={SOUND_LIST:HUMAN_HIT}
|
|
die_sound={SOUND_LIST:HUMAN_DIE}
|
|
[attack]
|
|
name=sword
|
|
description= _"sword"
|
|
icon=attacks/sword-human.png
|
|
type=blade
|
|
range=melee
|
|
damage=6
|
|
number=3
|
|
[animation]
|
|
hits=yes
|
|
[frame]
|
|
begin=-200
|
|
end=-150
|
|
image="konrad-fighter.png"
|
|
[/frame]
|
|
[frame]
|
|
begin=-150
|
|
end=50
|
|
image="konrad-fighter-attack-1.png"
|
|
sound={SOUND_LIST:SWORD_SWISH}
|
|
[/frame]
|
|
[frame]
|
|
begin=50
|
|
end=150
|
|
image="konrad-fighter-attack-2.png"
|
|
[/frame]
|
|
[frame]
|
|
begin=150
|
|
end=200
|
|
image="konrad-fighter.png"
|
|
[/frame]
|
|
[/animation]
|
|
[animation]
|
|
hits=no
|
|
[frame]
|
|
begin=-200
|
|
end=-150
|
|
image="konrad-fighter.png"
|
|
[/frame]
|
|
[frame]
|
|
begin=-150
|
|
end=50
|
|
image="konrad-fighter-attack-1.png"
|
|
sound={SOUND_LIST:MISS}
|
|
[/frame]
|
|
[frame]
|
|
begin=50
|
|
end=150
|
|
image="konrad-fighter-attack-2.png"
|
|
[/frame]
|
|
[frame]
|
|
begin=150
|
|
end=200
|
|
image="konrad-fighter.png"
|
|
[/frame]
|
|
[/animation]
|
|
[/attack]
|
|
[defend]
|
|
[frame]
|
|
begin=-150
|
|
end=150
|
|
image="konrad-fighter-defend.png"
|
|
[/frame]
|
|
[/defend]
|
|
[/unit]
|