New melee attack animation for the orcish crossbowman.

This commit is contained in:
Richard Kettering 2009-09-29 03:46:49 +00:00
parent 17d6191d6a
commit ea6c6019ef
11 changed files with 24 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -17,7 +17,7 @@
usage=archer
description= _ "Orcish crossbows are crude imitations of human or dwarvish design; a crossbow of any make, though, is a fairly potent device. The orcs privileged enough to wield them are capable warriors, and what they lack in finesse, they make up for in numbers."
die_sound={SOUND_LIST:ORC_DIE}
{DEFENSE_ANIM_RANGE "units/orcs/xbowman-sword-defend.png" "units/orcs/xbowman-sword.png" {SOUND_LIST:ORC_HIT} melee}
{DEFENSE_ANIM_RANGE "units/orcs/xbowman-melee-defend-2.png" "units/orcs/xbowman-melee-defend-1.png" {SOUND_LIST:ORC_HIT} melee}
{DEFENSE_ANIM_RANGE "units/orcs/xbowman-defend.png" "units/orcs/xbowman.png" {SOUND_LIST:ORC_HIT} ranged}
[attack]
name=short sword
@ -133,33 +133,44 @@
[filter_attack]
name=short sword
[/filter_attack]
offset=0.0~0.3,0.3~0.55,0.55~0.3,0.3~0.0
start_time=-250
[frame]
begin=-200
end=-100
image="units/orcs/xbowman-sword.png"
duration=100
image="units/orcs/xbowman-melee.png"
[/frame]
[if]
hits=no
[frame]
begin=-100
end=100
image="units/orcs/xbowman-sword-1.png"
duration=100
image="units/orcs/xbowman-melee-attack-1.png"
sound={SOUND_LIST:MISS}
[/frame]
[/if]
[else]
hits=yes
[frame]
begin=-100
end=100
image="units/orcs/xbowman-sword-1.png"
duration=100
image="units/orcs/xbowman-melee-attack-1.png"
sound={SOUND_LIST:SWORD_SWISH}
[/frame]
[/else]
[frame]
begin=100
end=200
image="units/orcs/xbowman-sword.png"
duration=100
image="units/orcs/xbowman-melee-attack-2.png"
[/frame]
[frame]
duration=100
image="units/orcs/xbowman-melee-attack-3.png"
[/frame]
[frame]
duration=150
image="units/orcs/xbowman-melee-attack-4.png"
[/frame]
[frame]
duration=100
image="units/orcs/xbowman-melee.png"
[/frame]
[/attack_anim]
[/unit_type]