| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?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:fxshell02.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXShell02" PerParticleAttachedSystem="" Shader="ALPHA_TEST" SystemLifetime="1" Type="GPU_PARTICLE" id="FXJapanShellLarge">
- <Lifetime High="20" Low="20"/>
- <Size High="3" Low="3"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="100"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="200"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="200">
- <Color b="0.992157" g="0.992157" r="0.992157"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="-0.3">
- <VelocityDamping High="1" Low="1"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu Shader="GPUParticleLit.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Point/>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0.5" Low="-0.5"/>
- <y High="-1.5" Low="-0.5"/>
- <z High="1.5" Low="0.5"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="-7"/>
- <AngularRateZ High="2" Low="-2"/>
- <AngularDamping High="1" Low="1"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|