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
number=1
[animation]
hits=no
[missile_frame]
begin=-100
begin=-400
end=0
image="projectiles/stone.png"
image_diagonal="projectiles/stone.png"
[/missile_frame]
[frame]
begin=-250
end=-100
begin=-1000
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"
[/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]
begin=-100
end=-50
image="units/trolls/lobber-attack-ranged1.png"
sound=firearrow.wav
end=0
image="units/trolls/lobber.png"
[/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]
begin=-50
end=50
begin=-600
end=-400
image="units/trolls/lobber-attack-ranged1.png"
[/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]
begin=-100
end=0
image="units/trolls/lobber.png"
[/frame]
[/animation]
[/attack]
[defend]

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

Binary file not shown.

BIN
sounds/sling-big.ogg Normal file

Binary file not shown.