Did an audit & found all of the units that are missing calls...

...to image_diagonal= for their projectiles
This commit is contained in:
James Spencer 2004-12-19 22:20:55 +00:00
parent 41a837c1a6
commit 6266178d80
37 changed files with 39 additions and 1 deletions

View file

@ -72,6 +72,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball-big7.png
halo_x,halo_y=12,-13
[/missile_frame]
@ -151,6 +152,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball-big7.png
halo_x,halo_y=12,-13
[/missile_frame]

View file

@ -38,6 +38,7 @@ get_hit_sound=hiss.wav
begin=-200
end=0
image=projectiles/gaze.png
image_diagonal=projectiles/gaze.png
[/missile_frame]
[/attack]
[/unit]

View file

@ -63,6 +63,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball7.png
halo_x,halo_y=14,-14
[/missile_frame]

View file

@ -65,6 +65,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball7.png
halo_x,halo_y=14,-14
[/missile_frame]

View file

@ -60,6 +60,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball7.png
halo_x,halo_y=14,-14
[/missile_frame]

View file

@ -66,6 +66,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball7.png
halo_x,halo_y=14,-14
[/missile_frame]

View file

@ -61,6 +61,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball7.png
halo_x,halo_y=14,-14
[/missile_frame]

View file

@ -61,6 +61,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball7.png
halo_x,halo_y=14,-14
[/missile_frame]

View file

@ -60,6 +60,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball7.png
halo_x,halo_y=14,-14
[/missile_frame]

View file

@ -65,6 +65,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball7.png
halo_x,halo_y=14,-14
[/missile_frame]

View file

@ -60,6 +60,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball7.png
halo_x,halo_y=14,-14
[/missile_frame]

View file

@ -51,6 +51,7 @@ get_hit_sound=groan.wav
begin=-50
end=0
image=projectiles/bullet.png
image_diagonal=projectiles/bullet.png
[/missile_frame]
[/attack]
[/unit]

View file

@ -54,6 +54,7 @@ get_hit_sound=groan.wav
begin=-150
end=0
image=projectiles/bullet.png
image_diagonal=projectiles/bullet.png
[/missile_frame]
[/attack]

View file

@ -70,7 +70,8 @@ get_hit_sound=groan.wav
[missile_frame]
begin=-100
end=0
image=projectiles/hatchet.png
image=projectiles/hatchet-n.png
image_diagonal=projectiles/hatchet-ne.png
[/missile_frame]
[/attack]
[/unit]

View file

@ -57,6 +57,7 @@ get_hit_sound=groan.wav
begin=-150
end=0
image=projectiles/bullet.png
image_diagonal=projectiles/bullet.png
[/missile_frame]
[/attack]

View file

@ -64,6 +64,7 @@ get_hit_sound=groan.wav
begin=-150
end=0
image=projectiles/bullet.png
image_diagonal=projectiles/bullet.png
[/missile_frame]
[/attack]

View file

@ -68,6 +68,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball-halo1.png,halo/fireball-halo2.png,halo/fireball-halo3.png,halo/fireball-halo4.png
halo=halo/fireball7.png
halo_x,halo_y=15,-4

View file

@ -61,6 +61,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball-halo1.png,halo/fireball-halo2.png,halo/fireball-halo3.png,halo/fireball-halo4.png
halo=halo/fireball7.png
halo_x,halo_y=15,-4

View file

@ -55,6 +55,7 @@ get_hit_sound=female-hit.wav
begin=-250
end=0
image=projectiles/entangle.png
image_diagonal=projectiles/entangle.png
[/missile_frame]
[/attack]
[/unit]

View file

@ -77,6 +77,7 @@ get_hit_sound=hiss-big.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball7.png
halo_x,halo_y=14,-14
[/missile_frame]

View file

@ -27,6 +27,7 @@ usage=archer
begin=-100
end=0
image=projectiles/water_spay.png
image_diagonal=projectiles/water_spay.png
[/missile_frame]
[/attack]
[attack]

View file

@ -71,6 +71,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
[/missile_frame]
[/attack]
@ -147,6 +148,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
[/missile_frame]
[/attack]
[/female]

View file

@ -39,6 +39,7 @@ get_hit_sound=mermen-hit.wav
begin=-150
end=0
image=projectiles/water-spray.png
image_diagonal=projectiles/water-spray.png
[/missile_frame]
[/attack]
[/unit]

View file

@ -39,6 +39,7 @@ get_hit_sound=mermen-hit.wav
begin=-150
end=0
image=projectiles/water-spray.png
image_diagonal=projectiles/water-spray.png
[/missile_frame]
[/attack]
[/unit]

View file

@ -41,6 +41,7 @@ get_hit_sound=mermen-hit.wav
begin=-150
end=0
image=projectiles/water-spray.png
image_diagonal=projectiles/water-spray.png
[/missile_frame]
[/attack]
[/unit]

View file

@ -34,6 +34,7 @@ get_hit_sound=mermen-hit.wav
begin=-200
end=0
image=projectiles/web.png
image_diagonal=projectiles/web.png
[/missile_frame]
[sound]
time=-100

View file

@ -34,6 +34,7 @@ get_hit_sound=mermen-hit.wav
begin=-200
end=0
image=projectiles/web.png
image_diagonal=projectiles/web.png
[/missile_frame]
[sound]
time=-100

View file

@ -32,6 +32,7 @@ usage=archer
begin=-100
end=0
image=projectiles/water_spay.png
image_diagonal=projectiles/water_spay.png
[/missile_frame]
[/attack]
[/unit]

View file

@ -23,6 +23,7 @@ unit_description= _ "Pirate galleons are to transport ships what wolves are to s
begin=-50
end=0
image=projectiles/bullet.png
image_diagonal=projectiles/bullet.png
[/missile_frame]
[/attack]
[/unit]

View file

@ -62,6 +62,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball7.png
halo_x,halo_y=14,-14
[/missile_frame]
@ -131,6 +132,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/fireball7.png
halo_x,halo_y=14,-14
[/missile_frame]

View file

@ -35,6 +35,7 @@ get_hit_sound=mermen-hit.wav
begin=-100
end=0
image=projectiles/water_spay.png
image_diagonal=projectiles/water_spay.png
[/missile_frame]
[/attack]
[/unit]

View file

@ -132,6 +132,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/silver-mage-halo11.png,halo/silver-mage-halo12.png
halo_x,halo_y=14,-19
[/missile_frame]
@ -219,6 +220,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=projectiles/fireball.png
image_diagonal=projectiles/fireball.png
halo=halo/silver-mage-halo11.png,halo/silver-mage-halo12.png
halo_x,halo_y=14,-19
[/missile_frame]

View file

@ -23,6 +23,7 @@ usage=null
begin=-50
end=0
image=projectiles/bullet.png
image_diagonal=projectiles/bullet.png
[/missile_frame]
[/attack]
[/unit]

View file

@ -24,6 +24,7 @@ get_hit_sound=mace.wav
begin=-50
end=0
image=projectiles/stone.png
image_diagonal=projectiles/stone.png
[/missile_frame]
[/attack]
[/unit]

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B