wesnoth/data/core/units/undead/Skeleton.cfg
Phil Barber 323b02e51c Add and wire Valkier's Skeleton portrait,
...update changelogs, portrait credits.  Add Valkier to about.cfg.
2009-07-19 10:05:28 +00:00

210 lines
5.8 KiB
INI

#textdomain wesnoth-units
[unit_type]
id=Skeleton
name= _ "Skeleton"
race=undead
image="units/undead-skeletal/skeleton.png"
profile="portraits/undead/skeleton.png"
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=34
movement_type=undeadfoot
movement=5
experience=35
level=1
alignment=chaotic
advances_to=Revenant,Deathblade
cost=15
usage=fighter
description= _ "Skeletons are warriors who have been slain in battle and brought back by dark magics. Nearly mindless, and unwavering in their purpose, they fear neither pain, nor death, and their mere presence will often frighten away any who would challenge their master."+{SPECIAL_NOTES}+{SPECIAL_NOTES_SUBMERGE}
die_sound={SOUND_LIST:SKELETON_DIE}
{DEFENSE_ANIM "units/undead-skeletal/skeleton-defend-2.png" "units/undead-skeletal/skeleton-defend-1.png" {SOUND_LIST:SKELETON_HIT} }
[portrait]
size=400
side="left"
mirror="false"
image="portraits/undead/transparent/skeleton.png"
[/portrait]
[portrait]
size=400
side="right"
mirror="true"
image="portraits/undead/transparent/skeleton.png"
[/portrait]
[abilities]
{ABILITY_SUBMERGE}
[/abilities]
[recruit_anim]
[frame]
begin=-200
end=100
image="units/undead-skeletal/skeleton-dying-7.png"
alpha="0~1:300"
[/frame]
[frame]
begin=100
end=200
image="units/undead-skeletal/skeleton-dying-6.png"
[/frame]
[frame]
begin=200
end=300
image="units/undead-skeletal/skeleton-dying-5.png"
[/frame]
[frame]
begin=300
end=400
image="units/undead-skeletal/skeleton-dying-4.png"
[/frame]
[frame]
begin=400
end=500
image="units/undead-skeletal/skeleton-dying-3.png"
[/frame]
[frame]
begin=500
end=600
image="units/undead-skeletal/skeleton-dying-2.png"
[/frame]
[frame]
begin=600
end=700
image="units/undead-skeletal/skeleton-dying-1.png"
[/frame]
[/recruit_anim]
[death]
[frame]
begin=0
end=100
image="units/undead-skeletal/skeleton-dying-1.png"
[/frame]
[frame]
begin=100
end=200
image="units/undead-skeletal/skeleton-dying-2.png"
[/frame]
[frame]
begin=200
end=300
image="units/undead-skeletal/skeleton-dying-3.png"
[/frame]
[frame]
begin=300
end=400
image="units/undead-skeletal/skeleton-dying-4.png"
[/frame]
[frame]
begin=400
end=500
image="units/undead-skeletal/skeleton-dying-5.png"
[/frame]
[frame]
begin=500
end=600
image="units/undead-skeletal/skeleton-dying-6.png"
[/frame]
[frame]
begin=600
end=700
image="units/undead-skeletal/skeleton-dying-7.png"
[/frame]
[/death]
[resistance]
blade=60
pierce=40
impact=120
[/resistance]
[attack]
name=axe
description=_"axe"
icon=attacks/axe-undead.png
type=blade
range=melee
damage=7
number=3
[/attack]
[idle_anim]
{STANDARD_IDLE_FILTER}
start_time=0
[frame]
duration=100
image="units/undead-skeletal/skeleton-idle-1.png"
[/frame]
[frame]
duration=100
image="units/undead-skeletal/skeleton-idle-2.png"
[/frame]
[frame]
duration=100
image="units/undead-skeletal/skeleton-idle-3.png"
[/frame]
[frame]
duration=100
image="units/undead-skeletal/skeleton-idle-2.png"
[/frame]
[frame]
duration=100
image="units/undead-skeletal/skeleton-idle-3.png"
[/frame]
[frame]
duration=100
image="units/undead-skeletal/skeleton-idle-2.png"
[/frame]
[frame]
duration=100
image="units/undead-skeletal/skeleton-idle-3.png"
[/frame]
[frame]
duration=100
image="units/undead-skeletal/skeleton-idle-2.png"
[/frame]
[frame]
duration=100
image="units/undead-skeletal/skeleton-idle-3.png"
[/frame]
[frame]
duration=100
image="units/undead-skeletal/skeleton-idle-2.png"
[/frame]
[/idle_anim]
[attack_anim]
[filter_attack]
name=axe
[/filter_attack]
offset=0.0~0.3,0.3~0.45,0.45~0.3,0.3~0.0
start_time=-250
[frame]
duration=150
image="units/undead-skeletal/skeleton-attack-1.png"
[/frame]
[if]
hits=yes
[frame]
duration=100
image="units/undead-skeletal/skeleton-attack-2.png"
sound=axe.ogg
[/frame]
[/if]
[else]
hits=no
[frame]
duration=100
image="units/undead-skeletal/skeleton-attack-2.png"
sound={SOUND_LIST:MISS}
[/frame]
[/else]
[frame]
duration=100
image="units/undead-skeletal/skeleton-attack-3.png"
[/frame]
[frame]
duration=90
image="units/undead-skeletal/skeleton-attack-4.png"
[/frame]
[frame]
duration=80
image="units/undead-skeletal/skeleton-attack-5.png"
[/frame]
[/attack_anim]
[/unit_type]