| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?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:fxsmoke2x2_02.xml" type="instance"/>
- <Include source="art:fxsmoke2x2_02_nrm.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXSmoke2x2_02" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SortLevel="3" SystemLifetime="3" Type="GPU_PARTICLE" id="BBField_PlateOpen02">
- <Lifetime High="50" Low="30"/>
- <Size High="10" Low="5"/>
- <BurstCount High="30" Low="15"/>
- <InitialDelay High="26" Low="26"/>
- <Alphas>
- <Alpha Frame="2" High="0.2" Low="0.2" RelativeAge="4"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.282353" g="0.435294" r="0.568628"/>
- </Color>
- <Color Frame="2" RelativeAge="5">
- <Color b="0.647059" g="0.717647" r="0.788235"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0.619608" g="0.737255" r="0.811765"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="-0.01">
- <VelocityDamping High="0.85" Low="0.8"/>
- <DriftVelocity x="0.2" y="0" z="0.3"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXSmoke2x2_02_NRM" FramesPerRow="2" RandTex="1" Shader="gpuparticlenormalmap.fx" SpeedMultiplier="0.001" TotalFrames="4"/>
- </Draw>
- <Volume>
- <Cylinder IsHollow="true" Radius="1">
- <Offset x="0" y="0" z="-1"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Outward>
- <Speed High="4" Low="2"/>
- <OtherSpeed High="3" Low="1"/>
- </Outward>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="0.8" Low="0.3"/>
- <SizeRateDamping High="0.95" Low="0.95"/>
- <AngleZ High="7" Low="0"/>
- <AngleXY High="45" Low="0"/>
- <AngularRateXY High="0.02" Low="0.01"/>
- <AngularDampingXY High="0.95" Low="0.9"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|