| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?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:fxdirtcolumn.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXDirtColumn" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SortLevel="2" SystemLifetime="30" Type="GPU_PARTICLE" id="BBField_DustFall01">
- <Lifetime High="50" Low="40"/>
- <Size High="2" Low="1"/>
- <BurstDelay High="15" Low="0"/>
- <BurstCount High="10" Low="5"/>
- <InitialDelay High="150" Low="120"/>
- <Alphas>
- <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="14"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.545098" g="0.627451" r="0.694118"/>
- </Color>
- <Color Frame="2" RelativeAge="50">
- <Color b="0.839216" g="0.87451" r="0.894118"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.95" Low="0.5"/>
- <DriftVelocity x="0" y="0" z="-1"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu GeometryType="TWO_CONCENTRIC_QUADS" Shader="GPUParticleLit.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Line>
- <StartPoint x="0" y="0" z="0"/>
- <EndPoint x="20" y="0" z="0"/>
- </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="1" Low="0.05"/>
- <SizeRateDamping High="0.99" Low="0.99"/>
- <AngleZ High="39.4" Low="39.4"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|