| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?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:fxsmokeswirl.xml" type="instance"/>
- <Include source="art:fxabaloneenv2.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXSmokeSwirl" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="ALPHA" SortLevel="2" Type="GPU_PARTICLE" id="GenericDStateUnitSmoke">
- <Lifetime High="45" Low="25"/>
- <Size High="10" Low="7"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="2" High="0.3" Low="0.3" RelativeAge="9"/>
- <Alpha Frame="3" High="0.75" Low="0.75" RelativeAge="50"/>
- <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.168627" g="0.239216" r="0.890196"/>
- </Color>
- <Color Frame="2" RelativeAge="9">
- <Color b="0.223529" g="0.223529" r="0.607843"/>
- </Color>
- <Color Frame="3" RelativeAge="60.000004">
- <Color b="0.231373" g="0.231373" r="0.231373"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="0.098039" g="0.098039" r="0.098039"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.99" Low="0.98"/>
- <DriftVelocity x="0.3" y="0" z="0"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXAbaloneEnv2" GeometryType="CENTERED_QUAD" Shader="GPUFXDStateUnitSmoke.fx" SpeedMultiplier="0.25"/>
- </Draw>
- <Volume>
- <Cylinder>
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="1.5" Low="1"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="0.5" Low="0.5"/>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="4" Low="0"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|