mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-09 18:08:34 +00:00
Macrofy Faerie Fire missile frames
This commit is contained in:
parent
1bad7bfe16
commit
6d6ec2edc5
@ -201,3 +201,62 @@
|
|||||||
[/missile_frame]
|
[/missile_frame]
|
||||||
[/else]
|
[/else]
|
||||||
#enddef
|
#enddef
|
||||||
|
|
||||||
|
#define MISSILE_FRAME_FAERIE_FIRE
|
||||||
|
[missile_frame]
|
||||||
|
begin=-500
|
||||||
|
end=-350
|
||||||
|
image="projectiles/icemissile-n-1.png"
|
||||||
|
image_diagonal="projectiles/icemissile-ne-1.png"
|
||||||
|
halo=halo/ice-halo1.png:100,halo/ice-halo2.png:100,halo/ice-halo3.png:25
|
||||||
|
halo_x,halo_y=0,0
|
||||||
|
[/missile_frame]
|
||||||
|
[missile_frame]
|
||||||
|
begin=-350
|
||||||
|
end=-200
|
||||||
|
image="projectiles/icemissile-n-2.png"
|
||||||
|
image_diagonal="projectiles/icemissile-ne-2.png"
|
||||||
|
halo=halo/ice-halo3.png:75,halo/ice-halo4.png:75
|
||||||
|
halo_x,halo_y=0,0
|
||||||
|
[/missile_frame]
|
||||||
|
[missile_frame]
|
||||||
|
begin=-200
|
||||||
|
end=-50
|
||||||
|
image="projectiles/icemissile-n-3.png"
|
||||||
|
image_diagonal="projectiles/icemissile-ne-3.png"
|
||||||
|
halo=halo/ice-halo5.png:100,halo/ice-halo1.png:100,halo/ice-halo2.png:50
|
||||||
|
halo_x,halo_y=0,0
|
||||||
|
[/missile_frame]
|
||||||
|
[missile_frame]
|
||||||
|
begin=-50
|
||||||
|
end=0
|
||||||
|
image="projectiles/icemissile-n-4.png"
|
||||||
|
image_diagonal="projectiles/icemissile-ne-4.png"
|
||||||
|
halo=halo/ice-halo6.png
|
||||||
|
halo_x,halo_y=0,0
|
||||||
|
[/missile_frame]
|
||||||
|
[missile_frame]
|
||||||
|
begin=25
|
||||||
|
end=75
|
||||||
|
image="projectiles/icemissile-n-5.png"
|
||||||
|
image_diagonal="projectiles/icemissile-ne-5.png"
|
||||||
|
halo=halo/ice-halo7.png
|
||||||
|
halo_x,halo_y=0,0
|
||||||
|
[/missile_frame]
|
||||||
|
[missile_frame]
|
||||||
|
begin=75
|
||||||
|
end=125
|
||||||
|
image="projectiles/icemissile-n-6.png"
|
||||||
|
image_diagonal="projectiles/icemissile-ne-6.png"
|
||||||
|
halo=halo/ice-halo8.png
|
||||||
|
halo_x,halo_y=0,0
|
||||||
|
[/missile_frame]
|
||||||
|
[missile_frame]
|
||||||
|
begin=125
|
||||||
|
end=175
|
||||||
|
image="projectiles/icemissile-n-7.png"
|
||||||
|
image_diagonal="projectiles/icemissile-ne-7.png"
|
||||||
|
halo=halo/ice-halo9.png
|
||||||
|
halo_x,halo_y=0,0
|
||||||
|
[/missile_frame]
|
||||||
|
#enddef
|
||||||
|
@ -169,65 +169,9 @@ Special Notes:"+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_SLOW}
|
|||||||
{WEAPON_SPECIAL_MAGICAL}
|
{WEAPON_SPECIAL_MAGICAL}
|
||||||
[/specials]
|
[/specials]
|
||||||
icon=attacks/faerie-fire.png
|
icon=attacks/faerie-fire.png
|
||||||
[animation]
|
[animation]
|
||||||
hits=no
|
hits=no
|
||||||
[missile_frame]
|
{MISSILE_FRAME_FAERIE_FIRE}
|
||||||
begin=-500
|
|
||||||
end=-350
|
|
||||||
image="projectiles/icemissile-n-1.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-1.png"
|
|
||||||
halo=halo/ice-halo1.png:100,halo/ice-halo2.png:100,halo/ice-halo3.png:25
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-350
|
|
||||||
end=-200
|
|
||||||
image="projectiles/icemissile-n-2.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-2.png"
|
|
||||||
halo=halo/ice-halo3.png:75,halo/ice-halo4.png:75
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-200
|
|
||||||
end=-50
|
|
||||||
image="projectiles/icemissile-n-3.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-3.png"
|
|
||||||
halo=halo/ice-halo5.png:100,halo/ice-halo1.png:100,halo/ice-halo2.png:50
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-50
|
|
||||||
end=0
|
|
||||||
image="projectiles/icemissile-n-4.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-4.png"
|
|
||||||
halo=halo/ice-halo6.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=25
|
|
||||||
end=75
|
|
||||||
image="projectiles/icemissile-n-5.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-5.png"
|
|
||||||
halo=halo/ice-halo7.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=75
|
|
||||||
end=125
|
|
||||||
image="projectiles/icemissile-n-6.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-6.png"
|
|
||||||
halo=halo/ice-halo8.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=125
|
|
||||||
end=175
|
|
||||||
image="projectiles/icemissile-n-7.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-7.png"
|
|
||||||
halo=halo/ice-halo9.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
|
|
||||||
|
|
||||||
[frame]
|
[frame]
|
||||||
begin=-450
|
begin=-450
|
||||||
@ -284,62 +228,7 @@ Special Notes:"+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_SLOW}
|
|||||||
[/animation]
|
[/animation]
|
||||||
[animation]
|
[animation]
|
||||||
hits=yes
|
hits=yes
|
||||||
[missile_frame]
|
{MISSILE_FRAME_FAERIE_FIRE}
|
||||||
begin=-500
|
|
||||||
end=-350
|
|
||||||
image="projectiles/icemissile-n-1.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-1.png"
|
|
||||||
halo=halo/ice-halo1.png:100,halo/ice-halo2.png:100,halo/ice-halo3.png:25
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-350
|
|
||||||
end=-200
|
|
||||||
image="projectiles/icemissile-n-2.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-2.png"
|
|
||||||
halo=halo/ice-halo3.png:75,halo/ice-halo4.png:75
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-200
|
|
||||||
end=-50
|
|
||||||
image="projectiles/icemissile-n-3.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-3.png"
|
|
||||||
halo=halo/ice-halo5.png:100,halo/ice-halo1.png:100,halo/ice-halo2.png:50
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-50
|
|
||||||
end=0
|
|
||||||
image="projectiles/icemissile-n-4.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-4.png"
|
|
||||||
halo=halo/ice-halo6.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=25
|
|
||||||
end=75
|
|
||||||
image="projectiles/icemissile-n-5.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-5.png"
|
|
||||||
halo=halo/ice-halo7.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=75
|
|
||||||
end=125
|
|
||||||
image="projectiles/icemissile-n-6.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-6.png"
|
|
||||||
halo=halo/ice-halo8.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=125
|
|
||||||
end=175
|
|
||||||
image="projectiles/icemissile-n-7.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-7.png"
|
|
||||||
halo=halo/ice-halo9.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
|
|
||||||
[frame]
|
[frame]
|
||||||
begin=-450
|
begin=-450
|
||||||
|
@ -169,63 +169,7 @@ Special Notes:"+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_SLOW}
|
|||||||
icon=attacks/faerie-fire.png
|
icon=attacks/faerie-fire.png
|
||||||
[animation]
|
[animation]
|
||||||
hits=no
|
hits=no
|
||||||
[missile_frame]
|
{MISSILE_FRAME_FAERIE_FIRE}
|
||||||
begin=-500
|
|
||||||
end=-350
|
|
||||||
image="projectiles/icemissile-n-1.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-1.png"
|
|
||||||
halo=halo/ice-halo1.png:100,halo/ice-halo2.png:100,halo/ice-halo3.png:25
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-350
|
|
||||||
end=-200
|
|
||||||
image="projectiles/icemissile-n-2.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-2.png"
|
|
||||||
halo=halo/ice-halo3.png:75,halo/ice-halo4.png:75
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-200
|
|
||||||
end=-50
|
|
||||||
image="projectiles/icemissile-n-3.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-3.png"
|
|
||||||
halo=halo/ice-halo5.png:100,halo/ice-halo1.png:100,halo/ice-halo2.png:50
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-50
|
|
||||||
end=0
|
|
||||||
image="projectiles/icemissile-n-4.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-4.png"
|
|
||||||
halo=halo/ice-halo6.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=25
|
|
||||||
end=75
|
|
||||||
image="projectiles/icemissile-n-5.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-5.png"
|
|
||||||
halo=halo/ice-halo7.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=75
|
|
||||||
end=125
|
|
||||||
image="projectiles/icemissile-n-6.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-6.png"
|
|
||||||
halo=halo/ice-halo8.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=125
|
|
||||||
end=175
|
|
||||||
image="projectiles/icemissile-n-7.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-7.png"
|
|
||||||
halo=halo/ice-halo9.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
|
|
||||||
|
|
||||||
[frame]
|
[frame]
|
||||||
begin=-450
|
begin=-450
|
||||||
@ -282,62 +226,7 @@ Special Notes:"+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_SLOW}
|
|||||||
[/animation]
|
[/animation]
|
||||||
[animation]
|
[animation]
|
||||||
hits=yes
|
hits=yes
|
||||||
[missile_frame]
|
{MISSILE_FRAME_FAERIE_FIRE}
|
||||||
begin=-500
|
|
||||||
end=-350
|
|
||||||
image="projectiles/icemissile-n-1.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-1.png"
|
|
||||||
halo=halo/ice-halo1.png:100,halo/ice-halo2.png:100,halo/ice-halo3.png:25
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-350
|
|
||||||
end=-200
|
|
||||||
image="projectiles/icemissile-n-2.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-2.png"
|
|
||||||
halo=halo/ice-halo3.png:75,halo/ice-halo4.png:75
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-200
|
|
||||||
end=-50
|
|
||||||
image="projectiles/icemissile-n-3.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-3.png"
|
|
||||||
halo=halo/ice-halo5.png:100,halo/ice-halo1.png:100,halo/ice-halo2.png:50
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-50
|
|
||||||
end=0
|
|
||||||
image="projectiles/icemissile-n-4.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-4.png"
|
|
||||||
halo=halo/ice-halo6.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=25
|
|
||||||
end=75
|
|
||||||
image="projectiles/icemissile-n-5.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-5.png"
|
|
||||||
halo=halo/ice-halo7.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=75
|
|
||||||
end=125
|
|
||||||
image="projectiles/icemissile-n-6.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-6.png"
|
|
||||||
halo=halo/ice-halo8.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=125
|
|
||||||
end=175
|
|
||||||
image="projectiles/icemissile-n-7.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-7.png"
|
|
||||||
halo=halo/ice-halo9.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
|
|
||||||
[frame]
|
[frame]
|
||||||
begin=-450
|
begin=-450
|
||||||
|
@ -135,63 +135,7 @@ Special Notes:"+{SPECIAL_NOTES_SLOW}
|
|||||||
icon=attacks/faerie-fire.png
|
icon=attacks/faerie-fire.png
|
||||||
[animation]
|
[animation]
|
||||||
hits=no
|
hits=no
|
||||||
[missile_frame]
|
{MISSILE_FRAME_FAERIE_FIRE}
|
||||||
begin=-500
|
|
||||||
end=-350
|
|
||||||
image="projectiles/icemissile-n-1.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-1.png"
|
|
||||||
halo=halo/ice-halo1.png:100,halo/ice-halo2.png:100,halo/ice-halo3.png:25
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-350
|
|
||||||
end=-200
|
|
||||||
image="projectiles/icemissile-n-2.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-2.png"
|
|
||||||
halo=halo/ice-halo3.png:75,halo/ice-halo4.png:75
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-200
|
|
||||||
end=-50
|
|
||||||
image="projectiles/icemissile-n-3.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-3.png"
|
|
||||||
halo=halo/ice-halo5.png:100,halo/ice-halo1.png:100,halo/ice-halo2.png:50
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-50
|
|
||||||
end=0
|
|
||||||
image="projectiles/icemissile-n-4.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-4.png"
|
|
||||||
halo=halo/ice-halo6.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=25
|
|
||||||
end=75
|
|
||||||
image="projectiles/icemissile-n-5.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-5.png"
|
|
||||||
halo=halo/ice-halo7.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=75
|
|
||||||
end=125
|
|
||||||
image="projectiles/icemissile-n-6.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-6.png"
|
|
||||||
halo=halo/ice-halo8.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=125
|
|
||||||
end=175
|
|
||||||
image="projectiles/icemissile-n-7.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-7.png"
|
|
||||||
halo=halo/ice-halo9.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
|
|
||||||
|
|
||||||
[frame]
|
[frame]
|
||||||
begin=-450
|
begin=-450
|
||||||
@ -248,62 +192,7 @@ Special Notes:"+{SPECIAL_NOTES_SLOW}
|
|||||||
[/animation]
|
[/animation]
|
||||||
[animation]
|
[animation]
|
||||||
hits=yes
|
hits=yes
|
||||||
[missile_frame]
|
{MISSILE_FRAME_FAERIE_FIRE}
|
||||||
begin=-500
|
|
||||||
end=-350
|
|
||||||
image="projectiles/icemissile-n-1.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-1.png"
|
|
||||||
halo=halo/ice-halo1.png:100,halo/ice-halo2.png:100,halo/ice-halo3.png:25
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-350
|
|
||||||
end=-200
|
|
||||||
image="projectiles/icemissile-n-2.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-2.png"
|
|
||||||
halo=halo/ice-halo3.png:75,halo/ice-halo4.png:75
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-200
|
|
||||||
end=-50
|
|
||||||
image="projectiles/icemissile-n-3.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-3.png"
|
|
||||||
halo=halo/ice-halo5.png:100,halo/ice-halo1.png:100,halo/ice-halo2.png:50
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=-50
|
|
||||||
end=0
|
|
||||||
image="projectiles/icemissile-n-4.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-4.png"
|
|
||||||
halo=halo/ice-halo6.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=25
|
|
||||||
end=75
|
|
||||||
image="projectiles/icemissile-n-5.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-5.png"
|
|
||||||
halo=halo/ice-halo7.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=75
|
|
||||||
end=125
|
|
||||||
image="projectiles/icemissile-n-6.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-6.png"
|
|
||||||
halo=halo/ice-halo8.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
[missile_frame]
|
|
||||||
begin=125
|
|
||||||
end=175
|
|
||||||
image="projectiles/icemissile-n-7.png"
|
|
||||||
image_diagonal="projectiles/icemissile-ne-7.png"
|
|
||||||
halo=halo/ice-halo9.png
|
|
||||||
halo_x,halo_y=0,0
|
|
||||||
[/missile_frame]
|
|
||||||
|
|
||||||
[frame]
|
[frame]
|
||||||
begin=-450
|
begin=-450
|
||||||
|
Loading…
x
Reference in New Issue
Block a user