New standing/movement/attack animation for the vanilla Gryphon,

...as requested by Jetryl.
This commit is contained in:
Ignacio R. Morelle 2009-03-08 19:43:40 +00:00
parent 3645db511b
commit ae59b5811a
12 changed files with 55 additions and 26 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -45,50 +45,79 @@
damage=10
number=3
[/attack]
[movement_anim]
[standing_anim]
start_time=0
layer=60
[frame]
begin=0
end=150
image="units/monsters/gryphon-flying-1and3.png"
duration=150
image="units/monsters/gryphon-flying-1.png"
[/frame]
[frame]
begin=150
end=300
duration=150
image="units/monsters/gryphon-flying-2.png"
[/frame]
[frame]
begin=300
end=450
image="units/monsters/gryphon-flying-1and3.png"
duration=150
image="units/monsters/gryphon-flying-3.png"
[/frame]
[frame]
begin=450
end=600
duration=150
image="units/monsters/gryphon-flying-4.png"
[/frame]
[frame]
begin=600
end=750
image="units/monsters/gryphon-flying-5and7.png"
duration=150
image="units/monsters/gryphon-flying-5.png"
[/frame]
[frame]
begin=750
end=900
duration=150
image="units/monsters/gryphon-flying-6.png"
[/frame]
[frame]
begin=900
end=1050
image="units/monsters/gryphon-flying-5and7.png"
duration=150
image="units/monsters/gryphon-flying-7.png"
[/frame]
[frame]
begin=1050
end=1200
duration=150
image="units/monsters/gryphon-flying-8.png"
[/frame]
[/standing_anim]
[movement_anim]
start_time=0
[frame]
duration=150
image="units/monsters/gryphon-flying-1.png"
[/frame]
[frame]
duration=150
image="units/monsters/gryphon-flying-2.png"
[/frame]
[frame]
duration=150
image="units/monsters/gryphon-flying-3.png"
[/frame]
[frame]
duration=150
image="units/monsters/gryphon-flying-4.png"
[/frame]
[frame]
duration=150
image="units/monsters/gryphon-flying-5.png"
[/frame]
[frame]
duration=150
image="units/monsters/gryphon-flying-6.png"
[/frame]
[frame]
duration=150
image="units/monsters/gryphon-flying-7.png"
[/frame]
[frame]
duration=150
image="units/monsters/gryphon-flying-8.png"
[/frame]
[/movement_anim]
{DEFENSE_ANIM "units/monsters/gryphon-attack.png" "units/monsters/gryphon-flying-8.png" {SOUND_LIST:GRYPHON_HIT} }
{DEFENSE_ANIM "units/monsters/gryphon-flying-4.png" "units/monsters/gryphon-flying-5.png" {SOUND_LIST:GRYPHON_HIT} }
[attack_anim]
[filter_attack]
name=claws
@ -96,14 +125,14 @@
[frame]
begin=-200
end=-100
image="units/monsters/gryphon-flying-8.png"
image="units/monsters/gryphon-flying-5.png"
[/frame]
[if]
hits=no
[frame]
begin=-100
end=100
image="units/monsters/gryphon-attack.png"
image="units/monsters/gryphon-flying-4.png"
sound={SOUND_LIST:MISS}
[/frame]
[/if]
@ -112,14 +141,14 @@
[frame]
begin=-100
end=100
image="units/monsters/gryphon-attack.png"
image="units/monsters/gryphon-flying-4.png"
sound=claws.ogg
[/frame]
[/else]
[frame]
begin=100
end=200
image="units/monsters/gryphon-flying-8.png"
image="units/monsters/gryphon-flying-5.png"
[/frame]
[/attack_anim]
[/unit_type]