summaryrefslogtreecommitdiff
path: root/graphics/particles/undead-witch-attack.particle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/particles/undead-witch-attack.particle.xml')
-rw-r--r--graphics/particles/undead-witch-attack.particle.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/particles/undead-witch-attack.particle.xml b/graphics/particles/undead-witch-attack.particle.xml
deleted file mode 100644
index 5a5f8767..00000000
--- a/graphics/particles/undead-witch-attack.particle.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-<!--
-A energy ball like particle effect intended for use of the Undead-Witch's attacks.
--->
-<effect>
- <particle position-x="0" position-y="0" position-z="8" lifetime="102">
- <emitter>
- <property name="image" value="graphics/particles/star-small.png|W:#111111,222222,333333,444444,555555,aaaaaa"/>
- <property name="lifetime" value="200"/>
- <property name="fade-out" value="100"/>
- <property name="output" min="0" max="1"/>
- <property name="power" min="1" max="3"/>
- <property name="horizontal-angle" min="-15" max="-175"/>
- <property name="momentum" value="0.95"/>
- <property name="randomness" value="200"/>
- <property name="vertical-angle" min="0" max="90"/>
- </emitter>
- <emitter>
- <property name="image" value="graphics/particles/orb-large.png|W:#111111,222222,333333"/>
- <property name="lifetime" value="225"/>
- <property name="fade-out" value="100"/>
- <property name="output" min="0" max="1"/>
- <property name="power" value="1"/>
- <property name="horizontal-angle" min="-10" max="-10"/>
- <property name="momentum" value="0.95"/>
- <property name="randomness" value="75"/>
- <property name="vertical-angle" min="0" max="90"/>
- </emitter>
- </particle>
-</effect>