| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?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="MEDIUM_OR_ABOVE" Shader="ALPHA" SortLevel="2" Type="GPU_PARTICLE" id="SovietPowerSmoke">
- <Lifetime High="150" Low="80"/>
- <Size High="30" Low="10"/>
- <BurstDelay High="3" Low="3"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="29"/>
- <Alpha Frame="3" High="0.5" Low="0.5" RelativeAge="50"/>
- <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0" g="0.466667" r="0.776471"/>
- </Color>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0.145098" g="0.145098" r="0.145098"/>
- </Color>
- <Color Frame="3" RelativeAge="30.000002">
- <Color b="0.188235" g="0.188235" r="0.188235"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="0.160784" g="0.160784" r="0.160784"/>
- </Color>
- </Colors>
- <Physics>
- <Default Swirly="true">
- <VelocityDamping High="0.99" Low="0.98"/>
- <DriftVelocity x="0.2" y="0" z="0"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu FramesPerRow="6" RandTex="1" SpeedMultiplier="0.001" TotalFrames="36"/>
- </Draw>
- <Volume>
- <Cylinder>
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="1" Low="1"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default Rotation="ROTATE_AROUND_VELOCITY">
- <SizeRate High="0.4" Low="0.01"/>
- <SizeRateDamping High="0.99" Low="0.95"/>
- <AngleZ High="0.5" Low="-0.5"/>
- <AngularDamping High="1" Low="1"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|