summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--effects.xml1
-rw-r--r--graphics/particles/arrow-down.pngbin0 -> 380 bytes
-rw-r--r--graphics/particles/arrow-hail.xml23
-rw-r--r--graphics/particles/rain.xml6
4 files changed, 27 insertions, 3 deletions
diff --git a/effects.xml b/effects.xml
index e9314bf5..f9328fb5 100644
--- a/effects.xml
+++ b/effects.xml
@@ -23,6 +23,7 @@
<effect id="24" particle="graphics/particles/magic.teleport.xml"/>
<effect id="25" particle="graphics/particles/rain.xml"/>
<effect id="26" particle="graphics/particles/hit.particle.xml" />
+ <effect id="27" particle="graphics/particles/arrow-hail.xml" />
<!-- <effect id="20" particle="graphics/particles/magic.barrier.xml"/> -->
<!-- Default tag only supported in 0.0, support was removed in 0.1 -->
<default particle="graphics/particles/magic.default.xml" />
diff --git a/graphics/particles/arrow-down.png b/graphics/particles/arrow-down.png
new file mode 100644
index 00000000..da94afcf
--- /dev/null
+++ b/graphics/particles/arrow-down.png
Binary files differ
diff --git a/graphics/particles/arrow-hail.xml b/graphics/particles/arrow-hail.xml
new file mode 100644
index 00000000..22d4eea7
--- /dev/null
+++ b/graphics/particles/arrow-hail.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "400"
+ lifetime = "100"
+ >
+ <!-- <property name="follow-parent" value="0"/> -->
+ <emitter><!-- <property name="follow-parent" value="0"/> -->
+ <property name="lifetime" min="180" max="180"/>
+ <property name="position-x" min="105" max="145"/>
+ <property name="position-y" min="-20" max="20"/>
+ <property name="vertical-angle" value="255"/>
+ <property name="power" value="14"/>
+ <property name="output" min="0" max="1"/>
+ <property name="output-pause" min="10" max="20"/>
+ <property name="gravity" value="0.09"/>
+ <property name="image" value="graphics/particles/arrow-down.png"/>
+ </emitter>
+ </particle>
+</effect>
diff --git a/graphics/particles/rain.xml b/graphics/particles/rain.xml
index 7b77d90b..098e9f4c 100644
--- a/graphics/particles/rain.xml
+++ b/graphics/particles/rain.xml
@@ -2,15 +2,15 @@
<effect>
<particle
- position-x = "20"
+ position-x = "0"
position-y = "0"
position-z = "400"
lifetime = "100"
>
<!-- <property name="follow-parent" value="0"/> -->
<emitter><!-- <property name="follow-parent" value="0"/> -->
- <property name="lifetime" min="16" max="20"/>
- <property name="position-x" min="-30" max="30"/>
+ <property name="lifetime" min="25" max="30"/>
+ <property name="position-x" min="60" max="120"/>
<property name="position-y" min="-30" max="30"/>
<property name="vertical-angle" value="260"/>
<property name="power" value="20"/>