| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?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:fxsmokeplume.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXsmokeplume" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SortLevel="3" Type="GPU_PARTICLE" id="RiptideDust">
- <Lifetime High="10" Low="10"/>
- <Size High="30" Low="15"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="2" High="0.2" Low="0.2" RelativeAge="9"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.639216" g="0.639216" r="0.639216"/>
- </Color>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0.690196" g="0.690196" r="0.690196"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0.607843" g="0.607843" r="0.607843"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.9" Low="0.9"/>
- <DriftVelocity x="0.2" y="0" z="0"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder>
- <Offset x="-20" y="0" z="5"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="5" Low="-5"/>
- <y High="5" Low="-5"/>
- <z High="0" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="1" Low="0.5"/>
- <SizeRateDamping High="0.95" Low="0.95"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.1" Low="-0.1"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|