Added spear defense anim for the drake clasher.
This commit is contained in:
parent
1bb90511a3
commit
2f865c7fc9
1 changed files with 10 additions and 1 deletions
|
@ -54,7 +54,16 @@ This is also the only caste that is allowed to break taboo and fight with spears
|
||||||
{WEAPON_SPECIAL_FIRSTSTRIKE}
|
{WEAPON_SPECIAL_FIRSTSTRIKE}
|
||||||
[/specials]
|
[/specials]
|
||||||
[/attack]
|
[/attack]
|
||||||
{DEFENSE_ANIM "units/drakes/clasher-defend.png" "units/drakes/clasher.png" {SOUND_LIST:DRAKE_HIT} }
|
{DEFENSE_ANIM_FILTERED "units/drakes/clasher-spear-defend-2.png" "units/drakes/clasher-spear-defend-1.png" {SOUND_LIST:DRAKE_HIT} (
|
||||||
|
[filter_second_attack]
|
||||||
|
type=pierce
|
||||||
|
[/filter_second_attack]
|
||||||
|
)}
|
||||||
|
{DEFENSE_ANIM_FILTERED "units/drakes/clasher-blade-defend-2.png" "units/drakes/clasher-blade-defend-1.png" {SOUND_LIST:DRAKE_HIT} (
|
||||||
|
[filter_second_attack]
|
||||||
|
type=blade
|
||||||
|
[/filter_second_attack]
|
||||||
|
)}
|
||||||
[attack_anim]
|
[attack_anim]
|
||||||
[filter_attack]
|
[filter_attack]
|
||||||
name=spear
|
name=spear
|
||||||
|
|
Loading…
Add table
Reference in a new issue