summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2020-09-16 21:29:59 +0000
committerLedmitz <smoothshifter@tuta.io>2020-09-16 21:29:59 +0000
commita6c420be6e737920f553883436c9e68ec2f36cac (patch)
tree8d7419975691c638284fa0ae2c0ddc9d5ef9c3fd
parentee4aae7fd329b62a7d5f50e497b021bf266d6b5c (diff)
downloadclientdata-a6c420be6e737920f553883436c9e68ec2f36cac.tar.gz
clientdata-a6c420be6e737920f553883436c9e68ec2f36cac.tar.bz2
clientdata-a6c420be6e737920f553883436c9e68ec2f36cac.tar.xz
clientdata-a6c420be6e737920f553883436c9e68ec2f36cac.zip
Added sounds for chiza, generic weapon misses and altered managuardian and slayer to use them
-rw-r--r--items/misc/item1700_magicblade.xml3
-rw-r--r--license.md6
-rw-r--r--monsters/monster1138_ManaGuardian.xml3
-rw-r--r--monsters/monster1143_ManaSlayer.xml5
-rw-r--r--sfx/magic/chiza1.oggbin0 -> 14069 bytes
-rw-r--r--sfx/magic/chiza2.oggbin0 -> 13614 bytes
-rw-r--r--sfx/magic/chiza3.oggbin0 -> 13350 bytes
-rw-r--r--sfx/weapons/miss1.oggbin0 -> 10036 bytes
-rw-r--r--sfx/weapons/miss2.oggbin0 -> 9926 bytes
-rw-r--r--sfx/weapons/miss3.oggbin0 -> 9657 bytes
10 files changed, 17 insertions, 0 deletions
diff --git a/items/misc/item1700_magicblade.xml b/items/misc/item1700_magicblade.xml
index 6c55157a..7d557464 100644
--- a/items/misc/item1700_magicblade.xml
+++ b/items/misc/item1700_magicblade.xml
@@ -8,5 +8,8 @@
</its:rules>
<item id="1700" name="Magic Blade" attack-action="attack" attack-range="1" missile-particle="graphics/particles/magic.darkred.xml">
<sprite>equipment/weapons/dagger.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite>
+ <sound event="hit">magic/chiza1.ogg</sound>
+ <sound event="hit">magic/chiza2.ogg</sound>
+ <sound event="hit">magic/chiza3.ogg</sound>
</item>
</items>
diff --git a/license.md b/license.md
index 87e8ecc2..c9575d52 100644
--- a/license.md
+++ b/license.md
@@ -1128,6 +1128,9 @@ File | Artists | Licenses
`sfx/env/env-riverflow1.ogg` | Dariuna | GPLv2
`sfx/env/env-waterfall1.ogg` | Dariuna | GPLv2
`sfx/env/fart.ogg` | unknown | CC0
+`sfx/magic/chiza1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/magic/chiza2.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/magic/chiza3.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
`sfx/magic/kaflosh.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
`sfx/monsters/bat/bat-dying1.ogg` | Cosmostrator | GPLv2
`sfx/monsters/bat/bat-hit1.ogg` | Cosmostrator | GPLv2
@@ -1185,6 +1188,9 @@ File | Artists | Licenses
`sfx/system/levelup.ogg` | Cosmostrator | GPLv2
`sfx/system/ship-bell2.ogg` | unknown | (public domain)
`sfx/system/warning.ogg` | Jesusalva | (public domain)
+`sfx/weapons/miss1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/weapons/miss2.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
+`sfx/weapons/miss3.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
`sfx/weapons/bows/bow_shoot_1.ogg` | Cosmostrator | GPLv2
`sfx/weapons/knives/knife-hit1.ogg` | Cosmostrator | GPLv2
`sfx/weapons/knives/knife-miss1.ogg` | Cosmostrator | GPLv2
diff --git a/monsters/monster1138_ManaGuardian.xml b/monsters/monster1138_ManaGuardian.xml
index e7e7650f..c4d6b8a8 100644
--- a/monsters/monster1138_ManaGuardian.xml
+++ b/monsters/monster1138_ManaGuardian.xml
@@ -11,5 +11,8 @@
<sprite>equipment/head/aureole.xml</sprite>
<particlefx>graphics/particles/angel.particle.xml</particlefx>
<attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/fire-burst.xml" action="attack"/>
+ <sound event="hit">magic/confringo1.ogg</sound>
+ <sound event="hit">magic/confringo2.ogg</sound>
+ <sound event="hit">magic/confringo3.ogg</sound>
</monster>
</monsters>
diff --git a/monsters/monster1143_ManaSlayer.xml b/monsters/monster1143_ManaSlayer.xml
index d06dd2a0..10549b51 100644
--- a/monsters/monster1143_ManaSlayer.xml
+++ b/monsters/monster1143_ManaSlayer.xml
@@ -11,5 +11,10 @@
<sprite>equipment/head/aureole.xml</sprite>
<sprite>equipment/weapons/sandcutter.xml</sprite>
<attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/fire-burst.xml" action="attack"/>
+ <sound event="hit">weapons/knives/knife-rock-hit1.ogg</sound>
+ <sound event="hit">weapons/knives/knife-rock-hit2.ogg</sound>
+ <sound event="miss">weapons/miss1.ogg</sound>
+ <sound event="miss">weapons/miss2.ogg</sound>
+ <sound event="miss">weapons/miss3.ogg</sound>
</monster>
</monsters>
diff --git a/sfx/magic/chiza1.ogg b/sfx/magic/chiza1.ogg
new file mode 100644
index 00000000..e8a7a254
--- /dev/null
+++ b/sfx/magic/chiza1.ogg
Binary files differ
diff --git a/sfx/magic/chiza2.ogg b/sfx/magic/chiza2.ogg
new file mode 100644
index 00000000..6cef4b67
--- /dev/null
+++ b/sfx/magic/chiza2.ogg
Binary files differ
diff --git a/sfx/magic/chiza3.ogg b/sfx/magic/chiza3.ogg
new file mode 100644
index 00000000..0db8a02d
--- /dev/null
+++ b/sfx/magic/chiza3.ogg
Binary files differ
diff --git a/sfx/weapons/miss1.ogg b/sfx/weapons/miss1.ogg
new file mode 100644
index 00000000..722a9868
--- /dev/null
+++ b/sfx/weapons/miss1.ogg
Binary files differ
diff --git a/sfx/weapons/miss2.ogg b/sfx/weapons/miss2.ogg
new file mode 100644
index 00000000..916a3704
--- /dev/null
+++ b/sfx/weapons/miss2.ogg
Binary files differ
diff --git a/sfx/weapons/miss3.ogg b/sfx/weapons/miss3.ogg
new file mode 100644
index 00000000..c90026a5
--- /dev/null
+++ b/sfx/weapons/miss3.ogg
Binary files differ