| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?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:fxjapanautocannonhit.xml" type="instance"/>
- <Include source="art:fxabaloneenv.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXJapanAutoCannonHit" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" SortLevel="1" SystemLifetime="5" Type="GPU_PARTICLE" id="YurikoPowerUpFlash">
- <Lifetime High="50" Low="50"/>
- <BurstCount High="1" Low="1"/>
- <InitialDelay High="3" Low="3"/>
- <Colors HouseColorSaturation="0">
- <Color Frame="1" RelativeAge="0">
- <Color b="0.996078" g="0.729412" r="0.172549"/>
- </Color>
- <Color Frame="2" RelativeAge="100">
- <Color b="0" g="0" r="0"/>
- </Color>
- <ColorScale High="2" Low="2"/>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.5" Low="0.5"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu DetailTexture="FXAbaloneEnv" GeometryType="TWO_QUADS" Shader="gpuparticleperpendicularbottom.fx" SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder>
- <Offset x="0" y="0" z="15"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0.1" Low="0.1"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <RenderObject Rotation="ROTATE_AROUND_VELOCITY">
- <AngleX High="7" Low="-7"/>
- <AngularDamping High="1" Low="1"/>
- <StartSize>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </StartSize>
- <SizeRate>
- <x High="10" Low="10"/>
- <y High="-1" Low="-1"/>
- <z High="-1" Low="-1"/>
- </SizeRate>
- <SizeDamping>
- <x High="0.8" Low="0.8"/>
- <y High="0.9" Low="0.9"/>
- <z High="0.9" Low="0.9"/>
- </SizeDamping>
- </RenderObject>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|