| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?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:fxninjacloud.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXNinjaCloud" PerParticleAttachedSystem="" Priority="LOW_OR_ABOVE" Shader="ALPHA" Type="GPU_PARTICLE" id="JapEngineer_Smoke">
- <Lifetime High="40" Low="25"/>
- <Size High="10" Low="5"/>
- <BurstDelay High="2" Low="2"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="2" High="0.25" Low="0.25" RelativeAge="9"/>
- <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="9.999999">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="50">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.7" Low="0.5"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu FramesPerRow="2" RandTex="1" SpeedMultiplier="0.001" TotalFrames="4"/>
- </Draw>
- <Volume>
- <Cylinder>
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Outward>
- <Speed High="3" Low="1"/>
- <OtherSpeed High="3" Low="1"/>
- </Outward>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="1.5" Low="1"/>
- <SizeRateDamping High="0.95" Low="0.9"/>
- <AngularRateZ High="0.1" Low="-0.1"/>
- <AngularDamping High="0.95" Low="0.9"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|