summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-29 16:20:17 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-29 16:20:17 -0300
commit548e86a61e44a24565254c0366b22519ad887a77 (patch)
treed1ae7b25cdd47d23f5fdf332df5b103e4db9073c
parent60c7ebfbfb7c359026cc675d874e31b12899d1f8 (diff)
downloadclientdata-548e86a61e44a24565254c0366b22519ad887a77.tar.gz
clientdata-548e86a61e44a24565254c0366b22519ad887a77.tar.bz2
clientdata-548e86a61e44a24565254c0366b22519ad887a77.tar.xz
clientdata-548e86a61e44a24565254c0366b22519ad887a77.zip
Cherry pick changes from tmwa-client-data
-rw-r--r--effects.xml2
-rw-r--r--groups.xml1
-rw-r--r--license.md1
-rw-r--r--sfx/monsters/pumpkin/pumpkin-explosion.oggbin0 -> 21929 bytes
4 files changed, 3 insertions, 1 deletions
diff --git a/effects.xml b/effects.xml
index e9a56972..e26fe9e0 100644
--- a/effects.xml
+++ b/effects.xml
@@ -77,7 +77,7 @@
<effect id="40" particle="graphics/particles/blue-magic-cast.particle.xml"/>
<effect id="41" particle="graphics/particles/magic-blue-teleport.particle.xml"/>
<effect id="42" particle="graphics/particles/magic-dark-explosion.particle.xml"/>
- <effect id="43" particle="graphics/particles/monster-pumpkin-explosion.particle.xml"/>
+ <effect id="43" audio="monsters/pumpkin/pumpkin-explosion.ogg" particle="graphics/particles/monster-pumpkin-explosion.particle.xml"/>
<effect id="44" particle="graphics/particles/object-getitem.particle.xml"/>
<effect id="45" sprite="icons/quest-start.xml"/>
<effect id="46" sprite="icons/quest-continue.xml"/>
diff --git a/groups.xml b/groups.xml
index 178b9add..7f315828 100644
--- a/groups.xml
+++ b/groups.xml
@@ -19,6 +19,7 @@ Copyright (C) 2017 Evol Online -->
</permissions>
</group>
<group id="1" name="Bot" longName="Bot" inherit="0" badge="groups/bot.xml" showBadge="true" highlightName="false"/>
+ <group id="2" name="Bot" longName="Bot" inherit="0" badge="groups/bot.xml" showBadge="true" highlightName="false"/>
<group id="40" name="Dev" longName="Developer" inherit="1" badge="groups/dev.xml" showBadge="true" highlightName="false">
<commands>
<command name="broadcast" use="self"/>
diff --git a/license.md b/license.md
index 634292a3..f6ff0ee2 100644
--- a/license.md
+++ b/license.md
@@ -1195,6 +1195,7 @@ File | Artists | Licenses
`sfx/monsters/maggot/maggot-miss1.ogg` | Cosmostrator | GPLv2
`sfx/monsters/pinkie/pinkie-hit1.ogg` | Cosmostrator | GPLv2
`sfx/monsters/pinkie/pinkie-miss1.ogg` | Cosmostrator | GPLv2
+`sfx/monsters/pumpkin/pumpkin-explosion.ogg` | Ledmitz (firework_explosion_fizz.wav / soundscalpel.co / CC BY 3.0) | GPLv2, CC BY-SA 3.0
`sfx/monsters/reaper/reaper-hurt.ogg` | nmaligec | GPLv2
`sfx/monsters/sasquatch/sasquatch-move1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
`sfx/monsters/sasquatch/sasquatch-move2.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0
diff --git a/sfx/monsters/pumpkin/pumpkin-explosion.ogg b/sfx/monsters/pumpkin/pumpkin-explosion.ogg
new file mode 100644
index 00000000..d5006807
--- /dev/null
+++ b/sfx/monsters/pumpkin/pumpkin-explosion.ogg
Binary files differ