New melee attack animation for the orcish crossbowman.
BIN
data/core/images/units/orcs/xbowman-melee-attack-1.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
data/core/images/units/orcs/xbowman-melee-attack-2.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
data/core/images/units/orcs/xbowman-melee-attack-3.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
data/core/images/units/orcs/xbowman-melee-attack-4.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
data/core/images/units/orcs/xbowman-melee-defend-1.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
data/core/images/units/orcs/xbowman-melee-defend-2.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
data/core/images/units/orcs/xbowman-melee.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
|
@ -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]
|
||||
|
|