| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?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="VERY_LOW_OR_ABOVE" SortLevel="1" SystemLifetime="1" Type="GPU_PARTICLE" id="SovietRocketLaunchVet">
- <Lifetime High="3" Low="3"/>
- <Size High="15" Low="10"/>
- <BurstCount High="5" Low="5"/>
- <Colors HouseColorSaturation="0">
- <Color Frame="1" RelativeAge="0">
- <Color b="0.039216" g="0.039216" r="0.996078"/>
- </Color>
- <Color Frame="2" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <ColorScale High="3" Low="3"/>
- </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>
- <Offset x="-5" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="-0.01" Low="-0.01"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <RenderObject Rotation="ROTATE_AROUND_VELOCITY">
- <AngleX High="7" Low="-7"/>
- <AngularDamping High="1" Low="1"/>
- <StartSize>
- <x High="10" Low="10"/>
- <y High="35" Low="10"/>
- <z High="35" Low="10"/>
- </StartSize>
- <SizeRate>
- <x High="10" Low="5"/>
- <y High="1" Low="1"/>
- <z High="1" Low="1"/>
- </SizeRate>
- <SizeDamping>
- <x High="1" Low="1"/>
- <y High="1.01" Low="1.01"/>
- <z High="1" Low="1"/>
- </SizeDamping>
- </RenderObject>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|