Fix some spearman attack animations being too slow.
http://forums.wesnoth.org/viewtopic.php?f=4&t=35873&p=518255#p518255 Calculated frame length of new sw, s, se animations so that the whole animation length matches the length of the other old animations.
This commit is contained in:
parent
9ea9de3518
commit
8dcebd3fc1
1 changed files with 29 additions and 29 deletions
|
@ -208,29 +208,29 @@
|
|||
[filter_attack]
|
||||
name=spear
|
||||
[/filter_attack]
|
||||
start_time=-560
|
||||
start_time=-200
|
||||
direction=s
|
||||
offset="0~0.5,0.5~0"
|
||||
[frame]
|
||||
duration=70
|
||||
duration=25
|
||||
image="units/human-loyalists/spearman-attack-s-1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=70
|
||||
duration=25
|
||||
image="units/human-loyalists/spearman-attack-s-2.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=70
|
||||
duration=25
|
||||
image="units/human-loyalists/spearman-attack-s-3.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=70
|
||||
duration=25
|
||||
image="units/human-loyalists/spearman-attack-s-4.png"
|
||||
[/frame]
|
||||
[if]
|
||||
hits=yes
|
||||
[frame]
|
||||
duration=70
|
||||
duration=25
|
||||
image="units/human-loyalists/spearman-attack-s-5.png"
|
||||
sound=spear.ogg
|
||||
[/frame]
|
||||
|
@ -238,45 +238,45 @@
|
|||
[else]
|
||||
hits=no
|
||||
[frame]
|
||||
duration=70
|
||||
duration=25
|
||||
image="units/human-loyalists/spearman-attack-s-5.png"
|
||||
sound=spear-miss.ogg
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
duration=70
|
||||
duration=25
|
||||
image="units/human-loyalists/spearman-attack-s-6.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=70
|
||||
duration=25
|
||||
image="units/human-loyalists/spearman-attack-s-7.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=70
|
||||
duration=25
|
||||
image="units/human-loyalists/spearman-attack-s-8.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=70
|
||||
duration=25
|
||||
image="units/human-loyalists/spearman-attack-s-9.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=70
|
||||
duration=25
|
||||
image="units/human-loyalists/spearman-attack-s-10.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=70
|
||||
duration=25
|
||||
image="units/human-loyalists/spearman-attack-s-11.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=70
|
||||
duration=25
|
||||
image="units/human-loyalists/spearman-attack-s-12.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=70
|
||||
duration=25
|
||||
image="units/human-loyalists/spearman-attack-s-13.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=70
|
||||
duration=25
|
||||
image="units/human-loyalists/spearman-attack-s-14.png"
|
||||
[/frame]
|
||||
[/attack_anim]
|
||||
|
@ -352,25 +352,25 @@
|
|||
[filter_attack]
|
||||
name=spear
|
||||
[/filter_attack]
|
||||
start_time=-560
|
||||
start_time=-224
|
||||
direction=se,sw
|
||||
offset="0~0.4,0.4~0"
|
||||
[frame]
|
||||
duration=80
|
||||
duration=32
|
||||
image="units/human-loyalists/spearman-attack-se-1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
duration=32
|
||||
image="units/human-loyalists/spearman-attack-se-2.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
duration=32
|
||||
image="units/human-loyalists/spearman-attack-se-3.png"
|
||||
[/frame]
|
||||
[if]
|
||||
hits=yes
|
||||
[frame]
|
||||
duration=80
|
||||
duration=32
|
||||
image="units/human-loyalists/spearman-attack-se-4.png"
|
||||
sound=spear.ogg
|
||||
[/frame]
|
||||
|
@ -378,37 +378,37 @@
|
|||
[else]
|
||||
hits=no
|
||||
[frame]
|
||||
duration=80
|
||||
duration=32
|
||||
image="units/human-loyalists/spearman-attack-se-4.png"
|
||||
sound=spear-miss.ogg
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
duration=80
|
||||
duration=32
|
||||
image="units/human-loyalists/spearman-attack-se-5.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
duration=32
|
||||
image="units/human-loyalists/spearman-attack-se-6.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
duration=32
|
||||
image="units/human-loyalists/spearman-attack-se-7.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
duration=32
|
||||
image="units/human-loyalists/spearman-attack-se-8.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
duration=32
|
||||
image="units/human-loyalists/spearman-attack-se-9.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
duration=32
|
||||
image="units/human-loyalists/spearman-attack-se-10.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
duration=32
|
||||
image="units/human-loyalists/spearman-attack-se-11.png"
|
||||
[/frame]
|
||||
[/attack_anim]
|
||||
|
|
Loading…
Add table
Reference in a new issue