diff options
Diffstat (limited to 'graphics')
-rwxr-xr-x | graphics/particles/mist-face-b.png | bin | 3848 -> 3886 bytes | |||
-rwxr-xr-x | graphics/particles/monster-ball-lightning.particle.xml | 34 | ||||
-rwxr-xr-x | graphics/particles/monster-reaper.particle.xml | 48 | ||||
-rwxr-xr-x | graphics/sprites/npcs/npc-cryingchild.png | bin | 8500 -> 8195 bytes | |||
-rwxr-xr-x | graphics/sprites/npcs/npcs2.png | bin | 37874 -> 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 Binary files differindex 73f53f54..9ab270c9 100755 --- a/graphics/particles/mist-face-b.png +++ b/graphics/particles/mist-face-b.png 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 Binary files differindex b53f7794..d65e7cf6 100755 --- a/graphics/sprites/npcs/npc-cryingchild.png +++ b/graphics/sprites/npcs/npc-cryingchild.png diff --git a/graphics/sprites/npcs/npcs2.png b/graphics/sprites/npcs/npcs2.png Binary files differindex f8237e76..1fe6216a 100755 --- a/graphics/sprites/npcs/npcs2.png +++ b/graphics/sprites/npcs/npcs2.png |