| 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:fxsmokecloudhardalpha.xml" type="instance"/>
- <Include source="art:fxabaloneenv2.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXSmokeCloudHardAlpha" PerParticleAttachedSystem="" Priority="ALWAYS_RENDER" Shader="ALPHA" SortLevel="1" SystemLifetime="37" Type="GPU_PARTICLE" id="BombTest">
- <Lifetime High="60" Low="50"/>
- <Size High="10" Low="10"/>
- <BurstCount High="3" Low="2"/>
- <Alphas>
- <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="50"/>
- <Alpha Frame="3" High="0.75" Low="0.75" RelativeAge="75"/>
- <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="2" RelativeAge="50">
- <Color b="0.101961" g="0.101961" r="0.101961"/>
- </Color>
- <Color Frame="3" RelativeAge="60.000004">
- <Color b="0.270588" g="0.345098" r="0.854902"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="0.003922" g="0.007843" r="0.019608"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.915" Low="0.915"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXAbaloneEnv2" Shader="GPUFXBombTest.fx" SortParticles="true" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Sphere IsHollow="false" Radius="1"/>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="5" Low="-5"/>
- <y High="4" Low="-5"/>
- <z High="6" Low="6"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="0.5" Low="0.5"/>
- <SizeRateDamping High="1.005" Low="1.005"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.05" Low="-0.05"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|