Applied the poison sound to all animations of poison attacks

(and did a minor fix to the UtBS naga guardian line melee animation timings).
This commit is contained in:
Lari Nieminen 2007-05-17 17:02:03 +00:00
parent b82c2f420f
commit 2d926788ae
15 changed files with 166 additions and 111 deletions

View file

@ -56,7 +56,7 @@
hits=yes
[frame]
begin=-100
end=100
end=-50
image="units/monsters/cavespider-attack-melee.png"
sound=bite.ogg
[/frame]
@ -65,11 +65,19 @@
hits=no
[frame]
begin=-100
end=100
end=-50
image="units/monsters/cavespider-attack-melee.png"
sound={SOUND_LIST:MISS}
[/frame]
[/else]
{FRAME_ON_POISON (
[frame]
begin=-50
end=100
image="units/monsters/cavespider-attack-melee.png"
sound=poison.ogg
[/frame]
)}
[frame]
begin=100
end=175

View file

@ -80,11 +80,14 @@
sound=throwing-knife-miss.ogg
[/frame]
[/else]
[frame]
begin=-100
end=0
image=units/orcs/nightstalker-ranged-2.png
[/frame]
{FRAME_ON_POISON (
[frame]
begin=-100
end=0
image=units/orcs/nightstalker-ranged-2.png
sound=poison.ogg
[/frame]
)}
[/animation]
[/attack]
[/unit]

View file

@ -81,11 +81,14 @@
sound=throwing-knife-miss.ogg
[/frame]
[/else]
[frame]
begin=-100
end=0
image=units/orcs/nightstalker-ranged-2.png
[/frame]
{FRAME_ON_POISON (
[frame]
begin=-100
end=0
image=units/orcs/nightstalker-ranged-2.png
sound=poison.ogg
[/frame]
)}
[/animation]
[/attack]
[/unit]

View file

@ -81,11 +81,14 @@
sound=throwing-knife-miss.ogg
[/frame]
[/else]
[frame]
begin=-100
end=0
image=units/orcs/nightstalker-ranged-2.png
[/frame]
{FRAME_ON_POISON (
[frame]
begin=-100
end=0
image=units/orcs/nightstalker-ranged-2.png
sound=poison.ogg
[/frame]
)}
[/animation]
[/attack]
[/unit]

View file

@ -35,7 +35,7 @@
[frame]
sound=mace.wav
begin=-100
end=0
end=100
[/frame]
[/if]
[else]
@ -43,7 +43,7 @@
[frame]
sound={SOUND_LIST:MISS}
begin=-100
end=0
end=100
[/frame]
[/else]
[/animation]

View file

@ -36,7 +36,7 @@
[frame]
sound=mace.wav
begin=-100
end=0
end=100
[/frame]
[/if]
[else]
@ -44,7 +44,7 @@
[frame]
sound={SOUND_LIST:MISS}
begin=-100
end=0
end=100
[/frame]
[/else]
[/animation]

View file

@ -35,7 +35,7 @@
[frame]
sound=mace.wav
begin=-100
end=0
end=100
[/frame]
[/if]
[else]
@ -43,7 +43,7 @@
[frame]
sound={SOUND_LIST:MISS}
begin=-100
end=0
end=100
[/frame]
[/else]
[/animation]

View file

@ -88,53 +88,43 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
{WEAPON_SPECIAL_POISON}
[/specials]
[animation]
hits=yes
[frame]
begin=-250
end=-200
image="units/goblins/direwolver.png"
sound=wolf-big-bite.ogg
sound=wolf-big-bite-miss.ogg
[/frame]
[frame]
begin=-200
end=-100
image="units/goblins/direwolver-moving.png"
[/frame]
[frame]
begin=-100
end=50
image="units/goblins/direwolver-attack.png"
sound=claws.ogg
[/frame]
[frame]
begin=50
end=100
image="units/goblins/direwolver-moving.png"
[/frame]
[frame]
begin=100
end=200
image="units/goblins/direwolver.png"
[/frame]
[/animation]
[animation]
hits=no
[frame]
begin=-250
end=-200
image="units/goblins/direwolver.png"
[/frame]
[frame]
begin=-200
end=-100
image="units/goblins/direwolver-moving.png"
[/frame]
[frame]
begin=-100
end=50
image="units/goblins/direwolver-attack.png"
sound={SOUND_LIST:MISS}
[/frame]
[if]
hits=yes
[frame]
begin=-100
end=-50
image="units/goblins/direwolver-attack.png"
sound=claws.ogg
[/frame]
[/if]
[else]
hits=no
[frame]
begin=-100
end=-50
image="units/goblins/direwolver-attack.png"
sound={SOUND_LIST:MISS}
[/frame]
[/else]
{FRAME_ON_POISON (
[frame]
begin=-50
end=50
image="units/goblins/direwolver-attack.png"
sound=poison.ogg
[/frame]
)}
[frame]
begin=50
end=100

View file

@ -123,28 +123,31 @@ Special Notes:"+{SPECIAL_NOTES_BACKSTAB}+{SPECIAL_NOTES_POISON}+{SPECIAL_NOTES_S
image_diagonal="projectiles/dagger-ne.png"
[/missile_frame]
[if]
hits=yes
[frame]
begin=-350
end=-100
image="units/human-outlaws/assassin-throwknife1.png"
sound=throwing-knife.ogg
[/frame]
hits=yes
[frame]
begin=-350
end=-100
image="units/human-outlaws/assassin-throwknife1.png"
sound=throwing-knife.ogg
[/frame]
[/if]
[else]
hits=no
[frame]
begin=-350
end=-100
image="units/human-outlaws/assassin-throwknife1.png"
sound=throwing-knife-miss.ogg
[/frame]
hits=no
[frame]
begin=-350
end=-100
image="units/human-outlaws/assassin-throwknife1.png"
sound=throwing-knife-miss.ogg
[/frame]
[/else]
[frame]
begin=-100
end=50
image="units/human-outlaws/assassin-throwknife2.png"
[/frame]
{FRAME_ON_POISON (
[frame]
begin=-100
end=50
image="units/human-outlaws/assassin-throwknife2.png"
sound=poison.ogg
[/frame]
)}
[frame]
begin=50
end=50
@ -214,9 +217,11 @@ Special Notes:"+{SPECIAL_NOTES_BACKSTAB}+{SPECIAL_NOTES_POISON}+{SPECIAL_NOTES_S
image="units/human-outlaws/assassin+female-throwknife1.png"
[/frame]
[/else]
[frame]
image="units/human-outlaws/assassin+female-throwknife2.png"
[/frame]
{FRAME_ON_POISON (
[frame]
image="units/human-outlaws/assassin+female-throwknife2.png"
[/frame]
)}
[frame]
image="units/human-outlaws/assassin+female.png"
[/frame]

View file

@ -55,7 +55,7 @@ Special Notes:"+{SPECIAL_NOTES_POISON}+{SPECIAL_NOTES_SLOW}
hits=yes
[frame]
begin=-100
end=100
end=-50
image="units/monsters/cavespider-attack-melee.png"
sound=bite.ogg
[/frame]
@ -64,11 +64,19 @@ Special Notes:"+{SPECIAL_NOTES_POISON}+{SPECIAL_NOTES_SLOW}
hits=no
[frame]
begin=-100
end=100
end=-50
image="units/monsters/cavespider-attack-melee.png"
sound={SOUND_LIST:MISS}
[/frame]
[/else]
{FRAME_ON_POISON (
[frame]
begin=-50
end=100
image="units/monsters/cavespider-attack-melee.png"
sound=poison.ogg
[/frame]
)}
[frame]
begin=100
end=175

View file

@ -211,7 +211,7 @@ Special Notes:"+{SPECIAL_NOTES_POISON}+{SPECIAL_NOTES_SWARM}
[frame]
begin=-300
end=-180
image="units/monsters/cuttlefish-attack-ink.png"
image="units/monsters/cuttlefish-defend.png"
[/frame]
[if]
hits=yes
@ -231,6 +231,14 @@ Special Notes:"+{SPECIAL_NOTES_POISON}+{SPECIAL_NOTES_SWARM}
sound=squishy-miss.wav
[/frame]
[/else]
{FRAME_ON_POISON (
[frame]
begin=-100
end=0
image="units/monsters/cuttlefish.png"
sound=poison.ogg
[/frame]
)}
[/animation]
[/attack]
[/unit]

View file

@ -45,7 +45,7 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
hits=yes
[frame]
begin=-100
end=100
end=-50
image="units/monsters/scorpion-sting-attack.png"
sound=spear.ogg
[/frame]
@ -54,11 +54,19 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
hits=no
[frame]
begin=-100
end=100
end=-50
image="units/monsters/scorpion-sting-attack.png"
sound={SOUND_LIST:MISS}
[/frame]
[/else]
{FRAME_ON_POISON (
[frame]
begin=-50
end=100
image="units/monsters/scorpion-sting-attack.png"
sound=poison.ogg
[/frame]
)}
[frame]
begin=100
end=200

View file

@ -71,7 +71,7 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
image="units/orcs/slayer.png"
[/frame]
[/animation]
[animation]
direction=s,se,sw,ne,nw
[frame]
@ -132,28 +132,31 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
image_diagonal="projectiles/dagger-ne.png"
[/missile_frame]
[if]
hits=yes
[frame]
begin=-150
end=-100
image="units/orcs/slayer-ranged1.png"
sound=throwing-knife.ogg
[/frame]
hits=yes
[frame]
begin=-150
end=-100
image="units/orcs/slayer-ranged1.png"
sound=throwing-knife.ogg
[/frame]
[/if]
[else]
hits=no
[frame]
begin=-150
end=-100
image="units/orcs/slayer-ranged1.png"
sound=throwing-knife-miss.ogg
[/frame]
hits=no
[frame]
begin=-150
end=-100
image="units/orcs/slayer-ranged1.png"
sound=throwing-knife-miss.ogg
[/frame]
[/else]
[frame]
begin=-100
end=0
image="units/orcs/slayer-ranged2.png"
[/frame]
{FRAME_ON_POISON (
[frame]
begin=-100
end=0
image="units/orcs/slayer-ranged2.png"
sound=poison.ogg
[/frame]
)}
[/animation]
[/attack]
[/unit]

View file

@ -87,7 +87,7 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
hits=yes
[frame]
begin=-100
end=100
end=-50
image="units/undead/ghoul-attack-2.png"
sound=claws.ogg
[/frame]
@ -96,11 +96,19 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
hits=no
[frame]
begin=-100
end=100
end=-50
image="units/undead/ghoul-attack-2.png"
sound={SOUND_LIST:MISS}
[/frame]
[/else]
{FRAME_ON_POISON (
[frame]
begin=-50
end=100
image="units/undead/ghoul-attack-2.png"
sound=poison.ogg
[/frame]
)}
[frame]
begin=100
end=150

View file

@ -55,7 +55,7 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
hits=yes
[frame]
begin=-100
end=100
end=-50
image="units/undead/necrophage-attack.png"
sound=claws.ogg
[/frame]
@ -64,11 +64,19 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
hits=no
[frame]
begin=-100
end=100
end=-50
image="units/undead/necrophage-attack.png"
sound={SOUND_LIST:MISS}
[/frame]
[/else]
{FRAME_ON_POISON (
[frame]
begin=-100
end=-50
image="units/undead/necrophage-attack.png"
sound=poison.ogg
[/frame]
)}
[frame]
begin=100
end=150