| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?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:fxspherenrm.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXSphereNRM" PerParticleAttachedSystem="" Priority="HIGH_OR_ABOVE" Shader="ALPHA" SortLevel="1" SystemLifetime="1" Type="GPU_PARTICLE" id="YurikoAttackDistortion">
- <Lifetime High="15" Low="10"/>
- <Size High="25" Low="10"/>
- <BurstDelay High="15" Low="0"/>
- <BurstCount High="5" Low="5"/>
- <Alphas>
- <Alpha Frame="2" High="0.02" Low="0.02" RelativeAge="9"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="2" RelativeAge="9.999999">
- <Color b="0.988235" g="0.996078" r="0.988235"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="1" Low="1"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu Shader="gpuparticledistortion.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Line>
- <StartPoint x="0" y="0" z="5"/>
- <EndPoint x="0" y="0" z="5"/>
- </Line>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="1" Low="-1"/>
- <y High="1" Low="-1"/>
- <z High="0" Low="0"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRateDamping High="1" Low="1"/>
- <AngleZ High="7" Low="0"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|