summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <69915785+Ledmitz@users.noreply.github.com>2020-09-30 22:20:50 +0000
committerGitHub <noreply@github.com>2020-09-30 22:20:50 +0000
commit121669daa688cc7cccf4a2d1345047fda4bc1d4a (patch)
treee52bd654d2adee0e8c787e32a4361879d3d3cc03
parent0cde6972c30f166d5d604b055e18bfa946e23cf9 (diff)
downloadclientdata-121669daa688cc7cccf4a2d1345047fda4bc1d4a.tar.gz
clientdata-121669daa688cc7cccf4a2d1345047fda4bc1d4a.tar.bz2
clientdata-121669daa688cc7cccf4a2d1345047fda4bc1d4a.tar.xz
clientdata-121669daa688cc7cccf4a2d1345047fda4bc1d4a.zip
Added tengu sounds. (#393)
-rw-r--r--license.md9
-rw-r--r--monsters/monster1140_Tengu.xml8
-rw-r--r--sfx/monsters/tengu/crit1.oggbin0 -> 8176 bytes
-rw-r--r--sfx/monsters/tengu/die1.oggbin0 -> 11280 bytes
-rw-r--r--sfx/monsters/tengu/hit1.oggbin0 -> 7688 bytes
-rw-r--r--sfx/monsters/tengu/hit2.oggbin0 -> 7621 bytes
-rw-r--r--sfx/monsters/tengu/hit3.oggbin0 -> 7589 bytes
-rw-r--r--sfx/monsters/tengu/hurt1.oggbin0 -> 7286 bytes
-rw-r--r--sfx/monsters/tengu/hurt2.oggbin0 -> 7277 bytes
-rw-r--r--sfx/monsters/tengu/hurt3.oggbin0 -> 7281 bytes
-rw-r--r--sfx/monsters/tengu/miss1.oggbin0 -> 7274 bytes
11 files changed, 17 insertions, 0 deletions
diff --git a/license.md b/license.md
index 115be213..52c3d87d 100644
--- a/license.md
+++ b/license.md
@@ -1182,6 +1182,15 @@ File | Artists | Licenses
`sfx/monsters/squirrel/squirrel-die2.ogg` | Krazyjakee | GPLv2
`sfx/monsters/squirrel/squirrel-hurt1.ogg` | Krazyjakee | GPLv2
`sfx/monsters/squirrel/squirrel-hurt2.ogg` | Krazyjakee | GPLv2
+`sfx/monsters/tengu/tengu-crit1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/monsters/tengu/tengu-die1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/monsters/tengu/tengu-hit1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/monsters/tengu/tengu-hit2.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/monsters/tengu/tengu-hit3.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/monsters/tengu/tengu-hurt1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/monsters/tengu/tengu-hurt2.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/monsters/tengu/tengu-hurt3.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/monsters/tengu/tengu-miss1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
`sfx/monsters/wolvern/wolvern-dying1.ogg` | Chicka-Maria | GPLv2, CC BY-SA 3.0
`sfx/monsters/wolvern/wolvern-hit1.ogg` | Chicka-Maria | GPLv2, CC BY-SA 3.0
`sfx/monsters/wolvern/wolvern-hit2.ogg` | Chicka-Maria | GPLv2, CC BY-SA 3.0
diff --git a/monsters/monster1140_Tengu.xml b/monsters/monster1140_Tengu.xml
index 25a2e4e6..a9f91e91 100644
--- a/monsters/monster1140_Tengu.xml
+++ b/monsters/monster1140_Tengu.xml
@@ -2,5 +2,13 @@
<monsters offset="0">
<monster id="1140" name="Tengu">
<sprite>monsters/tengu.xml</sprite>
+ <sound event="die">monsters/tengu/die1.ogg</sound>
+ <sound event="hit">monsters/tengu/hit1.ogg</sound>
+ <sound event="hit">monsters/tengu/hit2.ogg</sound>
+ <sound event="hit">monsters/tengu/hit3.ogg</sound>
+ <sound event="hurt">monsters/tengu/hurt1.ogg</sound>
+ <sound event="hurt">monsters/tengu/hurt2.ogg</sound>
+ <sound event="hurt">monsters/tengu/hurt3.ogg</sound>
+ <sound event="miss">monsters/tengu/miss1.ogg</sound>
</monster>
</monsters>
diff --git a/sfx/monsters/tengu/crit1.ogg b/sfx/monsters/tengu/crit1.ogg
new file mode 100644
index 00000000..038e2ea5
--- /dev/null
+++ b/sfx/monsters/tengu/crit1.ogg
Binary files differ
diff --git a/sfx/monsters/tengu/die1.ogg b/sfx/monsters/tengu/die1.ogg
new file mode 100644
index 00000000..502455aa
--- /dev/null
+++ b/sfx/monsters/tengu/die1.ogg
Binary files differ
diff --git a/sfx/monsters/tengu/hit1.ogg b/sfx/monsters/tengu/hit1.ogg
new file mode 100644
index 00000000..1a26612d
--- /dev/null
+++ b/sfx/monsters/tengu/hit1.ogg
Binary files differ
diff --git a/sfx/monsters/tengu/hit2.ogg b/sfx/monsters/tengu/hit2.ogg
new file mode 100644
index 00000000..1dca4dc5
--- /dev/null
+++ b/sfx/monsters/tengu/hit2.ogg
Binary files differ
diff --git a/sfx/monsters/tengu/hit3.ogg b/sfx/monsters/tengu/hit3.ogg
new file mode 100644
index 00000000..ea09559a
--- /dev/null
+++ b/sfx/monsters/tengu/hit3.ogg
Binary files differ
diff --git a/sfx/monsters/tengu/hurt1.ogg b/sfx/monsters/tengu/hurt1.ogg
new file mode 100644
index 00000000..02639cf5
--- /dev/null
+++ b/sfx/monsters/tengu/hurt1.ogg
Binary files differ
diff --git a/sfx/monsters/tengu/hurt2.ogg b/sfx/monsters/tengu/hurt2.ogg
new file mode 100644
index 00000000..ad1a5e4d
--- /dev/null
+++ b/sfx/monsters/tengu/hurt2.ogg
Binary files differ
diff --git a/sfx/monsters/tengu/hurt3.ogg b/sfx/monsters/tengu/hurt3.ogg
new file mode 100644
index 00000000..f880f4ca
--- /dev/null
+++ b/sfx/monsters/tengu/hurt3.ogg
Binary files differ
diff --git a/sfx/monsters/tengu/miss1.ogg b/sfx/monsters/tengu/miss1.ogg
new file mode 100644
index 00000000..b39ac42e
--- /dev/null
+++ b/sfx/monsters/tengu/miss1.ogg
Binary files differ