| 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:fxfactorysteam01.xml" type="instance"/>
- <Include source="art:fxfractilenrm.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXFactorySteam01" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SortLevel="2" Type="GPU_PARTICLE" id="HotSpringsMist">
- <Lifetime High="150" Low="100"/>
- <Size High="50" Low="15"/>
- <BurstDelay High="5" Low="3"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="2" High="0.2" Low="0.2" RelativeAge="19"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="0.952941" r="0.909804"/>
- </Color>
- <Color Frame="2" RelativeAge="19.999998">
- <Color b="1" g="0.913726" r="0.843137"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="1" g="0.960784" r="0.882353"/>
- </Color>
- </Colors>
- <Physics>
- <Default Swirly="true">
- <VelocityDamping High="0.99" Low="0.99"/>
- <DriftVelocity x="0.2" y="0" z="0.1"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXFracTileNRM" FramesPerRow="6" GeometryType="TWO_CONCENTRIC_QUADS" MiscValue1="0.2" MiscValue2="0.01" MiscValue3="45" MiscValue4="0.08" RandTex="36" Shader="gpuparticledistort.fx" SpeedMultiplier="1" TotalFrames="36"/>
- </Draw>
- <Volume>
- <Cylinder Radius="50">
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0.1" Low="-0.1"/>
- <y High="0.1" Low="-0.1"/>
- <z High="0.1" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default Rotation="ROTATE_AROUND_VELOCITY">
- <SizeRate High="0.2" Low="0.1"/>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="-7"/>
- <AngularDamping High="1" Low="1"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|