summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2024-10-11 04:04:20 +0000
committerLed Mitz <smoothshifter@tuta.io>2024-10-11 04:04:20 +0000
commite086aa774214d2fc350e8dce403be1cec0e58a0d (patch)
tree8a9e7156a581f25b0ad77fb5cc8a6876838c2357
parent0c43dbc27a7589119509405ac308208b261419a9 (diff)
downloadclientdata-e086aa774214d2fc350e8dce403be1cec0e58a0d.tar.gz
clientdata-e086aa774214d2fc350e8dce403be1cec0e58a0d.tar.bz2
clientdata-e086aa774214d2fc350e8dce403be1cec0e58a0d.tar.xz
clientdata-e086aa774214d2fc350e8dce403be1cec0e58a0d.zip
Chill out Red Bone
The Red Bone's particle emitters were huge and blocking a lot of action. Most of this came from the larger black smoke/fog. After fine tuning it over too much time, I finally made it like it was but without the steroids. You can now see it starts at the head as it always had. It's now the same, but smaller when mob is still and almost hair-like when in motion. You can test locally for yourself, if you wish to comment: .../mana/updates/updates.themanaworld.org/legacy/local/graphics/particles/necroblast.particle.xml ****
-rw-r--r--graphics/particles/necroblast.particle.xml48
1 files changed, 24 insertions, 24 deletions
diff --git a/graphics/particles/necroblast.particle.xml b/graphics/particles/necroblast.particle.xml
index 44a64ecd..2f18a3f8 100644
--- a/graphics/particles/necroblast.particle.xml
+++ b/graphics/particles/necroblast.particle.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
-Wight blaze: inspired by Demon fire
+Red Bone blaze: inspired by Demon fire
-->
<effect>
<particle position-x="10" position-y="0" position-z="47">
@@ -8,54 +8,54 @@ Wight blaze: inspired by Demon fire
<property name="position-y" min="-10" max="-20"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="300" max="60"/>
- <property name="power" min="0.4" max="1.2"/>
- <property name="gravity" value=".02"/>
- <animation imageset="graphics/particles/aniblaze-medium.png|W:#440808" width="16" height="16">
- <sequence start="0" end="8" delay="90"/>
- <frame index="14" delay="200"/>
+ <property name="power" min="0.1" max="0.7"/>
+ <property name="gravity" value=".03"/>
+ <animation imageset="graphics/particles/aniblaze.png|W:#440808" width="8" height="8">
+ <sequence start="0" end="14" delay="90"/>
+ <frame index="15" delay="200"/>
</animation>
- <property name="lifetime" value="120"/>
- <property name="output" min="1" max="3"/>
+ <property name="lifetime" value="70"/>
+ <property name="output" min="1" max="2"/>
<property name="fade-in" value="25"/>
- <property name="fade-out" value="200"/>
+ <property name="fade-out" value="50"/>
</emitter>
<emitter>
<property name="position-y" value="-10"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="300" max="60"/>
<property name="power" min="0.4" max="1.2"/>
- <property name="gravity" value=".02"/>
- <property name="image" value="graphics/particles/fog-medium-a.png|W:#994040"/>
- <property name="lifetime" value="100"/>
- <property name="output" min="1" max="3"/>
+ <property name="gravity" value=".03"/>
+ <property name="image" value="graphics/particles/fog-medium-b.png|W:#994040"/>
+ <property name="lifetime" value="50"/>
+ <property name="output" min="1" max="2"/>
<property name="fade-in" value="25"/>
- <property name="fade-out" value="200"/>
+ <property name="fade-out" value="50"/>
</emitter>
<emitter>
<property name="position-x" min="2" max="4"/>
<property name="position-y" value="-8"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="300" max="60"/>
- <property name="power" min="0.4" max="1.2"/>
- <property name="gravity" value=".02"/>
+ <property name="power" min="0.1" max="0.7"/>
+ <property name="gravity" value=".03"/>
<property name="image" value="graphics/particles/star-small.png|W:#994040,5b0000"/>
- <property name="lifetime" value="110"/>
- <property name="output" value="2"/>
+ <property name="lifetime" value="60"/>
+ <property name="output" value="1"/>
<property name="fade-in" value="0"/>
- <property name="fade-out" value="300"/>
+ <property name="fade-out" value="100"/>
</emitter>
<emitter>
<property name="position-x" min="-3" max="4"/>
<property name="position-y" value="-9"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="300" max="60"/>
- <property name="power" min="0.4" max="1.2"/>
- <property name="gravity" value=".02"/>
+ <property name="power" min="0.1" max="0.7"/>
+ <property name="gravity" value=".03"/>
<property name="image" value="graphics/particles/orb-medium.png|W:#bc0000"/>
- <property name="lifetime" value="120"/>
- <property name="output" value="2"/>
+ <property name="lifetime" value="50"/>
+ <property name="output" value="1"/>
<property name="fade-in" value="0"/>
- <property name="fade-out" value="300"/>
+ <property name="fade-out" value="100"/>
</emitter>
</particle>
</effect>