| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?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:fxfire03.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXFire03" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" SortLevel="1" SystemLifetime="1" Type="GPU_PARTICLE" id="JapanVehicleMainExplosion">
- <Lifetime High="15" Low="15"/>
- <Size High="25" Low="20"/>
- <BurstCount High="5" Low="5"/>
- <Colors>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0.666667" g="0.843137" r="0.407843"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0.101961" g="0.117647" r="0.14902"/>
- </Color>
- <ColorScale High="2" Low="2"/>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="1" Low="1"/>
- <DriftVelocity x="0.1" y="0" z="0"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu FramesPerRow="6" SpeedMultiplier="2.2" TotalFrames="36"/>
- </Draw>
- <Volume>
- <Box>
- <HalfSize x="5" y="5" z="5"/>
- </Box>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="3" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="3" Low="1"/>
- <SizeRateDamping High="0.99" Low="0.95"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.05" Low="-0.05"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|