Added a preliminary version of the new thunderstick effects by Jetryl.

Still buggy and incomplete because of the animation engine.
This commit is contained in:
Lari Nieminen 2008-06-26 17:18:19 +00:00
parent 2e634762af
commit 5c6c5d3c3d
18 changed files with 167 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -1333,3 +1333,170 @@
duration=10
[/water_frame]
#enddef
#define MISSILE_FRAME_MUZZLE_FLARE
missile_start_time=-250
missile_offset=0.3~0.5
[if]
direction=n
[missile_frame]
duration=100
halo="projectiles/muzzle-flash-n-1.png"
[/missile_frame]
[missile_frame]
duration=80
halo="projectiles/muzzle-flash-n-2.png"
[/missile_frame]
[missile_frame]
duration=70
halo="projectiles/muzzle-flash-n-3.png"
[/missile_frame]
[/if]
[else]
direction=ne,nw
[missile_frame]
duration=100
halo="projectiles/muzzle-flash-ne-1.png"
[/missile_frame]
[missile_frame]
duration=80
halo="projectiles/muzzle-flash-ne-2.png"
[/missile_frame]
[missile_frame]
duration=70
halo="projectiles/muzzle-flash-ne-3.png"
[/missile_frame]
[/else]
[else]
direction=se,sw
[missile_frame]
duration=100
halo="projectiles/muzzle-flash-ne-1.png"
[/missile_frame]
[missile_frame]
duration=80
halo="projectiles/muzzle-flash-ne-2.png"
[/missile_frame]
[missile_frame]
duration=70
halo="projectiles/muzzle-flash-ne-3.png"
[/missile_frame]
[/else]
[else]
direction=s
[missile_frame]
duration=100
halo="projectiles/muzzle-flash-n-1.png"
[/missile_frame]
[missile_frame]
duration=80
halo="projectiles/muzzle-flash-n-2.png"
[/missile_frame]
[missile_frame]
duration=70
halo="projectiles/muzzle-flash-n-3.png"
[/missile_frame]
[/else]
[if]
direction=n,ne,nw
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-4.png"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-5.png"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-6.png"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-7.png"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-8.png"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-9.png"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-10.png"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-11.png"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-12.png"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-13.png"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-14.png"
[/missile_frame]
[/if]
[else]
direction=s,se,sw
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-4.png~FL(vert)"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-5.png~FL(vert)"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-6.png~FL(vert)"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-7.png~FL(vert)"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-8.png~FL(vert)"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-9.png~FL(vert)"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-10.png~FL(vert)"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-11.png~FL(vert)"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-12.png~FL(vert)"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-13.png~FL(vert)"
[/missile_frame]
[missile_frame]
duration=60
halo="projectiles/muzzle-flash-14.png~FL(vert)"
[/missile_frame]
[/else]
#enddef