| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Includes>
- <Include source="art:fxcloudcr01.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate IsGroundAligned="true" ParticleTexture="FXCloudCR01" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" SortLevel="1" SystemLifetime="1" Type="GPU_PARTICLE" id="JapanPearlSweepSW">
- <Lifetime High="10" Low="5"/>
- <Size High="80" Low="40"/>
- <BurstCount High="10" Low="5"/>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.47451" g="0.239216" r="0.160784"/>
- </Color>
- <Color Frame="2" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <ColorScale High="8" Low="8"/>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="1" Low="1"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu RandTex="1" Shader="gpuparticlexy.fx" SingleRow="1" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Line IsHollow="true">
- <StartPoint x="0" y="0" z="6"/>
- <EndPoint x="0" y="0" z="6"/>
- </Line>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="2" Low="-2"/>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="0"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|