mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
69 lines
1.4 KiB
INI
69 lines
1.4 KiB
INI
#textdomain wesnoth-tutorial
|
|
[unit]
|
|
id=Fighteress
|
|
name= _ "female^Fighter"
|
|
gender=female
|
|
race=human
|
|
image="human-princess.png"
|
|
{DEFENSE_ANIM "human-princess-defend.png" "human-princess.png" {SOUND_LIST:HUMAN_FEMALE_HIT} }
|
|
profile=portraits/lisar.png
|
|
hitpoints=32
|
|
movement_type=smallfoot
|
|
movement=6
|
|
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."
|
|
die_sound={SOUND_LIST:HUMAN_FEMALE_DIE}
|
|
[attack]
|
|
name=sabre
|
|
description= _"sabre"
|
|
icon=attacks/sabre-human.png
|
|
type=blade
|
|
range=melee
|
|
damage=6
|
|
number=3
|
|
[animation]
|
|
[frame]
|
|
begin=-225
|
|
end=-175
|
|
image="human-princess-attack-1.png"
|
|
[/frame]
|
|
[frame]
|
|
begin=-175
|
|
end=-125
|
|
image="human-princess-attack-2.png"
|
|
[/frame]
|
|
[if]
|
|
hits=yes
|
|
[frame]
|
|
begin=-125
|
|
end=0
|
|
image="human-princess-attack-3.png"
|
|
sound={SOUND_LIST:SWORD_SWISH}
|
|
[/frame]
|
|
[/if]
|
|
[else]
|
|
hits=no
|
|
[frame]
|
|
begin=-125
|
|
end=0
|
|
image="human-princess-attack-3.png"
|
|
sound={SOUND_LIST:MISS}
|
|
[/frame]
|
|
[/else]
|
|
[frame]
|
|
begin=0
|
|
end=150
|
|
image="human-princess-attack-4.png"
|
|
[/frame]
|
|
[frame]
|
|
begin=150
|
|
end=175
|
|
image="human-princess.png"
|
|
[/frame]
|
|
[/animation]
|
|
[/attack]
|
|
[/unit]
|