diff options
author | Fate <fate-tmw@googlemail.com> | 2008-11-20 18:17:46 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-11-20 18:17:46 -0700 |
commit | 563abb8171952851398126ccc820e05c39622090 (patch) | |
tree | b661d8eda7d6373a2adaa38301eae3b444ff693a | |
parent | 0984430ac46e66789b46102b869f2f4c54f8a0f4 (diff) | |
download | clientdata-563abb8171952851398126ccc820e05c39622090.tar.gz clientdata-563abb8171952851398126ccc820e05c39622090.tar.bz2 clientdata-563abb8171952851398126ccc820e05c39622090.tar.xz clientdata-563abb8171952851398126ccc820e05c39622090.zip |
Added new magic effect structure
-rw-r--r-- | effects.xml | 11 | ||||
-rw-r--r-- | graphics/particles/magic.blue.xml | 2 | ||||
-rw-r--r-- | graphics/particles/magic.generic.xml | 108 | ||||
-rw-r--r-- | graphics/particles/magic.green.xml | 2 | ||||
-rw-r--r-- | graphics/particles/magic.red.xml | 2 |
5 files changed, 117 insertions, 8 deletions
diff --git a/effects.xml b/effects.xml index d77b7cfb..e9314bf5 100644 --- a/effects.xml +++ b/effects.xml @@ -1,10 +1,13 @@ <being-effects> <effect id="0" audio="sfx/levelup.ogg" particle="graphics/particles/levelup.particle.xml" /> <effect id="1" audio="sfx/levelup.ogg" particle="graphics/particles/skillup.particle.xml" /> - <effect id="2" particle="graphics/particles/magic.default.xml"/> - <effect id="3" particle="graphics/particles/magic.enhance.xml"/> - <effect id="4" particle="graphics/particles/magic.white.xml"/> - <effect id="5" particle="graphics/particles/magic.black.xml"/> + <effect id="2" particle="graphics/particles/magic.generic.xml"/> + <effect id="3" particle="graphics/particles/magic.white.xml"/> <!-- life --> + <effect id="4" particle="graphics/particles/magic.black.xml"/> <!-- war --> + <effect id="5" particle="graphics/particles/magic.red.xml"/> <!-- transmute --> + <effect id="6" particle="graphics/particles/magic.green.xml"/> <!-- nature --> + <effect id="7" particle="graphics/particles/magic.blue.xml"/> <!-- astral --> + <effect id="10" particle="graphics/particles/magic.default.xml"/> <effect id="11" particle="graphics/particles/magic.shield.xml"/> <!-- <effect id="12" particle="graphics/particles/magic.haste.xml"/>--> <effect id="13" particle="graphics/particles/magic.hit.xml"/> diff --git a/graphics/particles/magic.blue.xml b/graphics/particles/magic.blue.xml index 328abb09..121bb5a5 100644 --- a/graphics/particles/magic.blue.xml +++ b/graphics/particles/magic.blue.xml @@ -8,7 +8,7 @@ lifetime = "128"
>
<emitter>
- <animation imageset="graphics/particles/sparkle.png|W:#a0a000,ffdf10" width="15" height="15">
+ <animation imageset="graphics/particles/sparkle.png|W:#0000c0,4060ff" width="15" height="15">
<sequence start="0" end="3" delay="50" />
<frame index="0" delay="100" />
</animation>
diff --git a/graphics/particles/magic.generic.xml b/graphics/particles/magic.generic.xml index fb51cbaf..a075bfd7 100644 --- a/graphics/particles/magic.generic.xml +++ b/graphics/particles/magic.generic.xml @@ -8,7 +8,7 @@ lifetime = "128"
>
<emitter>
- <animation imageset="graphics/particles/sparkle.png|W:#0020ff,20f0ff" width="15" height="15">
+<!-- red --> <animation imageset="graphics/particles/sparkle.png|W:#b00000,ff8020" width="15" height="15">
<sequence start="0" end="3" delay="50" />
<frame index="0" delay="100" />
</animation>
@@ -16,6 +16,112 @@ <property name="power" min="1" max="1"/>
<property name="lifetime" min="15" max="25"/>
<property name="output" min="1" max="1"/>
+ <property name="output-pause" min="0" max="12"/>
+ <property name="position-x" min="-16" max="16"/>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-z" min="29" max="40"/>
+ </emitter>
+ </particle>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "0"
+ lifetime = "128"
+ >
+ <emitter>
+<!-- green --> <animation imageset="graphics/particles/sparkle.png|W:#00a000,30ff30" width="15" height="15">
+ <sequence start="0" end="3" delay="50" />
+ <frame index="0" delay="100" />
+ </animation>
+ <property name="vertical-angle" value="90"/>
+ <property name="power" min="1" max="1"/>
+ <property name="lifetime" min="15" max="25"/>
+ <property name="output" min="1" max="1"/>
+ <property name="output-pause" min="0" max="12"/>
+ <property name="position-x" min="-16" max="16"/>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-z" min="29" max="40"/>
+ </emitter>
+ </particle>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "0"
+ lifetime = "128"
+ >
+ <emitter>
+<!-- blue --> <animation imageset="graphics/particles/sparkle.png|W:#0000c0,4060ff" width="15" height="15">
+ <sequence start="0" end="3" delay="50" />
+ <frame index="0" delay="100" />
+ </animation>
+ <property name="vertical-angle" value="90"/>
+ <property name="power" min="1" max="1"/>
+ <property name="lifetime" min="15" max="25"/>
+ <property name="output" min="1" max="1"/>
+ <property name="output-pause" min="0" max="12"/>
+ <property name="position-x" min="-16" max="16"/>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-z" min="29" max="40"/>
+ </emitter>
+ </particle>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "0"
+ lifetime = "128"
+ >
+ <emitter>
+<!-- yellow --> <animation imageset="graphics/particles/sparkle.png|W:#9090000,ffff00" width="15" height="15">
+ <sequence start="0" end="3" delay="50" />
+ <frame index="0" delay="100" />
+ </animation>
+ <property name="vertical-angle" value="90"/>
+ <property name="power" min="1" max="1"/>
+ <property name="lifetime" min="15" max="25"/>
+ <property name="output" min="1" max="1"/>
+ <property name="output-pause" min="0" max="12"/>
+ <property name="position-x" min="-16" max="16"/>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-z" min="29" max="40"/>
+ </emitter>
+ </particle>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "0"
+ lifetime = "128"
+ >
+ <emitter>
+<!-- cyan --> <animation imageset="graphics/particles/sparkle.png|W:#008080,00ffff" width="15" height="15">
+ <sequence start="0" end="3" delay="50" />
+ <frame index="0" delay="100" />
+ </animation>
+ <property name="vertical-angle" value="90"/>
+ <property name="power" min="1" max="1"/>
+ <property name="lifetime" min="15" max="25"/>
+ <property name="output" min="1" max="1"/>
+ <property name="output-pause" min="0" max="12"/>
+ <property name="position-x" min="-16" max="16"/>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-z" min="29" max="40"/>
+ </emitter>
+ </particle>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "0"
+ lifetime = "128"
+ >
+ <emitter>
+<!-- magenta --> <animation imageset="graphics/particles/sparkle.png|W:#800080,ff00ff" width="15" height="15">
+ <sequence start="0" end="3" delay="50" />
+ <frame index="0" delay="100" />
+ </animation>
+ <property name="vertical-angle" value="90"/>
+ <property name="power" min="1" max="1"/>
+ <property name="lifetime" min="15" max="25"/>
+ <property name="output" min="1" max="1"/>
+ <property name="output-pause" min="0" max="12"/>
<property name="position-x" min="-16" max="16"/>
<property name="position-y" min="-16" max="16"/>
<property name="position-z" min="29" max="40"/>
diff --git a/graphics/particles/magic.green.xml b/graphics/particles/magic.green.xml index 328abb09..41851075 100644 --- a/graphics/particles/magic.green.xml +++ b/graphics/particles/magic.green.xml @@ -8,7 +8,7 @@ lifetime = "128"
>
<emitter>
- <animation imageset="graphics/particles/sparkle.png|W:#a0a000,ffdf10" width="15" height="15">
+ <animation imageset="graphics/particles/sparkle.png|W:#00a000,30ff30" width="15" height="15">
<sequence start="0" end="3" delay="50" />
<frame index="0" delay="100" />
</animation>
diff --git a/graphics/particles/magic.red.xml b/graphics/particles/magic.red.xml index 328abb09..31380bb2 100644 --- a/graphics/particles/magic.red.xml +++ b/graphics/particles/magic.red.xml @@ -8,7 +8,7 @@ lifetime = "128"
>
<emitter>
- <animation imageset="graphics/particles/sparkle.png|W:#a0a000,ffdf10" width="15" height="15">
+ <animation imageset="graphics/particles/sparkle.png|W:#b00000,ff8020" width="15" height="15">
<sequence start="0" end="3" delay="50" />
<frame index="0" delay="100" />
</animation>
|