| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?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:fxlenzflare01.xml" type="instance"/>
- <Include source="art:fxspherenrm.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate IsEmitAboveGroundOnly="true" ParticleTexture="FXLenzFlare01" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" SystemLifetime="1" id="SovietAVVT3WheelDust">
- <Lifetime High="75" Low="25"/>
- <Size High="1" Low="1"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="2" High="0.76" Low="0.76" RelativeAge="4"/>
- <Alpha Frame="3" High="0.25" Low="0.25" RelativeAge="50"/>
- <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="5">
- <Color b="0.27451" g="0.529412" r="0.756863"/>
- </Color>
- <Color Frame="3" RelativeAge="50">
- <Color b="0.858824" g="0.901961" r="0.956863"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- </Colors>
- <Physics>
- <Default Swirly="true">
- <VelocityDamping High="0.975" Low="0.95"/>
- <DriftVelocity x="0.1" y="0" z="0.5"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXSphereNRM" Shader="gpuparticlelit.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder IsHollow="true" Radius="10">
- <Offset x="5" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="2" Low="1"/>
- <y High="0.1" Low="-0.1"/>
- <z High="0.1" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="2" Low="2"/>
- <SizeRateDamping High="1.01" Low="1.01"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="5" Low="-5"/>
- <AngularDamping High="0.85" Low="0.8"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|