Added a big sling sound for the troll rocklobber.

This commit is contained in:
Lari Nieminen 2006-05-22 13:31:46 +00:00
parent 7e475efd73
commit 99c77f1311
3 changed files with 54 additions and 8 deletions

View File

@ -56,28 +56,74 @@ Special Notes: though unwieldy, a stone thrown by one of these monsters is much
damage=17 damage=17
number=1 number=1
[animation] [animation]
hits=no
[missile_frame] [missile_frame]
begin=-100 begin=-400
end=0 end=0
image="projectiles/stone.png" image="projectiles/stone.png"
image_diagonal="projectiles/stone.png" image_diagonal="projectiles/stone.png"
[/missile_frame] [/missile_frame]
[frame] [frame]
begin=-250 begin=-1000
end=-100 end=-600
image="units/trolls/lobber.png"
sound=sling-big-miss.ogg
[/frame]
[frame]
begin=-600
end=-400
image="units/trolls/lobber-attack-ranged1.png" image="units/trolls/lobber-attack-ranged1.png"
[/frame] [/frame]
[frame]
begin=-400
end=-200
image="units/trolls/lobber-attack-ranged2.png"
[/frame]
[frame]
begin=-200
end=-100
image="units/trolls/lobber-ranged-1.png"
[/frame]
[frame] [frame]
begin=-100 begin=-100
end=-50 end=0
image="units/trolls/lobber-attack-ranged1.png" image="units/trolls/lobber.png"
sound=firearrow.wav [/frame]
[/animation]
[animation]
hits=yes
[missile_frame]
begin=-400
end=0
image="projectiles/stone.png"
image_diagonal="projectiles/stone.png"
[/missile_frame]
[frame]
begin=-1000
end=-600
image="units/trolls/lobber.png"
sound=sling-big.ogg
[/frame] [/frame]
[frame] [frame]
begin=-50 begin=-600
end=50 end=-400
image="units/trolls/lobber-attack-ranged1.png"
[/frame]
[frame]
begin=-400
end=-200
image="units/trolls/lobber-attack-ranged2.png" image="units/trolls/lobber-attack-ranged2.png"
[/frame] [/frame]
[frame]
begin=-200
end=-100
image="units/trolls/lobber-ranged-1.png"
[/frame]
[frame]
begin=-100
end=0
image="units/trolls/lobber.png"
[/frame]
[/animation] [/animation]
[/attack] [/attack]
[defend] [defend]

BIN
sounds/sling-big-miss.ogg Normal file

Binary file not shown.

BIN
sounds/sling-big.ogg Normal file

Binary file not shown.