summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2020-08-25 00:10:02 +0000
committerJesusaves <cpntb1@ymail.com>2020-08-25 00:10:02 +0000
commitca068013110951b5e1ff8879b618b104a8ecbda2 (patch)
treefed4715fc83ec5d1b8495569e5ec61ee1a8f4228
parentfea4902054590437e0b5167349cb645400daadda (diff)
downloadclientdata-ca068013110951b5e1ff8879b618b104a8ecbda2.tar.gz
clientdata-ca068013110951b5e1ff8879b618b104a8ecbda2.tar.bz2
clientdata-ca068013110951b5e1ff8879b618b104a8ecbda2.tar.xz
clientdata-ca068013110951b5e1ff8879b618b104a8ecbda2.zip
ghost: 1 die and 3 move sounds
-rw-r--r--LICENSE5
-rw-r--r--monsters.xml7
-rw-r--r--sfx/monsters/ghost/die1.oggbin0 -> 45833 bytes
-rw-r--r--sfx/monsters/ghost/move1.oggbin0 -> 22686 bytes
-rw-r--r--sfx/monsters/ghost/move2.oggbin0 -> 23724 bytes
-rw-r--r--sfx/monsters/ghost/move3.oggbin0 -> 30949 bytes
6 files changed, 12 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 00fa8590..4593c801 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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
new file mode 100644
index 00000000..cea2d1d9
--- /dev/null
+++ b/sfx/monsters/ghost/die1.ogg
Binary files differ
diff --git a/sfx/monsters/ghost/move1.ogg b/sfx/monsters/ghost/move1.ogg
new file mode 100644
index 00000000..2cf4cd34
--- /dev/null
+++ b/sfx/monsters/ghost/move1.ogg
Binary files differ
diff --git a/sfx/monsters/ghost/move2.ogg b/sfx/monsters/ghost/move2.ogg
new file mode 100644
index 00000000..f1948703
--- /dev/null
+++ b/sfx/monsters/ghost/move2.ogg
Binary files differ
diff --git a/sfx/monsters/ghost/move3.ogg b/sfx/monsters/ghost/move3.ogg
new file mode 100644
index 00000000..ab5c7e1d
--- /dev/null
+++ b/sfx/monsters/ghost/move3.ogg
Binary files differ