summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE3
-rwxr-xr-xgraphics/particles/gloworb-medium.pngbin0 -> 949 bytes
-rw-r--r--graphics/particles/healing.xml2
-rw-r--r--graphics/particles/impositio.xml44
-rw-r--r--status-effects.xml10
5 files changed, 57 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 93444af6..f190da7c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-GPLv2: Licensed under GNU General Public License version2.
+GPLv2: Licensed under GNU General Public License version2.
http://www.gnu.org/licenses/gpl-2.0.html
See also the GPL file.
@@ -108,6 +108,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE
# Particles
graphics/particles/bubble.png (Crush) (CC BY-SA 3.0) (-)
graphics/particles/gloworb.png (Crush) (CC BY-SA 3.0) (-)
+ graphics/particles/gloworb-medium.png (Crush) (CC BY-SA 3.0) (-)
graphics/particles/orb-medium.png (Crush) (CC BY-SA 3.0) (-)
graphics/particles/orb-small.png (Crush) (CC BY-SA 3.0) (-)
graphics/particles/star-medium.png (Crush) (CC BY-SA 3.0) (-)
diff --git a/graphics/particles/gloworb-medium.png b/graphics/particles/gloworb-medium.png
new file mode 100755
index 00000000..0d45d78f
--- /dev/null
+++ b/graphics/particles/gloworb-medium.png
Binary files differ
diff --git a/graphics/particles/healing.xml b/graphics/particles/healing.xml
index 5fde4d7e..918e7270 100644
--- a/graphics/particles/healing.xml
+++ b/graphics/particles/healing.xml
@@ -12,7 +12,7 @@ Copyright (C) 2010-2013 Evol Online -->
<emitter>
<property name="gravity" value="-0.7"/>
<property name="momentum" value="0.3"/>
- <property name="image" value="graphics/particles/orb-small.png|W:#ffff00"/>
+ <property name="image" value="graphics/particles/orb-small.png|W:#fffecb"/>
<property name="lifetime" value="50"/>
<property name="fade-out" value="50"/>
<property name="output" value="1"/>
diff --git a/graphics/particles/impositio.xml b/graphics/particles/impositio.xml
new file mode 100644
index 00000000..700a1273
--- /dev/null
+++ b/graphics/particles/impositio.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+<!--
+Pink-ish particles that fly up to the sky; based on Crush's Soul Menhir effect.
+-->
+<!-- Copyright (C) 2010 The Mana World Development Team
+Copyright (C) 2010-2013 Evol Online -->
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "0"
+ >
+ <emitter>
+ <property name="position-z" min="16" max="48" />
+ <property name="vertical-angle" min="0" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="10" max="25"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="1"/>
+ <emitter>
+ <property name="gravity" value="-0.4"/>
+ <property name="momentum" value="0.9"/>
+ <property name="image" value="graphics/particles/gloworb-medium.png|W:#da69e5"/>
+ <property name="lifetime" value="25"/>
+ <property name="fade-in" value="5"/>
+ <property name="fade-out" value="20"/>
+ <property name="output" min="0" max="1"/>
+ <property name="output-pause" min="30" max="80"/>
+ <property name="randomnes" value="200"/>
+ </emitter>
+ <emitter>
+ <property name="gravity" value="-0.4"/>
+ <property name="momentum" value="0.9"/>
+ <property name="image" value="graphics/particles/orb-small.png|W:#da69e5"/>
+ <property name="lifetime" value="25"/>
+ <property name="fade-in" value="5"/>
+ <property name="fade-out" value="20"/>
+ <property name="output" min="0" max="1"/>
+ <property name="output-pause" min="30" max="80"/>
+ <property name="randomnes" value="200"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect>
diff --git a/status-effects.xml b/status-effects.xml
index f1c85739..06059533 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -17,20 +17,30 @@ end-message: Displays a message when the effect end.
<status-effect name="item-healing" id="70" block-id="24"
persistent-particle-effect="true"
start-particle="graphics/particles/healing.xml"/>
+
<status-effect name="magnificat" id="20" block-id="24"
icon="icons/healing.xml"
persistent-particle-effect="true"
start-particle="graphics/particles/healing.xml"/>
+
<status-effect name="invisibility" id="4096" block-id="12"
icon="icons/invisible.xml"
start-message="You are now invisible."
end-message="You are no longer invisible."
persistent-particle-effect="true"
start-particle="graphics/particles/invisibility.xml"/>
+
<status-effect name="poison" id="132" block-id="16"
icon="icons/poison.xml"
persistent-particle-effect="true"
start-particle="graphics/particles/poison.xml"/>
+
<status-effect name="hide" id="194"
icon="icons/hide.xml"/>
+
+ <status-effect name="impositio" id="15" block-id="16"
+ persistent-particle-effect="true"
+ start-particle="graphics/particles/impositio.xml"/>
+ <!-- icon="icons/impositio.xml" is missing-->
+
</status-effects>