summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2024-04-07 00:39:17 -0300
committerLed Mitz <smoothshifter@tuta.io>2024-04-08 15:29:13 +0000
commit5f078069f9cb59838f21023c04e4760bae790b9a (patch)
treedc168e8c61dcfe0df06ff9fd26c9f0fd8c8d276e /graphics
parentc6f5980a91a03b8a1f5f2e4fbd3f4036f0fb73bb (diff)
downloadclientdata-5f078069f9cb59838f21023c04e4760bae790b9a.tar.gz
clientdata-5f078069f9cb59838f21023c04e4760bae790b9a.tar.bz2
clientdata-5f078069f9cb59838f21023c04e4760bae790b9a.tar.xz
clientdata-5f078069f9cb59838f21023c04e4760bae790b9a.zip
Added effects for Mont Blanc and lowered crocronut volumes as 2 are used and all were too loud for TMW
Diffstat (limited to 'graphics')
-rw-r--r--graphics/particles/cannonball.xml45
-rw-r--r--graphics/sprites/monsters/montblanc.pngbin258910 -> 250378 bytes
-rw-r--r--graphics/sprites/npcs/blanc.pngbin258505 -> 261043 bytes
3 files changed, 45 insertions, 0 deletions
diff --git a/graphics/particles/cannonball.xml b/graphics/particles/cannonball.xml
new file mode 100644
index 00000000..9e31216b
--- /dev/null
+++ b/graphics/particles/cannonball.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+<!-- Author: Ledmitz. For use with montblanc -->
+<effect>
+ <particle position-x="20" position-y="0" position-z="120" lifetime="128">
+ <emitter>
+ <property name="image" value="graphics/particles/orb-large.png|W:#000000"/>
+ <property name="output" value="1"/>
+ <property name="lifetime" value="1"/>
+ <emitter>
+ <property name="position-x" value="-5"/>
+ <property name="position-y" min="-4" max="-4"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ <property name="power" min="0" max="0.05"/>
+ <property name="gravity" value="-0.03"/>
+ <animation imageset="graphics/particles/aniblaze.png|W:#BF0019,FF6715,FFE659" width="8" height="8">
+ <sequence start="0" end="14" delay="30"/>
+ <frame index="14" delay="1000"/>
+ </animation>
+ <property name="lifetime" value="15"/>
+ <property name="output" value="1"/>
+ <property name="fade-out" value="100"/>
+ <property name="fade-in" value="40"/>
+ </emitter>
+ <emitter>
+ <animation imageset="graphics/particles/aniblaze.png|W:#BF0019,FF6715,FFE659" width="8" height="8">
+ <sequence start="0" end="14" delay="30"/>
+ <frame index="14" delay="1000"/>
+ </animation>
+ <property name="lifetime" value="30"/>
+ <property name="output" value="1"/>
+ <property name="fade-out" value="100"/>
+ </emitter>
+ <emitter>
+ <animation imageset="graphics/particles/fog-medium-c.png" width="32" height="32">
+ <frame index="0" delay="100"/>
+ <frame index="0" delay="1000"/>
+ </animation>
+ <property name="lifetime" value="40"/>
+ <property name="output" value="1"/>
+ <property name="fade-out" value="230"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect>
diff --git a/graphics/sprites/monsters/montblanc.png b/graphics/sprites/monsters/montblanc.png
index 7a2ba0bb..cb3d61bf 100644
--- a/graphics/sprites/monsters/montblanc.png
+++ b/graphics/sprites/monsters/montblanc.png
Binary files differ
diff --git a/graphics/sprites/npcs/blanc.png b/graphics/sprites/npcs/blanc.png
index 1d294db4..0b933f7a 100644
--- a/graphics/sprites/npcs/blanc.png
+++ b/graphics/sprites/npcs/blanc.png
Binary files differ