orcish grunt sprite animations (#5506)
* units - orc grunt die anims (north and south) * units - face-graft for orcish grunt defend frames
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
data/core/images/units/orcs/grunt-die-sword.png
Normal file
After Width: | Height: | Size: 641 B |
BIN
data/core/images/units/orcs/grunt-ne-die-1.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
data/core/images/units/orcs/grunt-ne-die-2.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
data/core/images/units/orcs/grunt-ne-die-3.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
data/core/images/units/orcs/grunt-ne-die-4.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
data/core/images/units/orcs/grunt-ne-die-5.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
data/core/images/units/orcs/grunt-ne-die-6.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
data/core/images/units/orcs/grunt-ne-die-7.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
data/core/images/units/orcs/grunt-ne-die-8.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
data/core/images/units/orcs/grunt-ne-die-sword.png
Normal file
After Width: | Height: | Size: 4 KiB |
|
@ -19,9 +19,32 @@
|
|||
{DEFENSE_ANIM_DIRECTIONAL "units/orcs/grunt-defend-2.png" "units/orcs/grunt-defend-1.png" "units/orcs/grunt-ne-defend-2.png" "units/orcs/grunt-ne-defend-1.png" {SOUND_LIST:ORC_HIT} }
|
||||
[death]
|
||||
start_time=0
|
||||
[frame]
|
||||
image="units/orcs/grunt-die-[1~8].png:120"
|
||||
[/frame]
|
||||
sword_start_time=0
|
||||
[if]
|
||||
direction=s,se,sw
|
||||
sword_alpha=0.0:240,1.0:640
|
||||
# alpha=1.0:800,1.0~0.0:80 # we cannot overide alpha in [death] anim
|
||||
[frame]
|
||||
image="units/orcs/grunt-die-[1~8].png:[120*3,100*2,80,70,170]"
|
||||
[/frame]
|
||||
[sword_frame]
|
||||
image="units/orcs/grunt-die-sword.png:880"
|
||||
layer=11
|
||||
auto_vflip=no
|
||||
[/sword_frame]
|
||||
[/if]
|
||||
[else]
|
||||
direction=n,ne,nw
|
||||
sword_alpha=0.0:360,1.0:520
|
||||
[frame]
|
||||
image="units/orcs/grunt-ne-die-[1~8].png:[120*3,100*2,80,70,170]"
|
||||
[/frame]
|
||||
[sword_frame]
|
||||
image="units/orcs/grunt-ne-die-sword.png:880"
|
||||
layer=11
|
||||
auto_vflip=no
|
||||
[/sword_frame]
|
||||
[/else]
|
||||
[/death]
|
||||
[standing_anim]
|
||||
start_time=0
|
||||
|
|