Added partial wml for the new clasher.
This commit is contained in:
parent
11fb702c53
commit
4c8a0e0909
1 changed files with 29 additions and 67 deletions
|
@ -4,6 +4,7 @@
|
|||
name= _ "Drake Clasher"
|
||||
race=drake
|
||||
image="units/drakes/clasher.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
ellipse="misc/ellipse"
|
||||
hitpoints=43
|
||||
movement_type=drakefoot
|
||||
|
@ -32,58 +33,6 @@ This is also the only caste that is allowed to break taboo and fight with spears
|
|||
mirror="true"
|
||||
image="portraits/drakes/transparent/clasher.png"
|
||||
[/portrait]
|
||||
[death]
|
||||
[frame]
|
||||
begin=0
|
||||
end=130
|
||||
image="units/drakes/clasher-die-1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=130
|
||||
end=320
|
||||
image="units/drakes/clasher-die-2.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=320
|
||||
end=450
|
||||
image="units/drakes/clasher-die-3.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=450
|
||||
end=600
|
||||
image="units/drakes/clasher-die-4.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=600
|
||||
end=750
|
||||
image="units/drakes/clasher-die-5.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=750
|
||||
end=900
|
||||
image="units/drakes/clasher-die-6.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=900
|
||||
end=1050
|
||||
image="units/drakes/clasher-die-7.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=1050
|
||||
end=1200
|
||||
image="units/drakes/clasher-die-8.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=1200
|
||||
end=1350
|
||||
image="units/drakes/clasher-die-9.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=1350
|
||||
end=1500
|
||||
image="units/drakes/clasher-die-10.png"
|
||||
[/frame]
|
||||
[/death]
|
||||
[attack]
|
||||
name=sword
|
||||
description=_"sword"
|
||||
|
@ -148,38 +97,51 @@ This is also the only caste that is allowed to break taboo and fight with spears
|
|||
[filter_attack]
|
||||
name=sword
|
||||
[/filter_attack]
|
||||
offset=0.0~0.2,0.2~0.7,0.7~0.2,0.2~0.0
|
||||
start_time=-300
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-100
|
||||
image="units/drakes/clasher-flying.png"
|
||||
duration=25
|
||||
image="units/drakes/clasher-blade.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/drakes/clasher-blade-1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/drakes/clasher-blade-2.png"
|
||||
[/frame]
|
||||
[if]
|
||||
hits=yes
|
||||
[frame]
|
||||
begin=-100
|
||||
end=75
|
||||
image="units/drakes/clasher-attack-sword.png"
|
||||
duration=100
|
||||
image="units/drakes/clasher-blade-3.png"
|
||||
sound={SOUND_LIST:SWORD_SWISH}
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
hits=no
|
||||
[frame]
|
||||
begin=-100
|
||||
end=75
|
||||
image="units/drakes/clasher-attack-sword.png"
|
||||
duration=100
|
||||
image="units/drakes/clasher-blade-3.png"
|
||||
sound={SOUND_LIST:MISS}
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
begin=75
|
||||
end=175
|
||||
image="units/drakes/clasher-flying.png"
|
||||
duration=100
|
||||
image="units/drakes/clasher-blade-4.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=175
|
||||
end=200
|
||||
image="units/drakes/clasher.png"
|
||||
duration=100
|
||||
image="units/drakes/clasher-blade-5.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/drakes/clasher-blade-6.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/drakes/clasher-blade.png"
|
||||
[/frame]
|
||||
[/attack_anim]
|
||||
[/unit_type]
|
||||
|
|
Loading…
Add table
Reference in a new issue