| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?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:fxsteam.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate IsParticleUpTowardsEmitter="true" ParticleTexture="FXSteam" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SortLevel="1" Type="GPU_PARTICLE" id="BuildingSteam">
- <Lifetime High="50" Low="10"/>
- <Size High="3" Low="0"/>
- <BurstCount High="5" Low="2"/>
- <Alphas>
- <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="50"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="50">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- </Colors>
- <Wind PingPongEndAngleMin="5.49779"/>
- <Physics>
- <Default>
- <VelocityDamping High="0.8" Low="0.7"/>
- <DriftVelocity x="0.1" y="0" z="0"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder>
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="3" Low="0"/>
- <y High="0.5" Low="-0.5"/>
- <z High="0.5" Low="-0.5"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="0.5" Low="0.1"/>
- <SizeRateDamping High="0.9" Low="0.8"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.25" Low="-0.25"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|