summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornmaligec <wouldnot@hotmail.com>2010-10-30 02:30:54 -0400
committernmaligec <wouldnot@hotmail.com>2010-10-30 02:30:54 -0400
commit6471ef6dbcb8b99649a69d6a3b0a26be9650c4e3 (patch)
tree279e4872ad88eb04e53a3bcdf7c7e78ab1b6da6d
parent805daa0f7723ed7a972dad0ca451aa51af775c0f (diff)
downloadclientdata-6471ef6dbcb8b99649a69d6a3b0a26be9650c4e3.tar.gz
clientdata-6471ef6dbcb8b99649a69d6a3b0a26be9650c4e3.tar.bz2
clientdata-6471ef6dbcb8b99649a69d6a3b0a26be9650c4e3.tar.xz
clientdata-6471ef6dbcb8b99649a69d6a3b0a26be9650c4e3.zip
Hopefully last update for reaper particles
Fixed minor glitch with gy_inn graphics.
-rwxr-xr-xgraphics/particles/mist-face-b.pngbin3848 -> 3886 bytes
-rwxr-xr-xgraphics/particles/monster-ball-lightning.particle.xml34
-rwxr-xr-xgraphics/particles/monster-reaper.particle.xml48
-rwxr-xr-xgraphics/sprites/npcs/npc-cryingchild.pngbin8500 -> 8195 bytes
-rwxr-xr-xgraphics/sprites/npcs/npcs2.pngbin37874 -> 38367 bytes
5 files changed, 43 insertions, 39 deletions
diff --git a/graphics/particles/mist-face-b.png b/graphics/particles/mist-face-b.png
index 73f53f54..9ab270c9 100755
--- a/graphics/particles/mist-face-b.png
+++ b/graphics/particles/mist-face-b.png
Binary files differ
diff --git a/graphics/particles/monster-ball-lightning.particle.xml b/graphics/particles/monster-ball-lightning.particle.xml
index 1ee065b3..6bf8c6c1 100755
--- a/graphics/particles/monster-ball-lightning.particle.xml
+++ b/graphics/particles/monster-ball-lightning.particle.xml
@@ -7,31 +7,27 @@
position-z = "10"
>
<emitter>
+
+
<property name="position-z" min="16" max="48" />
- <property name="vertical-angle" min="0" max="90"/>
+ <animation imageset="graphics/particles/monster-ball-lightning.particle.png" width="15" height="15">
+ <sequence start="0" end="7" delay="20" />
+ </animation>
<property name="horizontal-angle" min="0" max="360"/>
- <property name="power" min="5" max="10"/>
- <property name="lifetime" value="1"/>
+
+ <property name="gravity" value="0.1"/>
+ <property name="randomnes" value="125"/>
+ <property name="lifetime" value="75"/>
+ <property name="fade-in" value="5"/>
+ <property name="fade-out" value="20"/>
+ <property name="alpha" value="0.6" />
<property name="output" value="1"/>
- <emitter>
- <property name="gravity" value="0.1"/>
- <property name="momentum" value="0.5"/>
- <animation imageset="graphics/particles/monster-ball-lightning.particle.png" width="15" height="15">
- <sequence start="0" end="7" delay="20" />
- <frame index="0" delay="10" />
- </animation>
- <property name="lifetime" value="75"/>
- <property name="fade-in" value="5"/>
- <property name="fade-out" value="20"/>
- <property name="output" min="0" max="3"/>
- <property name="randomnes" value="200"/>
- <property name="acceleration" value="1" />
- <property name="die-distance" value="5" />
- <property name="alpha" value="0.6" />
- </emitter>
+
+
+
</emitter>
</particle>
</effect>
diff --git a/graphics/particles/monster-reaper.particle.xml b/graphics/particles/monster-reaper.particle.xml
index df15c4bb..ed00b360 100755
--- a/graphics/particles/monster-reaper.particle.xml
+++ b/graphics/particles/monster-reaper.particle.xml
@@ -6,29 +6,37 @@ Orange-ish particles that fly up to the sky; based on Crush's Soul Menhir effect
<particle
position-x = "0"
position-y = "0"
- position-z = "15"
+ 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="5" max="15"/>
- <property name="lifetime" value="1"/>
- <property name="output" min="0" max="1"/>
+ <property name="position-x" min="-24" max ="24"/>
+ <property name="position-z" min="2" max ="32"/>
+ <property name="gravity" value="-0.01"/>
+ <property name="lifetime" value="180"/>
+ <property name="fade-out" value="40"/>
+ <property name="output" value="1"/>
+ <property name="output-pause" min="11" max="61"/>
<property name="follow-parent" />
- <emitter>
- <property name="gravity" value="-0.2"/>
- <property name="momentum" value="0.5"/>
- <animation imageset="graphics/particles/mist-face-a.png" width="30" height="30">
- <sequence start="0" end="3" delay="250" />
- </animation>
- <property name="lifetime" value="150"/>
- <property name="output" min="0" max="1"/>
- <property name="output-pause" min="800" max="1000"/>
- <property name="randomnes" value="200"/>
- <property name="alpha" value="0.8"/>
- <property name="follow-parent" />
- </emitter>
+
+ <animation imageset="graphics/particles/mist-face-a.png|W:#855385" width="30" height="30">
+ <sequence start="0" end="2" delay="300"/>
+ <frame index="3" />
+ </animation>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="-24" max ="24"/>
+ <property name="position-z" min="2" max ="32"/>
+ <property name="gravity" value="-0.01"/>
+ <property name="lifetime" value="180"/>
+ <property name="fade-out" value="40"/>
+ <property name="output" value="1"/>
+ <property name="output-pause" min="17" max="67"/>
+ <property name="follow-parent" />
+
+ <animation imageset="graphics/particles/mist-face-b.png|W:#5b3558" width="30" height="30">
+ <sequence start="0" end="2" delay="300"/>
+ <frame index="3" />
+ </animation>
</emitter>
</particle>
</effect>
diff --git a/graphics/sprites/npcs/npc-cryingchild.png b/graphics/sprites/npcs/npc-cryingchild.png
index b53f7794..d65e7cf6 100755
--- a/graphics/sprites/npcs/npc-cryingchild.png
+++ b/graphics/sprites/npcs/npc-cryingchild.png
Binary files differ
diff --git a/graphics/sprites/npcs/npcs2.png b/graphics/sprites/npcs/npcs2.png
index f8237e76..1fe6216a 100755
--- a/graphics/sprites/npcs/npcs2.png
+++ b/graphics/sprites/npcs/npcs2.png
Binary files differ