Merge gryphon sounds into trunk/ (2006-07-22T15:55:03Z!lari.nieminen@iki.fi)
This commit is contained in:
commit
4f3cea5a88
13 changed files with 12 additions and 6 deletions
|
@ -47,6 +47,12 @@ goblin-hit-1.ogg,goblin-hit-2.ogg,goblin-hit-3.ogg #enddef
|
|||
#define SOUND_LIST:GOBLIN_DIE
|
||||
goblin-die-1.ogg,goblin-die-2.ogg #enddef
|
||||
|
||||
#define SOUND_LIST:GRYPHON_HIT
|
||||
gryphon-hit-1.ogg,gryphon-hit-2.ogg,gryphon-hit-3.ogg #enddef
|
||||
|
||||
#define SOUND_LIST:GRYPHON_DIE
|
||||
gryphon-die-1.ogg,gryphon-die-2.ogg #enddef
|
||||
|
||||
#define SOUND_LIST:HORSE_HIT
|
||||
horse-hit-1.ogg,horse-hit-2.ogg,horse-hit-3.ogg #enddef
|
||||
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
cost=40
|
||||
usage=scout
|
||||
unit_description= _ "These majestic and powerful creatures are masters of the sky. Gryphons are both dangerous and wary of other intelligent creatures, and thus should not be disturbed without a good reason."
|
||||
get_hit_sound=gryphon-hit.ogg
|
||||
die_sound=gryphon-die.ogg
|
||||
get_hit_sound={SOUND_LIST:GRYPHON_HIT}
|
||||
die_sound={SOUND_LIST:GRYPHON_DIE}
|
||||
[defense]
|
||||
mountains=40
|
||||
[/defense]
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
cost=37
|
||||
usage=scout
|
||||
unit_description= _ "Gryphon Masters have long experience flying the Gryphons, which have become an extension of themselves. This special relationship makes the heart of the earth-bound tremble, for these mighty pairs may strike from anywhere."
|
||||
get_hit_sound=gryphon-hit.ogg
|
||||
die_sound=gryphon-die.ogg
|
||||
get_hit_sound={SOUND_LIST:GRYPHON_HIT}
|
||||
die_sound={SOUND_LIST:GRYPHON_DIE}
|
||||
[defense]
|
||||
mountains=40
|
||||
[/defense]
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
cost=24
|
||||
usage=scout
|
||||
unit_description= _ "Only a few are able to bond with the mighty Gryphons. Those who do may become Gryphon Riders, and discover the world of the skies upon the backs of these flying beasts."
|
||||
get_hit_sound=gryphon-hit.ogg
|
||||
die_sound=gryphon-die.ogg
|
||||
get_hit_sound={SOUND_LIST:GRYPHON_HIT}
|
||||
die_sound={SOUND_LIST:GRYPHON_DIE}
|
||||
[defense]
|
||||
mountains=40
|
||||
[/defense]
|
||||
|
|
BIN
sounds/gryphon-die-1.ogg
Normal file
BIN
sounds/gryphon-die-1.ogg
Normal file
Binary file not shown.
BIN
sounds/gryphon-die-2.ogg
Normal file
BIN
sounds/gryphon-die-2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
sounds/gryphon-hit-1.ogg
Normal file
BIN
sounds/gryphon-hit-1.ogg
Normal file
Binary file not shown.
BIN
sounds/gryphon-hit-2.ogg
Normal file
BIN
sounds/gryphon-hit-2.ogg
Normal file
Binary file not shown.
BIN
sounds/gryphon-hit-3.ogg
Normal file
BIN
sounds/gryphon-hit-3.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
sounds/gryphon-shriek-1.ogg
Normal file
BIN
sounds/gryphon-shriek-1.ogg
Normal file
Binary file not shown.
BIN
sounds/gryphon-shriek-2.ogg
Normal file
BIN
sounds/gryphon-shriek-2.ogg
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue