From 121669daa688cc7cccf4a2d1345047fda4bc1d4a Mon Sep 17 00:00:00 2001 From: Ledmitz <69915785+Ledmitz@users.noreply.github.com> Date: Wed, 30 Sep 2020 22:20:50 +0000 Subject: Added tengu sounds. (#393) --- license.md | 9 +++++++++ monsters/monster1140_Tengu.xml | 8 ++++++++ sfx/monsters/tengu/crit1.ogg | Bin 0 -> 8176 bytes sfx/monsters/tengu/die1.ogg | Bin 0 -> 11280 bytes sfx/monsters/tengu/hit1.ogg | Bin 0 -> 7688 bytes sfx/monsters/tengu/hit2.ogg | Bin 0 -> 7621 bytes sfx/monsters/tengu/hit3.ogg | Bin 0 -> 7589 bytes sfx/monsters/tengu/hurt1.ogg | Bin 0 -> 7286 bytes sfx/monsters/tengu/hurt2.ogg | Bin 0 -> 7277 bytes sfx/monsters/tengu/hurt3.ogg | Bin 0 -> 7281 bytes sfx/monsters/tengu/miss1.ogg | Bin 0 -> 7274 bytes 11 files changed, 17 insertions(+) create mode 100644 sfx/monsters/tengu/crit1.ogg create mode 100644 sfx/monsters/tengu/die1.ogg create mode 100644 sfx/monsters/tengu/hit1.ogg create mode 100644 sfx/monsters/tengu/hit2.ogg create mode 100644 sfx/monsters/tengu/hit3.ogg create mode 100644 sfx/monsters/tengu/hurt1.ogg create mode 100644 sfx/monsters/tengu/hurt2.ogg create mode 100644 sfx/monsters/tengu/hurt3.ogg create mode 100644 sfx/monsters/tengu/miss1.ogg 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/tengu.xml + monsters/tengu/die1.ogg + monsters/tengu/hit1.ogg + monsters/tengu/hit2.ogg + monsters/tengu/hit3.ogg + monsters/tengu/hurt1.ogg + monsters/tengu/hurt2.ogg + monsters/tengu/hurt3.ogg + monsters/tengu/miss1.ogg diff --git a/sfx/monsters/tengu/crit1.ogg b/sfx/monsters/tengu/crit1.ogg new file mode 100644 index 00000000..038e2ea5 Binary files /dev/null and b/sfx/monsters/tengu/crit1.ogg differ diff --git a/sfx/monsters/tengu/die1.ogg b/sfx/monsters/tengu/die1.ogg new file mode 100644 index 00000000..502455aa Binary files /dev/null and b/sfx/monsters/tengu/die1.ogg differ diff --git a/sfx/monsters/tengu/hit1.ogg b/sfx/monsters/tengu/hit1.ogg new file mode 100644 index 00000000..1a26612d Binary files /dev/null and b/sfx/monsters/tengu/hit1.ogg differ diff --git a/sfx/monsters/tengu/hit2.ogg b/sfx/monsters/tengu/hit2.ogg new file mode 100644 index 00000000..1dca4dc5 Binary files /dev/null and b/sfx/monsters/tengu/hit2.ogg differ diff --git a/sfx/monsters/tengu/hit3.ogg b/sfx/monsters/tengu/hit3.ogg new file mode 100644 index 00000000..ea09559a Binary files /dev/null and b/sfx/monsters/tengu/hit3.ogg differ diff --git a/sfx/monsters/tengu/hurt1.ogg b/sfx/monsters/tengu/hurt1.ogg new file mode 100644 index 00000000..02639cf5 Binary files /dev/null and b/sfx/monsters/tengu/hurt1.ogg differ diff --git a/sfx/monsters/tengu/hurt2.ogg b/sfx/monsters/tengu/hurt2.ogg new file mode 100644 index 00000000..ad1a5e4d Binary files /dev/null and b/sfx/monsters/tengu/hurt2.ogg differ diff --git a/sfx/monsters/tengu/hurt3.ogg b/sfx/monsters/tengu/hurt3.ogg new file mode 100644 index 00000000..f880f4ca Binary files /dev/null and b/sfx/monsters/tengu/hurt3.ogg differ diff --git a/sfx/monsters/tengu/miss1.ogg b/sfx/monsters/tengu/miss1.ogg new file mode 100644 index 00000000..b39ac42e Binary files /dev/null and b/sfx/monsters/tengu/miss1.ogg differ -- cgit v1.2.3-70-g09d2