| 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:fxsmokeanim.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXSmokeAnim" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SystemLifetime="20" Type="GPU_PARTICLE" id="SovietBuildingHitSmoke">
- <Lifetime High="100" Low="80"/>
- <BurstCount High="2" Low="2"/>
- <Alphas>
- <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="9"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
- <Alpha Frame="4" High="0" Low="0" RelativeAge="200"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.168627" g="0.168627" r="0.168627"/>
- </Color>
- <Color Frame="2" RelativeAge="14.999999">
- <Color b="0.329412" g="0.333333" r="0.32549"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0.788235" g="0.788235" r="0.788235"/>
- </Color>
- <Color Frame="4" RelativeAge="200">
- <Color b="0" g="0" r="0"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="0.005">
- <VelocityDamping High="0.85" Low="0.8"/>
- <DriftVelocity x="0.15" y="0" z="0.15"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu FramesPerRow="4" GeometryType="TWO_CONCENTRIC_QUADS" Shader="GPUParticleLit.fx" SpeedMultiplier="0.01" TotalFrames="16"/>
- </Draw>
- <Volume>
- <Cylinder Radius="5">
- <Offset x="0" y="0" z="-25"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="2" Low="-2"/>
- <y High="2" Low="-2"/>
- <z High="5" Low="5"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default Rotation="ROTATE_AROUND_VELOCITY">
- <SizeRate High="1.8" Low="1.3"/>
- <SizeRateDamping High="0.98" Low="0.95"/>
- <AngleZ High="7" Low="0"/>
- <AngularRateZ High="0.25" Low="-0.25"/>
- <AngularDamping High="0.98" Low="0.97"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|