summaryrefslogblamecommitdiff
path: root/graphics/particles/skillup.particle.xml
blob: 3bd3a631a5e4c7e1168a4a3c75290019ad606e9e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                      


                                                     







                                 
                                                                                                     









                                                                 
<?xml version="1.0"?>
<!--
Green stars which are supposed to engulf a character
-->
<effect>
	<particle
		position-x = "0"
		position-y = "0"
		position-z = "0"
		lifetime = "128"
		>
		<emitter>
		<property name="image" value="graphics/particles/star-medium.png|W:#00ff00,ffffff"/>
		<property name="vertical-angle" value="90"/>
		<property name="power" value="2"/>
		<property name="lifetime" value="36"/>
		<property name="output" min="-5" max="1"/>
		<property name="position-x" min="-16" max="16"/>
		<property name="position-y" min="-16" max="16"/>
		<property name="position-z" min="0" max="32"/>
		</emitter>
	</particle>
</effect>