| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?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:fxfactorysteam01.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXFactorySteam01" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="ALPHA" SystemLifetime="1" Type="GPU_PARTICLE" id="BBField_PlateOpen01">
- <Lifetime High="50" Low="30"/>
- <Size High="15" Low="5"/>
- <BurstCount High="50" Low="40"/>
- <InitialDelay High="3" Low="3"/>
- <Alphas>
- <Alpha Frame="2" High="0.4" Low="0.4" RelativeAge="9"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors HouseColorSaturation="0">
- <Color Frame="1" RelativeAge="0">
- <Color b="0.282353" g="0.435294" r="0.568628"/>
- </Color>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0.396078" g="0.509804" r="0.627451"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0.619608" g="0.737255" r="0.811765"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="-0.01">
- <VelocityDamping High="0.85" Low="0.8"/>
- <DriftVelocity x="0.2" y="0" z="0.3"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu FramesPerRow="6" RandTex="1" SpeedMultiplier="1" TotalFrames="36"/>
- </Draw>
- <Volume>
- <Cylinder IsHollow="true" Radius="1">
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Outward>
- <Speed High="4" Low="2"/>
- <OtherSpeed High="0" Low="0"/>
- </Outward>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="0.8" Low="0.3"/>
- <SizeRateDamping High="0.95" Low="0.95"/>
- <AngleZ High="7" Low="0"/>
- <AngleXY High="45" Low="0"/>
- <AngularRateXY High="0.02" Low="0.01"/>
- <AngularDampingXY High="0.95" Low="0.9"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|