From 6a80af3704d5cbde47064e1e7ad5c9127f818bef Mon Sep 17 00:00:00 2001 From: Ledmitz Date: Fri, 13 Nov 2020 21:19:54 +0000 Subject: Added Golem sfx and changed references in xml. --- LICENSE | 4 ++++ monsters.xml | 9 +++------ sfx/monsters/golem/die1.ogg | Bin 0 -> 98007 bytes sfx/monsters/golem/hit1.ogg | Bin 0 -> 10220 bytes sfx/monsters/golem/miss1.ogg | Bin 0 -> 11480 bytes 5 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 sfx/monsters/golem/die1.ogg create mode 100644 sfx/monsters/golem/hit1.ogg create mode 100644 sfx/monsters/golem/miss1.ogg diff --git a/LICENSE b/LICENSE index dd4e17cc..92e5ccde 100644 --- a/LICENSE +++ b/LICENSE @@ -1502,6 +1502,10 @@ legal@themanaworld.org 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) +### Golem + sfx/monsters/golem/die1.ogg (Ledmitz) (CC BY-SA 3.0) (-) + sfx/monsters/golem/hit1.ogg (Ledmitz) (CC BY-SA 3.0) (-) + sfx/monsters/golem/miss1.ogg (Ledmitz) (CC BY-SA 3.0) (-) ### 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 2837ebdf..32b54f2a 100644 --- a/monsters.xml +++ b/monsters.xml @@ -661,12 +661,9 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or monsters/golem.xml - monsters/tortuga/die1.ogg - monsters/tortuga/hit1.ogg - monsters/tortuga/hit2.ogg - monsters/tortuga/hurt1.ogg - monsters/tortuga/miss1.ogg - monsters/tortuga/spawn1.ogg + monsters/golem/die1.ogg + monsters/golem/hit1.ogg + monsters/golem/miss1.ogg monsters/skeleton.xml diff --git a/sfx/monsters/golem/die1.ogg b/sfx/monsters/golem/die1.ogg new file mode 100644 index 00000000..b9e5c1e5 Binary files /dev/null and b/sfx/monsters/golem/die1.ogg differ diff --git a/sfx/monsters/golem/hit1.ogg b/sfx/monsters/golem/hit1.ogg new file mode 100644 index 00000000..4e0fcc34 Binary files /dev/null and b/sfx/monsters/golem/hit1.ogg differ diff --git a/sfx/monsters/golem/miss1.ogg b/sfx/monsters/golem/miss1.ogg new file mode 100644 index 00000000..4c29a876 Binary files /dev/null and b/sfx/monsters/golem/miss1.ogg differ -- cgit v1.2.3-70-g09d2