New ogre sounds (by woodwizzle).
This commit is contained in:
parent
dfc1d6df40
commit
cf05731e14
12 changed files with 10 additions and 4 deletions
|
@ -193,6 +193,12 @@
|
|||
#define SOUND_LIST:NAGA_HIT
|
||||
naga-hit-1.ogg,naga-hit-2.ogg,naga-hit-3.ogg #enddef
|
||||
|
||||
#define SOUND_LIST:OGRE_HIT
|
||||
ogre-hit-1.ogg,ogre-hit-2.ogg,ogre-hit-3.ogg,ogre-hit-4.ogg #enddef
|
||||
|
||||
#define SOUND_LIST:OGRE_DIE
|
||||
ogre-die-1.ogg,ogre-die-2.ogg,ogre-die-3.ogg #enddef
|
||||
|
||||
#define SOUND_LIST:ORC_HIT
|
||||
orc-hit-1.ogg,orc-hit-2.ogg,orc-hit-3.ogg,orc-hit-4.ogg #enddef
|
||||
|
||||
|
|
BIN
data/core/sounds/ogre-die-1.ogg
Normal file
BIN
data/core/sounds/ogre-die-1.ogg
Normal file
Binary file not shown.
BIN
data/core/sounds/ogre-die-2.ogg
Normal file
BIN
data/core/sounds/ogre-die-2.ogg
Normal file
Binary file not shown.
BIN
data/core/sounds/ogre-die-3.ogg
Normal file
BIN
data/core/sounds/ogre-die-3.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
data/core/sounds/ogre-hit-1.ogg
Normal file
BIN
data/core/sounds/ogre-hit-1.ogg
Normal file
Binary file not shown.
BIN
data/core/sounds/ogre-hit-2.ogg
Normal file
BIN
data/core/sounds/ogre-hit-2.ogg
Normal file
Binary file not shown.
BIN
data/core/sounds/ogre-hit-3.ogg
Normal file
BIN
data/core/sounds/ogre-hit-3.ogg
Normal file
Binary file not shown.
BIN
data/core/sounds/ogre-hit-4.ogg
Normal file
BIN
data/core/sounds/ogre-hit-4.ogg
Normal file
Binary file not shown.
Binary file not shown.
|
@ -19,7 +19,7 @@
|
|||
cost=33
|
||||
usage=fighter
|
||||
unit_description= _ "Ogres are giant creatures that usually live alone in the wilderness, remarkably similar to humans in form, though large and misshapen. While they can be easily outrun or outsmarted, their strength is not to be underestimated."
|
||||
die_sound=ogre-die.wav
|
||||
die_sound={SOUND_LIST:OGRE_DIE}
|
||||
[attack]
|
||||
name=cleaver
|
||||
description=_"cleaver"
|
||||
|
@ -28,7 +28,7 @@
|
|||
damage=10
|
||||
number=3
|
||||
[/attack]
|
||||
{DEFENSE_ANIM "units/ogres/ogre-defend.png" "units/ogres/ogre.png" ogre-hit.wav }
|
||||
{DEFENSE_ANIM "units/ogres/ogre-defend.png" "units/ogres/ogre.png" {SOUND_LIST:OGRE_HIT} }
|
||||
[idle_anim]
|
||||
{STANDARD_IDLE_FILTER}
|
||||
[frame]
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
cost=15
|
||||
usage=fighter
|
||||
unit_description= _ "When still young, Ogres are sometimes captured and taken into armies to be trained. They cannot manage weapons skillfully, but they compensate for that lack with great strength."
|
||||
die_sound=ogre-die.wav
|
||||
die_sound={SOUND_LIST:OGRE_DIE}
|
||||
[attack]
|
||||
name=cleaver
|
||||
description=_"cleaver"
|
||||
|
@ -28,7 +28,7 @@
|
|||
damage=5
|
||||
number=3
|
||||
[/attack]
|
||||
{DEFENSE_ANIM "units/ogres/young-ogre-defend.png" "units/ogres/young-ogre.png" ogre-hit.wav }
|
||||
{DEFENSE_ANIM "units/ogres/young-ogre-defend.png" "units/ogres/young-ogre.png" {SOUND_LIST:OGRE_HIT} }
|
||||
[idle_anim]
|
||||
{STANDARD_IDLE_FILTER}
|
||||
start_time=0
|
||||
|
|
Loading…
Add table
Reference in a new issue