Added new wose sounds.

This commit is contained in:
Lari Nieminen 2006-04-11 10:12:42 +00:00
parent d6aa343a5f
commit 8f0645ea2d
8 changed files with 38 additions and 47 deletions

View file

@ -44,7 +44,8 @@ SVN trunk (1.1.2+svn):
3p - Morituri, Lagoon, The Wilderlands
* music & sound
* new or improved sounds: thunderstick and dragonstick, fist, club, hatchet,
throwing knives, walking corpse hit, bow, wolf bite, claws
throwing knives, walking corpse hit, bow, orcish bow, fire bow, wolf bite,
claws, wose attack, wose hit, wose death
* minor edits to several sounds
* support for randomly chosen variations of sounds
* language and i18n:

View file

@ -18,8 +18,8 @@ Woses are utterly unwarlike, but possess a great strength. They are, however, ne
Special Notes:"+{SPECIAL_NOTES_AMBUSH}+{SPECIAL_NOTES_REGENERATES}
usage=fighter
get_hit_sound=entangle.wav
die_sound=entangle.wav
get_hit_sound=wose-hit.ogg
die_sound=wose-die.ogg
[defend]
[frame]
begin=-150
@ -40,49 +40,39 @@ Special Notes:"+{SPECIAL_NOTES_AMBUSH}+{SPECIAL_NOTES_REGENERATES}
[animation]
hits=no
[frame]
begin=-125
end=-75
image=""units/woses/wose-attack-1.png""
begin=-500
end=-100
image="units/woses/wose-attack-1.png"
sound=wose-miss.ogg
[/frame]
[frame]
sound={SOUND_LIST:MISS}
begin=-75
end=-50
image=""units/woses/wose-attack-1.png""
[/frame]
[frame]
begin=-50
begin=-100
end=50
image=""units/woses/wose-attack-2.png""
image="units/woses/wose-attack-2.png"
[/frame]
[frame]
begin=50
end=125
image=""units/woses/wose-attack-1.png""
image="units/woses/wose-attack-1.png"
[/frame]
[/animation]
[animation]
hits=yes
[frame]
begin=-125
end=-75
image=""units/woses/wose-attack-1.png""
begin=-500
end=-100
image="units/woses/wose-attack-1.png"
sound=wose-attack.ogg
[/frame]
[frame]
sound=fist-swish.wav
begin=-75
end=-50
image=""units/woses/wose-attack-1.png""
[/frame]
[frame]
begin=-50
begin=-100
end=50
image=""units/woses/wose-attack-2.png""
image="units/woses/wose-attack-2.png"
[/frame]
[frame]
begin=50
end=125
image=""units/woses/wose-attack-1.png""
image="units/woses/wose-attack-1.png"
[/frame]
[/animation]
[/attack]

View file

@ -19,8 +19,8 @@ Such encounters are all that is known of what are presumably the most ancient of
Special Notes:"+{SPECIAL_NOTES_AMBUSH}+{SPECIAL_NOTES_REGENERATES}
usage=fighter
get_hit_sound=entangle.wav
die_sound=entangle.wav
get_hit_sound=wose-hit.ogg
die_sound=wose-die.ogg
[abilities]
{ABILITY_AMBUSH}
{ABILITY_REGENERATES}
@ -34,29 +34,29 @@ Special Notes:"+{SPECIAL_NOTES_AMBUSH}+{SPECIAL_NOTES_REGENERATES}
[animation]
hits=no
[frame]
begin=-200
end=-75
image=""units/woses/wose-ancient-attack.png""
begin=-500
end=-85
image="units/woses/wose-ancient-attack.png"
sound=wose-miss.ogg
[/frame]
[frame]
sound={SOUND_LIST:MISS}
begin=-75
begin=-85
end=100
image=""units/woses/wose-ancient-attack.png""
image="units/woses/wose-ancient-attack.png"
[/frame]
[/animation]
[animation]
hits=yes
[frame]
begin=-200
end=-75
image=""units/woses/wose-ancient-attack.png""
begin=-500
end=-85
image="units/woses/wose-ancient-attack.png"
sound=wose-attack.ogg
[/frame]
[frame]
sound=fist-swish.wav
begin=-75
begin=-85
end=100
image=""units/woses/wose-ancient-attack.png""
image="units/woses/wose-ancient-attack.png"
[/frame]
[/animation]
[/attack]

View file

@ -18,8 +18,8 @@ Woses are not warriors by any means, however the strength they possess is obviou
Special Notes:"+{SPECIAL_NOTES_AMBUSH}+{SPECIAL_NOTES_REGENERATES}
usage=fighter
get_hit_sound=entangle.wav
die_sound=entangle.wav
get_hit_sound=wose-hit.ogg
die_sound=wose-die.ogg
[abilities]
{ABILITY_AMBUSH}
{ABILITY_REGENERATES}
@ -33,19 +33,19 @@ Special Notes:"+{SPECIAL_NOTES_AMBUSH}+{SPECIAL_NOTES_REGENERATES}
[animation]
hits=no
[frame]
begin=-100
begin=-500
end=100
image="units/woses/wose-elder-attack.png"
sound={SOUND_LIST:MISS}
sound=wose-miss.ogg
[/frame]
[/animation]
[animation]
hits=yes
[frame]
begin=-100
begin=-500
end=100
image="units/woses/wose-elder-attack.png"
sound=fist-swish.wav
sound=wose-attack.ogg
[/frame]
[/animation]
[/attack]

BIN
sounds/wose-attack.ogg Normal file

Binary file not shown.

BIN
sounds/wose-die.ogg Normal file

Binary file not shown.

BIN
sounds/wose-hit.ogg Normal file

Binary file not shown.

BIN
sounds/wose-miss.ogg Normal file

Binary file not shown.