summaryrefslogtreecommitdiff
path: root/graphics/particles/skillup.particle.xml
blob: 22f59e0c90422723b9f13160006d372c7ff7b131 (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
<?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-white.png|W:#00ff00"/>
		<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>