| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?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:fxabaloneenv2.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXfireball_oil" PerParticleAttachedSystem="" Priority="ALWAYS_RENDER" Shader="ALPHA" SortLevel="2" Type="GPU_PARTICLE" id="GenericDStateFlyingFire">
- <Lifetime High="10" Low="7"/>
- <Size High="15" Low="10"/>
- <BurstCount High="2" Low="1"/>
- <Alphas>
- <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="25"/>
- <Alpha Frame="3" High="1" Low="1" RelativeAge="50"/>
- <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="1" g="1" r="1"/>
- </Color>
- <Color Frame="4" RelativeAge="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.98" Low="0.97"/>
- <DriftVelocity x="0.3" y="0" z="0"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXAbaloneEnv2" GeometryType="CENTERED_QUAD" Shader="GPUFXDStateUnitFire.fx" SpeedMultiplier="0.25"/>
- </Draw>
- <Volume>
- <Cylinder>
- <Offset x="0" y="0" z="5"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="2" Low="1"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="10" Low="0"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|