diff options
author | Ledmitz <69915785+Ledmitz@users.noreply.github.com> | 2020-09-30 22:19:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 22:19:50 +0000 |
commit | 0cde6972c30f166d5d604b055e18bfa946e23cf9 (patch) | |
tree | 41af9e15f985c6c052d2911cc492ae518ccfbe9d | |
parent | 190ffb4d142a8c5140e5cd8e460cd48fd591551a (diff) | |
download | clientdata-0cde6972c30f166d5d604b055e18bfa946e23cf9.tar.gz clientdata-0cde6972c30f166d5d604b055e18bfa946e23cf9.tar.bz2 clientdata-0cde6972c30f166d5d604b055e18bfa946e23cf9.tar.xz clientdata-0cde6972c30f166d5d604b055e18bfa946e23cf9.zip |
Added hit and miss sounds for Golems.
To do: hurt (if wanted) (#394)
-rw-r--r-- | license.md | 2 | ||||
-rw-r--r-- | monsters/monster1145_Golem.xml | 2 | ||||
-rw-r--r-- | monsters/monster1148_DoomGolem.xml | 2 | ||||
-rw-r--r-- | sfx/monsters/golem/hit1.ogg | bin | 0 -> 10220 bytes | |||
-rw-r--r-- | sfx/monsters/golem/miss1.ogg | bin | 0 -> 11480 bytes |
5 files changed, 6 insertions, 0 deletions
@@ -1144,6 +1144,8 @@ File | Artists | Licenses `sfx/monsters/fluffy/fluffy-hurt1.ogg` | Cosmostrator | GPLv2 `sfx/monsters/fluffy/fluffy-miss1.ogg` | Cosmostrator | GPLv2 `sfx/monsters/golem/die.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/golem/hit1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/monsters/golem/miss1.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 `sfx/monsters/loghead/loghead-hurt1.ogg` | Cosmostrator | GPLv2 diff --git a/monsters/monster1145_Golem.xml b/monsters/monster1145_Golem.xml index acac797d..63d8e6ee 100644 --- a/monsters/monster1145_Golem.xml +++ b/monsters/monster1145_Golem.xml @@ -5,5 +5,7 @@ <!-- No folder for this --> <attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/fire-burst.xml" action="attack"/> <sound event="die">monsters/golem/die.ogg</sound> + <sound event="hit">monsters/golem/hit1.ogg</sound> + <sound event="miss">monsters/golem/miss1.ogg</sound> </monster> </monsters> diff --git a/monsters/monster1148_DoomGolem.xml b/monsters/monster1148_DoomGolem.xml index 9059f45d..e1b8027a 100644 --- a/monsters/monster1148_DoomGolem.xml +++ b/monsters/monster1148_DoomGolem.xml @@ -4,5 +4,7 @@ <sprite>monsters/golem-red.xml</sprite> <attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/fire-burst.xml" action="attack"/> <sound event="die">monsters/golem/die.ogg</sound> + <sound event="hit">monsters/golem/hit1.ogg</sound> + <sound event="miss">monsters/golem/miss1.ogg</sound> </monster> </monsters> diff --git a/sfx/monsters/golem/hit1.ogg b/sfx/monsters/golem/hit1.ogg Binary files differnew file mode 100644 index 00000000..4e0fcc34 --- /dev/null +++ b/sfx/monsters/golem/hit1.ogg diff --git a/sfx/monsters/golem/miss1.ogg b/sfx/monsters/golem/miss1.ogg Binary files differnew file mode 100644 index 00000000..4c29a876 --- /dev/null +++ b/sfx/monsters/golem/miss1.ogg |