summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--effects.xml1
-rw-r--r--graphics/particles/python.pngbin0 -> 800431 bytes
-rw-r--r--graphics/particles/python.xml9
-rw-r--r--sfx/env/fart.oggbin0 -> 12759 bytes
4 files changed, 10 insertions, 0 deletions
diff --git a/effects.xml b/effects.xml
index 814929ca..9c6ccc0d 100644
--- a/effects.xml
+++ b/effects.xml
@@ -78,6 +78,7 @@
<effect id="47" particle="graphics/particles/questup.particle.xml"/>
<effect id="48" particle="graphics/particles/questdone.particle.xml"/>
<effect id="49" particle="graphics/particles/hug.particle.xml"/>
+ <effect id="69" particle="graphics/particles/python.xml" audio="env/fart.ogg"/>
<effect id="111" particle="graphics/particles/magic.shield-ends.xml"/>
<!-- <effect id="112" particle="graphics/particles/magic.haste-ends.xml"/>-->
<!-- <effect id="113" particle="graphics/particles/magic.barrier-ends.xml"/> -->
diff --git a/graphics/particles/python.png b/graphics/particles/python.png
new file mode 100644
index 00000000..a66b2e8b
--- /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..459d50df
--- /dev/null
+++ b/graphics/particles/python.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<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
new file mode 100644
index 00000000..ff71ee27
--- /dev/null
+++ b/sfx/env/fart.ogg
Binary files differ