| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?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:fxfireball_oil.xml" type="instance"/>
- <Include source="art:fxswirlblr.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXfireball_oil" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="ADDITIVE_ALPHA_TEST" SortLevel="1" SystemLifetime="1" Type="GPU_PARTICLE" id="SovietSniper3">
- <Lifetime High="4" Low="4"/>
- <Size High="7" Low="5"/>
- <StartSizeRate High="1" Low="1"/>
- <BurstDelay High="2" Low="2"/>
- <BurstCount High="3" Low="1"/>
- <Alphas>
- <Alpha Frame="2" High="0.5" Low="0.5" RelativeAge="25"/>
- <Alpha Frame="3" High="0.5" Low="0.5" RelativeAge="90"/>
- <Alpha Frame="4" 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="25">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="50">
- <Color b="0.207843" g="0.380392" r="0.976471"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="0.14902" g="0.14902" r="0.776471"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.6" Low="0.5"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXSwirlBLR" Shader="GPUParticleWarp.fx" SpeedMultiplier="2"/>
- </Draw>
- <Volume>
- <Line>
- <StartPoint x="0" y="0" z="0"/>
- <EndPoint x="1" y="0" z="0"/>
- </Line>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="5" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="2" Low="1"/>
- <SizeRateDamping High="0.65" Low="0.5"/>
- <AngleZ High="3.14" Low="0"/>
- <AngularRateZ High="1" Low="-1"/>
- <AngularDamping High="0.5" Low="0.5"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|