Enhanced crossbow animations for the sergeant.
This commit is contained in:
parent
03d6d239b8
commit
01c5e8d02b
1 changed files with 17 additions and 7 deletions
|
@ -25,7 +25,7 @@
|
|||
unit_description= _ "The Sergeant is a low-ranking officer in the ranks of an army. Though academically trained, he will need some experience in the field before his leadership is sound and acknowledged."
|
||||
die_sound={SOUND_LIST:HUMAN_DIE}
|
||||
{DEFENSE_ANIM_RANGE "units/human-loyalists/sergeant-defend.png" "units/human-loyalists/sergeant.png" {SOUND_LIST:HUMAN_HIT} melee}
|
||||
{DEFENSE_ANIM_RANGE "units/human-loyalists/sergeant-crossbow.png" "units/human-loyalists/sergeant-crossbow.png" {SOUND_LIST:HUMAN_HIT} ranged}
|
||||
{DEFENSE_ANIM_RANGE "units/human-loyalists/sergeant-crossbow-defend.png" "units/human-loyalists/sergeant-crossbow.png" {SOUND_LIST:HUMAN_HIT} ranged}
|
||||
[abilities]
|
||||
{ABILITY_LEADERSHIP_LEVEL_1}
|
||||
[/abilities]
|
||||
|
@ -125,24 +125,34 @@
|
|||
image="projectiles/missile-n.png"
|
||||
image_diagonal="projectiles/missile-ne.png"
|
||||
[/missile_frame]
|
||||
[frame]
|
||||
begin=-400
|
||||
end=-300
|
||||
image="units/human-loyalists/sergeant-crossbow.png"
|
||||
[/frame]
|
||||
[if]
|
||||
hits=yes
|
||||
[frame]
|
||||
begin=-350
|
||||
end=50
|
||||
image="units/human-loyalists/sergeant-crossbow.png"
|
||||
begin=-300
|
||||
end=-150
|
||||
image="units/human-loyalists/sergeant-crossbow-attack1.png"
|
||||
sound=crossbow.ogg
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
hits=no
|
||||
[frame]
|
||||
begin=-350
|
||||
end=50
|
||||
image="units/human-loyalists/sergeant-crossbow.png"
|
||||
begin=-300
|
||||
end=-150
|
||||
image="units/human-loyalists/sergeant-crossbow-attack1.png"
|
||||
sound=crossbow-miss.ogg
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
begin=-150
|
||||
end=0
|
||||
image="units/human-loyalists/sergeant-crossbow-attack2.png"
|
||||
[/frame]
|
||||
[/attack_anim]
|
||||
[attack_anim]
|
||||
[attack_filter]
|
||||
|
|
Loading…
Add table
Reference in a new issue