diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | effects.xml | 1 | ||||
-rw-r--r-- | graphics/particles/python.png | bin | 0 -> 810796 bytes | |||
-rw-r--r-- | graphics/particles/python.xml | 19 | ||||
-rw-r--r-- | sfx/special/fart.ogg | bin | 0 -> 12759 bytes |
5 files changed, 22 insertions, 0 deletions
@@ -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 Binary files differnew file mode 100644 index 00000000..26df79fd --- /dev/null +++ b/graphics/particles/python.png 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 Binary files differnew file mode 100644 index 00000000..ff71ee27 --- /dev/null +++ b/sfx/special/fart.ogg |