wesnoth/data/core/units/undead/Spirit_Wraith.cfg
Celtic Minstrel b295aab4ba Deprecate {MAGENTA_IS_THE_TEAM_COLOR}
The magenta colour is now the default flag_rgb colour if one is not specified.
2016-08-05 00:49:39 -04:00

102 lines
3.0 KiB
INI

#textdomain wesnoth-units
[unit_type]
id=Wraith
name= _ "Wraith"
race=undead
image="units/undead/wraith-s.png"
profile=portraits/undead/wraith.png
hitpoints=25
movement_type=undeadspirit
movement=7
experience=100
level=2
alignment=chaotic
advances_to=Spectre
cost=38
usage=scout
description= _ "These shades of what were once warriors are among the most terrifying things a necromancer can create, for a sword will cleave right through them as if through air, seemingly without doing harm. It is the thought that these foes are invincible which is so frightening, a notion that is fortunately far from the truth."+{SPECIAL_NOTES}+{SPECIAL_NOTES_DRAIN}+{SPECIAL_NOTES_SPIRIT}+{SPECIAL_NOTES_ARCANE}
die_sound=wail-long.wav
[attack]
name=baneblade
description=_"baneblade" # wmllint: no spellcheck (until name->id)
type=arcane
range=melee
damage=6
number=4
[specials]
{WEAPON_SPECIAL_DRAIN}
[/specials]
[/attack]
[attack]
name=wail
description=_"wail"
type=cold
range=ranged
damage=4
number=3
[/attack]
[standing_anim]
start_time=0
alpha=0.8~0.4:1100,0.4~0.6:450,0.6~0.4:450,0.4~0.8:1100
[frame]
image="units/undead/wraith-s-[1~4,1~4,1~4,1~4].png:200"
[/frame]
[/standing_anim]
[defend]
start_time=-126
[if]
hits=hit
offset=0.0~-0.05:126,-0.05~0.0:126
alpha=0.8~0.5:126,0.5~0.8:126
hit_sound_start_time=-25
[hit_sound_frame]
sound=wail-sml.wav
[/hit_sound_frame]
[/if]
[else]
hits=kill
offset=0.0~-0.05:126,-0.05~0.0:126
alpha=0.8~0.5:126,0.5~0.8:126
[/else]
[else]
hits=miss
offset=0.0~-0.1:126,-0.1~0.0:126
alpha=0.8~0.25:126,0.25~0.8:126
[/else]
[frame]
image=units/undead/wraith-s-2.png:1,units/undead/wraith-s-attack-1.png:250,units/undead/wraith-s-2.png:1
[/frame]
[/defend]
[attack_anim]
[filter_attack]
name=wail
[/filter_attack]
{MISSILE_FRAME_WAIL}
start_time=-250
[frame]
image="units/undead/wraith-s.png:50"
[/frame]
[frame]
image="units/undead/wraith-s-defend-1.png:250"
sound=wail-sml.wav
[/frame]
[/attack_anim]
[attack_anim]
[filter_attack]
name=baneblade
[/filter_attack]
alpha=0.8~0.5:126,0.5~0.8:126
offset=0.0~0.3,0.3~0.45,0.45~0.3,0.3~0.0
start_time=-250
[frame]
image="units/undead/wraith-s-attack-[1~5].png:[150,100*2,90,80]"
[/frame]
{SOUND:HIT_AND_MISS {SOUND_LIST:SWORD_SWISH} {SOUND_LIST:MISS} -100}
[frame]
image="units/undead/wraith-s-defend-1.png:50"
[/frame]
[/attack_anim]
[/unit_type]