A simple sound for when a unit is stoned.

This commit is contained in:
Lari Nieminen 2006-07-14 12:36:17 +00:00
parent 30acbe8464
commit 28f14b3ba8
2 changed files with 27 additions and 0 deletions

View File

@ -26,6 +26,7 @@
{WEAPON_SPECIAL_STONE}
[/specials]
[animation]
hits=no
[missile_frame]
begin=-200
end=0
@ -44,6 +45,32 @@
image="units/cockatrice-attack2.png"
[/frame]
[/animation]
[animation]
hits=yes
[missile_frame]
begin=-200
end=0
image="projectiles/gaze.png"
image_diagonal="projectiles/gaze.png"
[/missile_frame]
[frame]
begin=-300
end=-100
image="units/cockatrice-attack1.png"
sound=wail.wav
[/frame]
[frame]
begin=-100
end=0
image="units/cockatrice-attack2.png"
[/frame]
[frame]
begin=0
end=100
image="units/cockatrice-attack2.png"
sound=stoned.ogg
[/frame]
[/animation]
[/attack]
[defend]
[frame]

BIN
sounds/stoned.ogg Normal file

Binary file not shown.