| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?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:fxmuzzlesoviettank.xml" type="instance"/>
- <Include source="art:fxabaloneenv.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXMuzzleSovietTank" PerParticleAttachedSystem="" Priority="HIGH_OR_ABOVE" SortLevel="1" SystemLifetime="5" Type="GPU_PARTICLE" id="JapanOniExplosion">
- <Lifetime High="10" Low="5"/>
- <Size High="15" Low="10"/>
- <BurstCount High="4" Low="3"/>
- <Colors HouseColorSaturation="0">
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0.992157" g="0.482353" r="0.141176"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <ColorScale High="4" Low="4"/>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="1" Low="1"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXAbaloneEnv" GeometryType="TWO_QUADS" Shader="GpuParticlePerpendicularBottom.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder IsHollow="true" Length="40" Radius="10">
- <Offset x="0" y="0" z="30"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Outward>
- <Speed High="0.1" Low="0.1"/>
- <OtherSpeed High="0" Low="0"/>
- </Outward>
- </Velocity>
- <Event/>
- <Update>
- <RenderObject Rotation="ROTATE_AROUND_VELOCITY">
- <AngleX High="7" Low="-7"/>
- <AngularDamping High="1" Low="1"/>
- <StartSize>
- <x High="0" Low="0"/>
- <y High="10" Low="10"/>
- <z High="10" Low="10"/>
- </StartSize>
- <SizeRate>
- <x High="10" Low="10"/>
- <y High="-1" Low="-1"/>
- <z High="-1" Low="-1"/>
- </SizeRate>
- <SizeDamping>
- <x High="0.9" Low="0.9"/>
- <y High="0.9" Low="0.9"/>
- <z High="0.95" Low="0.95"/>
- </SizeDamping>
- </RenderObject>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|