| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?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:fxbullethit.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXBulletHit" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" SortLevel="1" SystemLifetime="1" Type="GPU_PARTICLE" id="BulletHit">
- <Lifetime High="8" Low="8"/>
- <Size High="10" Low="7"/>
- <BurstCount High="1" Low="1"/>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0.560784" g="0.670588" r="0.752941"/>
- </Color>
- <Color Frame="2" RelativeAge="100">
- <Color b="0.623529" g="0.760784" r="0.882353"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.9" Low="0.9"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu FramesPerRow="4" SingleRow="-1" SpeedMultiplier="1" TotalFrames="16"/>
- </Draw>
- <Volume>
- <Sphere IsHollow="false" Radius="10"/>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRateDamping High="0.6" Low="0.6"/>
- <AngleZ High="7" Low="0"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|