summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2020-09-12 22:17:53 +0000
committerLedmitz <smoothshifter@tuta.io>2020-09-12 22:17:53 +0000
commitf1c32261310be4fb404917e292e76d1fa50ddff7 (patch)
tree30174009281505db00fcb1c50069049ef099b687
parentee4aae7fd329b62a7d5f50e497b021bf266d6b5c (diff)
downloadclientdata-f1c32261310be4fb404917e292e76d1fa50ddff7.tar.gz
clientdata-f1c32261310be4fb404917e292e76d1fa50ddff7.tar.bz2
clientdata-f1c32261310be4fb404917e292e76d1fa50ddff7.tar.xz
clientdata-f1c32261310be4fb404917e292e76d1fa50ddff7.zip
Added ghost sounds
-rw-r--r--license.md4
-rw-r--r--monsters/monster1125_ManaGhost.xml4
-rw-r--r--monsters/monster1136_LesserGhost.xml4
-rw-r--r--sfx/monsters/ghost/ghost-die1.oggbin0 -> 45833 bytes
-rw-r--r--sfx/monsters/ghost/ghost-move1.oggbin0 -> 22686 bytes
-rw-r--r--sfx/monsters/ghost/ghost-move2.oggbin0 -> 23724 bytes
-rw-r--r--sfx/monsters/ghost/ghost-move3.oggbin0 -> 30949 bytes
7 files changed, 12 insertions, 0 deletions
diff --git a/license.md b/license.md
index 87e8ecc2..1b56455f 100644
--- a/license.md
+++ b/license.md
@@ -1143,6 +1143,10 @@ File | Artists | Licenses
`sfx/monsters/fluffy/fluffy-hit3.ogg` | Cosmostrator | GPLv2
`sfx/monsters/fluffy/fluffy-hurt1.ogg` | Cosmostrator | GPLv2
`sfx/monsters/fluffy/fluffy-miss1.ogg` | Cosmostrator | GPLv2
+`sfx/monsters/ghost/ghost-die1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/monsters/ghost/ghost-move1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/monsters/ghost/ghost-move2.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/monsters/ghost/ghost-move3.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
`sfx/monsters/golem/die.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
`sfx/monsters/loghead/loghead-die1.ogg` | Chicka-Maria | GPLv2, CC BY-SA 3.0
`sfx/monsters/loghead/loghead-hit1.ogg` | Chicka-Maria | GPLv2, CC BY-SA 3.0
diff --git a/monsters/monster1125_ManaGhost.xml b/monsters/monster1125_ManaGhost.xml
index 2ca73bde..f711bfa7 100644
--- a/monsters/monster1125_ManaGhost.xml
+++ b/monsters/monster1125_ManaGhost.xml
@@ -2,5 +2,9 @@
<monsters offset="0">
<monster id="1125" name="Mana Ghost">
<sprite>monsters/mana-ghost.xml</sprite>
+ <sound event="die">monsters/ghost/ghost-die1.ogg</sound>
+ <sound event="move">monsters/ghost/ghost-move1.ogg</sound>
+ <sound event="move">monsters/ghost/ghost-move2.ogg</sound>
+ <sound event="move">monsters/ghost/ghost-move3.ogg</sound>
</monster>
</monsters>
diff --git a/monsters/monster1136_LesserGhost.xml b/monsters/monster1136_LesserGhost.xml
index def63655..1fbf880c 100644
--- a/monsters/monster1136_LesserGhost.xml
+++ b/monsters/monster1136_LesserGhost.xml
@@ -2,5 +2,9 @@
<monsters offset="0">
<monster id="1136" name="Lesser Ghost">
<sprite>monsters/mana-ghost.xml</sprite>
+ <sound event="die">monsters/ghost/ghost-die1.ogg</sound>
+ <sound event="move">monsters/ghost/ghost-move1.ogg</sound>
+ <sound event="move">monsters/ghost/ghost-move2.ogg</sound>
+ <sound event="move">monsters/ghost/ghost-move3.ogg</sound>
</monster>
</monsters>
diff --git a/sfx/monsters/ghost/ghost-die1.ogg b/sfx/monsters/ghost/ghost-die1.ogg
new file mode 100644
index 00000000..cea2d1d9
--- /dev/null
+++ b/sfx/monsters/ghost/ghost-die1.ogg
Binary files differ
diff --git a/sfx/monsters/ghost/ghost-move1.ogg b/sfx/monsters/ghost/ghost-move1.ogg
new file mode 100644
index 00000000..2cf4cd34
--- /dev/null
+++ b/sfx/monsters/ghost/ghost-move1.ogg
Binary files differ
diff --git a/sfx/monsters/ghost/ghost-move2.ogg b/sfx/monsters/ghost/ghost-move2.ogg
new file mode 100644
index 00000000..f1948703
--- /dev/null
+++ b/sfx/monsters/ghost/ghost-move2.ogg
Binary files differ
diff --git a/sfx/monsters/ghost/ghost-move3.ogg b/sfx/monsters/ghost/ghost-move3.ogg
new file mode 100644
index 00000000..ab5c7e1d
--- /dev/null
+++ b/sfx/monsters/ghost/ghost-move3.ogg
Binary files differ