summaryrefslogtreecommitdiff
path: root/graphics/particles/smallmagicbif.particule.xml
blob: 9c1543a0f036b1f8e5850d404610ecd369aec66e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<!-- Author: Saulc
A small cloud particle effect intended for use with the bif mob
Copyright (C) 2018 TMW2
-->
<effect>
  <particle position-x="0" position-y="0" position-z="45">
    <emitter>
      <property name="position-x" min="-20" max="36"/>
      <property name="position-y" min="-18" max="18"/>
      <property name="position-z" min="-18" max="18"/>
      <property name="horizontal-angle" min="0" max="360"/>
      <property name="vertical-angle" min="0" max="360"/>
      <property name="power" min="0.4" max="2"/>
      <property name="lifetime" value="200"/>
      <property name="fade-out" value="60"/>
      <property name="fade-in" value="60"/>
      <property name="output" min="-20" max="1"/>
      <property name="acceleration" value="0.15"/>
      <property name="alpha" value="0.5"/>
      <property name="image" value="graphics/particles/star-small2.png|W:#ffa10c,ff0e93"/>
      <property name="follow-parent"/>
    </emitter>
  </particle>
</effect>