| 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:fxstreak.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXStreak" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" SystemLifetime="1" Type="TRAIL" id="CritHit">
- <Lifetime High="25" Low="2"/>
- <Size High="1.5" Low="0.5"/>
- <BurstCount High="10" Low="10"/>
- <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="100"/>
- </Alphas>
- <Colors HouseColorSaturation="0">
- <Color Frame="1" RelativeAge="0">
- <Color b="0.588235" g="0.823529" r="0.905882"/>
- </Color>
- <Color Frame="2" RelativeAge="25">
- <Color b="0.215686" g="0.560784" r="0.941177"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.9" Low="0.8"/>
- </Default>
- </Physics>
- <Draw>
- <Trail TrailLife="3"/>
- </Draw>
- <Volume>
- <Cylinder Radius="5">
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="-3" Low="-10"/>
- <y High="1" Low="-1"/>
- <z High="1" Low="-1"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="-7"/>
- <AngularRateZ High="0.05" Low="-0.05"/>
- <AngularDamping High="1" Low="1"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|