diff options
author | Ledmitz <smoothshifter@tuta.io> | 2020-08-25 00:10:02 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-25 00:10:02 +0000 |
commit | ca068013110951b5e1ff8879b618b104a8ecbda2 (patch) | |
tree | fed4715fc83ec5d1b8495569e5ec61ee1a8f4228 | |
parent | fea4902054590437e0b5167349cb645400daadda (diff) | |
download | clientdata-ca068013110951b5e1ff8879b618b104a8ecbda2.tar.gz clientdata-ca068013110951b5e1ff8879b618b104a8ecbda2.tar.bz2 clientdata-ca068013110951b5e1ff8879b618b104a8ecbda2.tar.xz clientdata-ca068013110951b5e1ff8879b618b104a8ecbda2.zip |
ghost: 1 die and 3 move sounds
-rw-r--r-- | LICENSE | 5 | ||||
-rw-r--r-- | monsters.xml | 7 | ||||
-rw-r--r-- | sfx/monsters/ghost/die1.ogg | bin | 0 -> 45833 bytes | |||
-rw-r--r-- | sfx/monsters/ghost/move1.ogg | bin | 0 -> 22686 bytes | |||
-rw-r--r-- | sfx/monsters/ghost/move2.ogg | bin | 0 -> 23724 bytes | |||
-rw-r--r-- | sfx/monsters/ghost/move3.ogg | bin | 0 -> 30949 bytes |
6 files changed, 12 insertions, 0 deletions
@@ -1177,6 +1177,11 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE sfx/monsters/flower/miss1.ogg (LEGACY) (CC BY-SA 3.0) (Micksha) ### Frostiana sfx/monsters/frostiana/hit1.ogg (Cosmostrator) (CC BY-SA 3.0) (-) +### Ghost + sfx/monsters/ghost/die1.ogg (Ledmitz) (CC BY-SA 3.0) (Alivvie) + sfx/monsters/ghost/move1.ogg (Ledmitz) (CC BY-SA 3.0) (Alivvie) + sfx/monsters/ghost/move2.ogg (Ledmitz) (CC BY-SA 3.0) (Alivvie) + sfx/monsters/ghost/move3.ogg (Ledmitz) (CC BY-SA 3.0) (Alivvie) ### Piou sfx/monsters/piou/die1.ogg (Ezili) (CC BY-SA 3.0) (Reid, Socapex) sfx/monsters/piou/hit1.ogg (Ezili) (CC BY-SA 3.0) (Reid, Socapex) diff --git a/monsters.xml b/monsters.xml index 30fa29c0..f0cb8c14 100644 --- a/monsters.xml +++ b/monsters.xml @@ -500,9 +500,16 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or </monster> <monster id="1101" name="Mana Ghost" walkType="fly" targetCursor="small"> <sprite>monsters/mana-ghost.xml</sprite> + <sound event="move">monsters/ghost/move1.ogg</sound> + <sound event="move">monsters/ghost/move2.ogg</sound> + <sound event="move">monsters/ghost/move3.ogg</sound> </monster> <monster id="1102" name="Game Balance" walkType="fly" targetCursor="medium"> <sprite>monsters/mana-ghost.xml</sprite> + <sound event="die">monsters/ghost/die1.ogg</sound> + <sound event="move">monsters/ghost/move1.ogg</sound> + <sound event="move">monsters/ghost/move2.ogg</sound> + <sound event="move">monsters/ghost/move3.ogg</sound> </monster> <monster id="1103" name="Angry Crafty" targetCursor="small"> <sprite>monsters/crafty.xml</sprite> diff --git a/sfx/monsters/ghost/die1.ogg b/sfx/monsters/ghost/die1.ogg Binary files differnew file mode 100644 index 00000000..cea2d1d9 --- /dev/null +++ b/sfx/monsters/ghost/die1.ogg diff --git a/sfx/monsters/ghost/move1.ogg b/sfx/monsters/ghost/move1.ogg Binary files differnew file mode 100644 index 00000000..2cf4cd34 --- /dev/null +++ b/sfx/monsters/ghost/move1.ogg diff --git a/sfx/monsters/ghost/move2.ogg b/sfx/monsters/ghost/move2.ogg Binary files differnew file mode 100644 index 00000000..f1948703 --- /dev/null +++ b/sfx/monsters/ghost/move2.ogg diff --git a/sfx/monsters/ghost/move3.ogg b/sfx/monsters/ghost/move3.ogg Binary files differnew file mode 100644 index 00000000..ab5c7e1d --- /dev/null +++ b/sfx/monsters/ghost/move3.ogg |