Adjusted animations to match new frames,
and cleaned up the description of the ghoul.
This commit is contained in:
parent
547f3b2904
commit
3a96b38e0f
1 changed files with 22 additions and 43 deletions
|
@ -15,44 +15,13 @@
|
|||
advanceto=Necrophage
|
||||
cost=16
|
||||
usage=fighter
|
||||
unit_description= _ "Only those with a dreadful knowledge 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.
|
||||
unit_description= _ "Only the more perverse and sadistic of necromancers know what must be done to turn a person into a ghoul, and it is a secret they are not telling. The result, however, is all too well known; it 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 in all civilized lands.
|
||||
|
||||
Special Notes:"+{SPECIAL_NOTES_POISON}
|
||||
die_sound=ghoul-hit.wav
|
||||
{DEFENSE_ANIM "units/undead/ghoul-defend.png" "units/undead/ghoul.png" ghoul-hit.wav }
|
||||
[death]
|
||||
start_time=0
|
||||
[frame]
|
||||
duration=80
|
||||
image="units/undead/ghoul-die-1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
image="units/undead/ghoul-die-2.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
image="units/undead/ghoul-die-3.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
image="units/undead/ghoul-die-4.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
image="units/undead/ghoul-die-5.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
image="units/undead/ghoul-die-6.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
image="units/undead/ghoul-die-7.png"
|
||||
[/frame]
|
||||
[/death]
|
||||
{DEFENSE_ANIM "units/undead/ghoul-defend-2.png" "units/undead/ghoul-defend-1.png" ghoul-hit.wav }
|
||||
[attack]
|
||||
name=claws
|
||||
description=_"claws"
|
||||
|
@ -70,19 +39,19 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
|
|||
name=claws
|
||||
[/attack_filter]
|
||||
[frame]
|
||||
begin=-225
|
||||
end=-175
|
||||
begin=-250
|
||||
end=-200
|
||||
image="units/undead/ghoul.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=-175
|
||||
end=-100
|
||||
begin=-200
|
||||
end=-125
|
||||
image="units/undead/ghoul-attack-1.png"
|
||||
[/frame]
|
||||
[if]
|
||||
hits=yes
|
||||
[frame]
|
||||
begin=-100
|
||||
begin=-125
|
||||
end=-50
|
||||
image="units/undead/ghoul-attack-2.png"
|
||||
sound=claws.ogg
|
||||
|
@ -91,7 +60,7 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
|
|||
[else]
|
||||
hits=no
|
||||
[frame]
|
||||
begin=-100
|
||||
begin=-125
|
||||
end=-50
|
||||
image="units/undead/ghoul-attack-2.png"
|
||||
sound={SOUND_LIST:MISS}
|
||||
|
@ -99,15 +68,25 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
|
|||
[/else]
|
||||
{FRAME_ON_POISON (
|
||||
[frame]
|
||||
begin=-50
|
||||
end=100
|
||||
begin=-125
|
||||
end=-50
|
||||
image="units/undead/ghoul-attack-2.png"
|
||||
sound=poison.ogg
|
||||
[/frame]
|
||||
)}
|
||||
[frame]
|
||||
begin=100
|
||||
end=150
|
||||
begin=-50
|
||||
end=50
|
||||
image="units/undead/ghoul-attack-3.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=50
|
||||
end=125
|
||||
image="units/undead/ghoul-attack-4.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=125
|
||||
end=200
|
||||
image="units/undead/ghoul.png"
|
||||
[/frame]
|
||||
[/attack_anim]
|
||||
|
|
Loading…
Add table
Reference in a new issue