diff options
author | Ledmitz <smoothshifter@tuta.io> | 2024-04-07 00:39:17 -0300 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-04-08 15:29:13 +0000 |
commit | 5f078069f9cb59838f21023c04e4760bae790b9a (patch) | |
tree | dc168e8c61dcfe0df06ff9fd26c9f0fd8c8d276e /graphics/particles | |
parent | c6f5980a91a03b8a1f5f2e4fbd3f4036f0fb73bb (diff) | |
download | clientdata-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/particles')
-rw-r--r-- | graphics/particles/cannonball.xml | 45 |
1 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> |