Fix a bug with the Drake Clasher's attack animations. Update changelog.
This commit is contained in:
parent
f5a5225a1e
commit
dda8df68fc
2 changed files with 45 additions and 1 deletions
|
@ -32,6 +32,7 @@ Version 1.9.0-svn:
|
|||
and Flameheart, Dwarf Lord ranged attack, Dwarf guard melee attack, Dwarf
|
||||
Pathfinder idle, Ruffian attack and defend, Spearman se attack.
|
||||
* New base frame and animations for Armageddon Drake.
|
||||
* Fixed bug causing Drake Clasher's animation to display incorrectly.
|
||||
* Items & scenery: New anvil, and revised trash and lighthouse
|
||||
* Two new flag styles.
|
||||
* Animate terrain in editor
|
||||
|
|
|
@ -114,7 +114,7 @@ This is also the only caste that is allowed to break taboo and fight with spears
|
|||
[filter_attack]
|
||||
name=spear
|
||||
[/filter_attack]
|
||||
direction=se,sw,ne,n,nw
|
||||
direction=se,sw
|
||||
offset=0.0~0.0:200,0.0~0.2:150,0.2~0.0:150
|
||||
start_time=-300
|
||||
[frame]
|
||||
|
@ -154,6 +154,49 @@ This is also the only caste that is allowed to break taboo and fight with spears
|
|||
image="units/drakes/clasher-spear-se-6.png"
|
||||
[/frame]
|
||||
[/attack_anim]
|
||||
[attack_anim]
|
||||
[filter_attack]
|
||||
name=spear
|
||||
[/filter_attack]
|
||||
direction=ne,n,nw
|
||||
start_time=-300
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/drakes/clasher.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/drakes/clasher.png"
|
||||
[/frame]
|
||||
[if]
|
||||
hits=yes
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/drakes/clasher.png"
|
||||
sound=spear.ogg
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
hits=no
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/drakes/clasher.png"
|
||||
sound=spear-miss.ogg
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/drakes/clasher.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/drakes/clasher.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/drakes/clasher.png"
|
||||
[/frame]
|
||||
[/attack_anim]
|
||||
[attack_anim]
|
||||
[filter_attack]
|
||||
name=war talon
|
||||
|
|
Loading…
Add table
Reference in a new issue