Made Delfador's thunderbolt missile animations reusable by UMC
This commit is contained in:
parent
5ba329f32f
commit
a13684285a
2 changed files with 27 additions and 22 deletions
|
@ -93,28 +93,7 @@
|
|||
name=lightning
|
||||
[/attack_filter]
|
||||
|
||||
[if]
|
||||
direction=sw,s,se
|
||||
|
||||
[missile_frame]
|
||||
begin=-250
|
||||
end=150
|
||||
halo=halo/lightning-bolt-{DIRECTION_NUMBER}-1.png~FL(vert):100,halo/lightning-bolt-{DIRECTION_NUMBER}-2.png~FL(vert):100,halo/lightning-bolt-{DIRECTION_NUMBER}-3.png~FL(vert):100,halo/lightning-bolt-{DIRECTION_NUMBER}-4.png~FL(vert):100
|
||||
halo_y=-125
|
||||
offset=1.0
|
||||
[/missile_frame]
|
||||
[/if]
|
||||
[else]
|
||||
direction=nw,n,ne
|
||||
|
||||
[missile_frame]
|
||||
begin=-250
|
||||
end=150
|
||||
halo=halo/lightning-bolt-{DIRECTION_NUMBER}-1.png:100,halo/lightning-bolt-{DIRECTION_NUMBER}-2.png:100,halo/lightning-bolt-{DIRECTION_NUMBER}-3.png:100,halo/lightning-bolt-{DIRECTION_NUMBER}-4.png:100
|
||||
halo_y=-125
|
||||
offset=1.0
|
||||
[/missile_frame]
|
||||
[/else]
|
||||
{LIGHTNING_BOLT}
|
||||
|
||||
[if]
|
||||
hits=yes
|
||||
|
|
|
@ -1184,3 +1184,29 @@
|
|||
offset=1.0
|
||||
[/missile_frame]
|
||||
#enddef
|
||||
|
||||
#define LIGHTNING_BOLT
|
||||
[if]
|
||||
direction=sw,s,se
|
||||
|
||||
[missile_frame]
|
||||
begin=-250
|
||||
end=150
|
||||
halo=halo/lightning-bolt-{DIRECTION_NUMBER}-1.png~FL(vert):100,halo/lightning-bolt-{DIRECTION_NUMBER}-2.png~FL(vert):100,halo/lightning-bolt-{DIRECTION_NUMBER}-3.png~FL(vert):100,halo/lightning-bolt-{DIRECTION_NUMBER}-4.png~FL(vert):100
|
||||
halo_y=-125
|
||||
offset=1.0
|
||||
[/missile_frame]
|
||||
[/if]
|
||||
[else]
|
||||
direction=nw,n,ne
|
||||
|
||||
[missile_frame]
|
||||
begin=-250
|
||||
end=150
|
||||
halo=halo/lightning-bolt-{DIRECTION_NUMBER}-1.png:100,halo/lightning-bolt-{DIRECTION_NUMBER}-2.png:100,halo/lightning-bolt-{DIRECTION_NUMBER}-3.png:100,halo/lightning-bolt-{DIRECTION_NUMBER}-4.png:100
|
||||
halo_y=-125
|
||||
offset=1.0
|
||||
[/missile_frame]
|
||||
[/else]
|
||||
#enddef
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue