summaryrefslogtreecommitdiff
path: root/graphics/particles/bullet.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/particles/bullet.xml')
-rw-r--r--graphics/particles/bullet.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/particles/bullet.xml b/graphics/particles/bullet.xml
new file mode 100644
index 00000000..244e3909
--- /dev/null
+++ b/graphics/particles/bullet.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<!-- Author: Ledmitz. For use with Flintlock/Blanc -->
+<effect>
+ <particle position-x="0" position-y="0" position-z="32" lifetime="128">
+ <emitter>
+ <property name="image" value="graphics/particles/orb-small.png|W:#000000"/>
+ <property name="output" value="1"/>
+ <property name="lifetime" value="1"/>
+ <emitter>
+ <property name="position-x" value="-5"/>
+ <property name="position-y" min="-4" max="-4"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ <property name="power" min="0" max="0.05"/>
+ <property name="gravity" value="0"/>
+ <property name="lifetime" value="30"/>
+ <property name="output" value="1"/>
+ <property name="fade-out" value="100"/>
+ <animation imageset="graphics/particles/aniblaze.png|W:#BF0019,FF6715,FFE659" width="8" height="8">
+ <sequence start="0" end="14" delay="30"/>
+ <frame index="14" delay="30"/>
+ </animation>
+ </emitter>
+ </emitter>
+ </particle>
+</effect>