wesnoth/data/units/Undead_Corpse_Ghoul.cfg
Lari Nieminen cfa7c7fe26 Undead animation tweaks.
All mainline units (not counting campaign units) should be in the new
style and timing now.
2006-06-19 16:45:03 +00:00

99 lines
2.1 KiB
INI

[unit]
id=Ghoul
name= _ "Ghoul"
race=undead
image="units/undead/ghoul.png"
ellipse="misc/ellipse"
profile=portraits/core/Alex_Jarocha-Ernst/ghoul.png
hitpoints=33
movement_type=undeadfoot
movement=5
experience=35
level=1
alignment=chaotic
advanceto=Necrophage
cost=16
usage=fighter
unit_description= _ "Only those who have delved into the circles of necromancy know what must be done to turn a person into a ghoul, and it is a secret they are not telling. Whatever unspeakable rites they have performed, the result is a beast that knows nothing of its days as a human being, a creature that shambles about as naked as the day it was born, and gorges itself on the flesh of the dead.
It is because of such things that necromancy is condemned with an almost primal hatred.
Special Notes:"+{SPECIAL_NOTES_POISON}
get_hit_sound=ghoul-hit.wav
[defend]
[frame]
begin=-150
end=150
image="units/undead/ghoul-defend.png"
[/frame]
[/defend]
[movement_costs]
deep_water=100
shallow_water=3
[/movement_costs]
[resistance]
impact=100
fire=90
cold=60
[/resistance]
[attack]
name=claws
icon=attacks/claws-undead.png
type=blade
range=melee
damage=4
number=3
[specials]
{WEAPON_SPECIAL_POISON}
[/specials]
[animation]
hits=no
[frame]
begin=-225
end=-175
image="units/undead/ghoul.png"
[/frame]
[frame]
begin=-175
end=-100
image="units/undead/ghoul-attack-1.png"
[/frame]
[frame]
begin=-100
end=100
image="units/undead/ghoul-attack-2.png"
sound={SOUND_LIST:MISS}
[/frame]
[frame]
begin=100
end=150
image="units/undead/ghoul.png"
[/frame]
[/animation]
[animation]
hits=yes
[frame]
begin=-225
end=-175
image="units/undead/ghoul.png"
[/frame]
[frame]
begin=-175
end=-100
image="units/undead/ghoul-attack-1.png"
[/frame]
[frame]
begin=-100
end=100
image="units/undead/ghoul-attack-2.png"
sound=claws.ogg
[/frame]
[frame]
begin=100
end=150
image="units/undead/ghoul.png"
[/frame]
[/animation]
[/attack]
[/unit]