diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-10 14:18:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-10 14:18:51 -0300 |
commit | e02bbcb7f1e1538117bc8a98c0329ae89e108520 (patch) | |
tree | b15ee7334b2f25b343882f5892d9091b20411ecb | |
parent | 0f96048ef0e0cf82e7f35c09458c3090eb07eb3a (diff) | |
download | clientdata-e02bbcb7f1e1538117bc8a98c0329ae89e108520.tar.gz clientdata-e02bbcb7f1e1538117bc8a98c0329ae89e108520.tar.bz2 clientdata-e02bbcb7f1e1538117bc8a98c0329ae89e108520.tar.xz clientdata-e02bbcb7f1e1538117bc8a98c0329ae89e108520.zip |
It's love - Cupid's Magic.
-rw-r--r-- | effects.xml | 1 | ||||
-rw-r--r-- | graphics/particles/python.png | bin | 0 -> 800431 bytes | |||
-rw-r--r-- | graphics/particles/python.xml | 19 | ||||
-rw-r--r-- | sfx/env/fart.ogg | bin | 0 -> 12759 bytes |
4 files changed, 20 insertions, 0 deletions
diff --git a/effects.xml b/effects.xml index c8dd04f1..ace91900 100644 --- a/effects.xml +++ b/effects.xml @@ -43,6 +43,7 @@ Copyright (C) 2010-2014 Evol Online --> <effect id="37" particle="graphics/particles/lightning1.xml"/> <effect id="38" particle="graphics/particles/magic.black.xml"/> <effect id="39" particle="graphics/particles/electricity.blue.xml"/> + <effect id="69" particle="graphics/particles/python.xml" audio="env/fart.ogg"/> <effect id="344"/> <!-- @summon GM command particle effect. --> <!-- known server special effects diff --git a/graphics/particles/python.png b/graphics/particles/python.png Binary files differnew file mode 100644 index 00000000..a66b2e8b --- /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/env/fart.ogg b/sfx/env/fart.ogg Binary files differnew file mode 100644 index 00000000..ff71ee27 --- /dev/null +++ b/sfx/env/fart.ogg |