Naga Guardian standing frame and defense animation sprites by Vendanna.

Updated unit WML code accordingly.
This commit is contained in:
Ignacio R. Morelle 2007-10-16 14:14:06 +00:00
parent 55baab0567
commit 592453911c
7 changed files with 60 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -4,6 +4,7 @@
name= _ "Naga Guardian"
race=naga
image="units/nagas/guardian.png"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=38
movement_type=naga
movement=5
@ -20,8 +21,66 @@
cost=16
usage=fighter
unit_description= _ "These heavy fighters are the elite guards of the naga. They are slower and more heavily armored than most naga and wield huge maces which they use to crush their enemies. They mostly guard naga outposts, but occasionally participate in offensive raids."
get_hit_sound={SOUND_LIST:NAGA_HIT}
die_sound=naga-die.ogg
[defend]
[frame]
begin=-200
end=-150
image="units/nagas/guardian-defend-1.png"
[/frame]
[frame]
begin=-150
end=-100
image="units/nagas/guardian-defend-2.png"
[/frame]
[frame]
begin=-100
end=-50
image="units/nagas/guardian-defend-3.png"
[/frame]
[if]
hits=hit
[frame]
begin=-50
end=0
image="units/nagas/guardian-defend-4.png"
sound={SOUND_LIST:NAGA_HIT}
[/frame]
[/if]
[else]
hits=miss,kill
[frame]
begin=-50
end=0
image="units/nagas/guardian-defend-4.png"
[/frame]
[/else]
[frame]
begin=0
end=50
image="units/nagas/guardian-defend-5.png"
[/frame]
[frame]
begin=50
end=100
image="units/nagas/guardian-defend-4.png"
[/frame]
[frame]
begin=100
end=150
image="units/nagas/guardian-defend-3.png"
[/frame]
[frame]
begin=150
end=200
image="units/nagas/guardian-defend-2.png"
[/frame]
[frame]
begin=200
end=225
image="units/nagas/guardian-defend-1.png"
[/frame]
[/defend]
[attack]
name=mace
description= _"mace"