| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?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:fxsplash01.w3x" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate Drawable="FXSplash01" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="W3D_ALPHA" SystemLifetime="5" Type="DRAWABLE" id="SeaWing_Splash">
- <Lifetime High="25" Low="15"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
- <Alpha Frame="2" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="0" g="0" r="0.956863"/>
- </Color>
- <Color Frame="2" RelativeAge="50">
- <Color b="0.035294" g="0.058824" r="1"/>
- </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>
- <RenderObject>
- <ObjectSet/>
- <ObjectSet/>
- <ObjectSet/>
- </RenderObject>
- </Draw>
- <Volume>
- <Cylinder Radius="5">
- <Offset x="0" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="-0.1" Low="-0.1"/>
- <y High="-0.1" Low="-0.1"/>
- <z High="0.5" Low="0.5"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <RenderObject Rotation="ROTATE_AROUND_VELOCITY">
- <AngleX High="77" Low="-77"/>
- <AngularRateX High="0.1" Low="-0.1"/>
- <AngularDamping High="0.9" Low="0.9"/>
- <StartSize>
- <x High="0" Low="0"/>
- <y High="0" Low="0"/>
- <z High="0" Low="0"/>
- </StartSize>
- <SizeRate>
- <x High="0.1" Low="0.03"/>
- <y High="0.05" Low="0.025"/>
- <z High="0.1" Low="0.05"/>
- </SizeRate>
- <SizeDamping>
- <x High="0.9" Low="0.9"/>
- <y High="0.98" Low="0.98"/>
- <z High="0.98" Low="0.98"/>
- </SizeDamping>
- </RenderObject>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|