summaryrefslogtreecommitdiff
path: root/graphics/particles/heartnecklace.particle.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-19 08:49:06 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-19 08:49:06 -0300
commit75c61873d8fb16b7edf46c64acb9bcfab7839afc (patch)
treeb14ce112e1fe2bd9617c6d8d17ab3b5bc722446b /graphics/particles/heartnecklace.particle.xml
parented525410d1d4517d086fb961619cfef8ccc1321f (diff)
downloadclientdata-75c61873d8fb16b7edf46c64acb9bcfab7839afc.tar.gz
clientdata-75c61873d8fb16b7edf46c64acb9bcfab7839afc.tar.bz2
clientdata-75c61873d8fb16b7edf46c64acb9bcfab7839afc.tar.xz
clientdata-75c61873d8fb16b7edf46c64acb9bcfab7839afc.zip
Heart Necklace: WIP -> Rare Drop
Diffstat (limited to 'graphics/particles/heartnecklace.particle.xml')
-rw-r--r--graphics/particles/heartnecklace.particle.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/particles/heartnecklace.particle.xml b/graphics/particles/heartnecklace.particle.xml
new file mode 100644
index 00000000..aba3ef38
--- /dev/null
+++ b/graphics/particles/heartnecklace.particle.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<!--
+Hearts which are supposed to engulf a character
+-->
+<effect>
+ <particle position-x="0" position-y="0" position-z="0">
+ <emitter>
+ <property name="image" value="graphics/particles/pinkheart.png"/>
+ <property name="vertical-angle" value="90"/>
+ <property name="gravity" min="-0.5" max="-0.6"/>
+ <property name="momentum" value="0.0001"/>
+ <property name="lifetime" value="166"/>
+ <property name="output" min="-2" max="1"/>
+ <property name="output-pause" min="15" max="24"/>
+ <property name="position-x" min="-16" max="16"/>
+ <property name="position-y" min="16" max="32"/>
+ <property name="position-z" min="16" max="32"/>
+ <property name="fade-in" min="2" max="10"/>
+ <property name="fade-out" min="5" max="30"/>
+ </emitter>
+ </particle>
+</effect>