summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--effects.xml1
-rw-r--r--graphics/particles/python.pngbin0 -> 810796 bytes
-rw-r--r--graphics/particles/python.xml19
-rw-r--r--sfx/special/fart.oggbin0 -> 12759 bytes
5 files changed, 22 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 16415cee..f3aaa753 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1133,6 +1133,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors
graphics/particles/orb-medium.png (Crush) (CC BY-SA 3.0) (-)
graphics/particles/orb-small.png (Crush) (CC BY-SA 3.0) (-)
graphics/particles/pinkheart.png (?) (GPLv2) (Saulc)
+ graphics/particles/python.png (EGACY) (GUMI) (The Mana World)
graphics/particles/smallchocolateegg.png (Saulc) (CC BY-SA 3.0) (Crush, wushin)
graphics/particles/smoke.png (?) (GPLv2) (TMW Org.)
graphics/particles/sparkles.png (Crush) (CC BY-SA 3.0) (-)
@@ -2483,6 +2484,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors
## Special
sfx/special/nature-thunder.ogg (Lunovox?) (GPLv3) (TMW-BR)
+ sfx/special/fart.ogg (LEGACY) (GUMI) (The Mana World)
## System
sfx/system/critical.ogg (Kenny690) (CC BY-SA 3.0) (-)
diff --git a/effects.xml b/effects.xml
index 3f773d24..2a0bfdf3 100644
--- a/effects.xml
+++ b/effects.xml
@@ -39,6 +39,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends
<effect id="29" audio="npcs/fishing-cast.ogg"/> <!-- Throwing the bait in the water, in the fishing script. -->
<effect id="30" audio="npcs/fishing-bite.ogg"/> <!-- Fish biting the bait, in the fishing script. -->
<effect id="33" audio="monsters/piou/hit1.ogg"/> <!-- when clicking the flying piou -->
+ <effect id="34" particle="graphics/particles/python.xml" audio="special/fart.ogg"/> <!-- Gumi's foot -->
<!-- known server special effects
162 - snow
diff --git a/graphics/particles/python.png b/graphics/particles/python.png
new file mode 100644
index 00000000..26df79fd
--- /dev/null
+++ b/graphics/particles/python.png
Binary files differ
diff --git a/graphics/particles/python.xml b/graphics/particles/python.xml
new file mode 100644
index 00000000..35c28b1e
--- /dev/null
+++ b/graphics/particles/python.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<!-- Author: Gumi
+Copyright (C) 2004-2020 The Mana World -->
+
+<effect>
+ <particle
+ position-x="0"
+ position-y="0"
+ position-z="270"
+ lifetime="300">
+ <animation
+ imageset="graphics/particles/python.png"
+ width="512"
+ height="512">
+ <sequence start="0" end="8" delay="40"/>
+ <frame index="8"/>
+ </animation>
+ </particle>
+</effect>
diff --git a/sfx/special/fart.ogg b/sfx/special/fart.ogg
new file mode 100644
index 00000000..ff71ee27
--- /dev/null
+++ b/sfx/special/fart.ogg
Binary files differ