wesnoth/data/units/Undead_Spirit_Wraith.cfg
Jérémy Rosen 6c4a464877 rename Holy to Arcane
please proofread and double check that everything is ok
2007-04-18 21:32:50 +00:00

89 lines
1.9 KiB
INI

[unit]
id=Wraith
name= _ "Wraith"
race=undead
image="units/undead/wraith.png"
hitpoints=25
movement_type=undeadspirit
movement=7
experience=100
level=2
alignment=chaotic
advanceto=Spectre
cost=38
usage=scout
unit_description= _ "These tortured forms of what were once warriors are among the most terrifying things a necromancer can create, for a sword will cleave right through them, as through air itself. What inspires such fear is the thought that these beasts are invincible, a belief that is actually far from the truth.
Because of this, a means was made by which the enchantments that drive these creatures could renew themselves through the very thing which threatened them.
Special Notes:"+{SPECIAL_NOTES_DRAIN}+{SPECIAL_NOTES_SPIRIT}
die_sound=wail-long.wav
[attack]
name=baneblade
type=arcane
range=melee
damage=7
number=4
[specials]
{WEAPON_SPECIAL_DRAIN}
[/specials]
[animation]
[frame]
begin=-250
end=-200
image="units/undead/wraith.png"
[/frame]
[frame]
begin=-200
end=-100
image="units/undead/wraith-attack1.png"
[/frame]
[if]
hits=no
[frame]
begin=-100
end=100
image="units/undead/wraith-attack.png"
sound={SOUND_LIST:MISS}
[/frame]
[/if]
[else]
hits=yes
[frame]
begin=-100
end=100
image="units/undead/wraith-attack.png"
sound={SOUND_LIST:SWORD_SWISH}
[/frame]
[/else]
[frame]
begin=100
end=200
image="units/undead/wraith-defend.png"
[/frame]
[/animation]
[/attack]
[attack]
name=wail
type=cold
range=ranged
damage=4
number=3
[animation]
{MISSILE_FRAME_WAIL}
[frame]
begin=-250
end=-200
image="units/undead/wraith.png"
[/frame]
[frame]
begin=-200
end=50
image="units/undead/wraith-attack1.png"
sound=wail-sml.wav
[/frame]
[/animation]
[/attack]
{DEFENSE_ANIM "units/undead/wraith-defend.png" "units/undead/wraith.png" wail.wav }
[/unit]