85 lines
3.1 KiB
XML
85 lines
3.1 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<prefabs>
|
|
<watersplash sprite="Content/Particles/spatter.png"
|
|
startsizemin="0.15,0.15" startsizemax="0.3,0.3"
|
|
sizechangemin="0.9,0.9" sizechangemax="1.2,1.2"
|
|
startrotationmin ="0.0" startrotationmax="6.28"
|
|
startcolor="1.0, 1.0, 1.0" startalpha="0.8"
|
|
colorchange="0.0, 0.0, 0.0, -0.25"
|
|
lifetime="3"
|
|
deleteonhit="true"
|
|
velocitychange="0.0, -9.8"/>
|
|
|
|
<mist sprite="Content/Particles/spatter.png"
|
|
startsizemin="0.4,0.4" startsizemax="0.5,0.5"
|
|
sizechangemin="0.25,0.25" sizechangemax="0.3,0.3"
|
|
startrotationmin ="0.0" startrotationmax="6.28"
|
|
startcolor="1.0, 1.0, 1.0" startalpha="0.5"
|
|
colorchange="0.0, 0.0, 0.0, -0.25"
|
|
lifetime="3"
|
|
velocitychange="0.0, -0.05"/>
|
|
|
|
<dustcloud sprite="Content/Particles/spatter.png"
|
|
startsizemin="0.8,0.8" startsizemax="1.0,1.0"
|
|
sizechangemin="0.0,0.0" sizechangemax="0.0,0.0"
|
|
startrotationmin ="0.0" startrotationmax="6.28"
|
|
startcolor="0.2, 0.2, 0.2" startalpha="0.5"
|
|
colorchange="0.0, 0.0, 0.0, -0.3"
|
|
lifetime="3"
|
|
velocitychange="0.0, -5.0"/>
|
|
|
|
<bubbles sprite="Content/Particles/bubbles.png"
|
|
startsizemin="0.4,0.4" startsizemax="0.5,0.5"
|
|
sizechangemin="0.0,0.0" sizechangemax="0.1,0.1"
|
|
startrotationmin ="0.0" startrotationmax="3.14"
|
|
startcolor="1.0, 1.0, 1.0" startalpha="0.8"
|
|
colorchange="0.0, 0.0, 0.0, -0.5"
|
|
lifetime="3"
|
|
deleteonhit="true"
|
|
inwater="true"
|
|
velocitychange="0.0, 0.1"/>
|
|
|
|
<blood sprite="Content/Particles/blood.png"
|
|
startsizemin="0.05,0.05" startsizemax="0.6,0.6"
|
|
sizechangemin="0.3,0.2" sizechangemax="0.4,0.2"
|
|
startrotationmin ="0.0" startrotationmax="0.0"
|
|
startcolor="0.5, 0.0, 0.0" startalpha="1.0"
|
|
colorchange="0.0, 0.0, 0.0, -1.0"
|
|
lifetime="2"
|
|
deleteonhit="true"
|
|
rotatetodirection="true"
|
|
velocitychange="0.0, -9.8"/>
|
|
|
|
<waterblood sprite="Content/Particles/spatter.png"
|
|
startsizemin="0.1,0.1" startsizemax="0.1,0.1"
|
|
sizechangemin="0.15,0.15" sizechangemax="0.2,0.2"
|
|
startrotationmin ="0.0" startrotationmax="6.28"
|
|
startcolor="0.5, 0.0, 0.0" startalpha="1.0"
|
|
colorchange="0.0, 0.0, 0.0, -0.25"
|
|
lifetime="5.0"
|
|
inwater="true"
|
|
velocitychange="0.0, 0.0"/>
|
|
|
|
<explosionfire sprite="Content/Particles/explosion.png"
|
|
startsizemin="1.5,1.5" startsizemax="3.0,3.0"
|
|
sizechangemin="0.5,0.5" sizechangemax="0.6,0.6"
|
|
startrotationmin ="0.0" startrotationmax="6.28"
|
|
startcolor="1.0, 1.0, 1.0" startalpha="1.0"
|
|
colorchange="-0.4, -0.4, -0.4, -0.3"
|
|
lifetime="5.0"
|
|
inwater="false"
|
|
deleteonhit="true"
|
|
velocitychange="0.0, 0.5"/>
|
|
|
|
<weld sprite="Content/Particles/explosion.png"
|
|
startsizemin="0.1,0.1" startsizemax="0.2,0.2"
|
|
sizechangemin="0.5,0.5" sizechangemax="0.7,0.7"
|
|
startrotationmin ="0.0" startrotationmax="6.28"
|
|
startcolor="1.0, 1.0, 1.0" startalpha="1.0"
|
|
colorchange="0.0, 0.0, -1.0, -5.0"
|
|
lifetime="1.0"
|
|
inwater="false"
|
|
deleteonhit="true"
|
|
velocitychange="0.0, 0.0"/>
|
|
</prefabs>
|