| 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:fxwake01.w3x" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate Drawable="FXWake01" PerParticleAttachedSystem="" Priority="HIGH_OR_ABOVE" Shader="W3D_ALPHA" SortLevel="1" SystemLifetime="15" Type="DRAWABLE" id="AssaultDestroyerSplashBig">
- <Lifetime High="70" Low="35"/>
- <Size High="1" Low="1"/>
- <BurstCount High="3" Low="1"/>
- <Alphas>
- <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="50"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="0.847059" r="0.443137"/>
- </Color>
- <Color Frame="2" RelativeAge="50">
- <Color b="0.972549" g="0.690196" r="0.505882"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="1" g="0.67451" r="0.27451"/>
- </Color>
- </Colors>
- <Physics>
- <Default Gravity="-0.1">
- <VelocityDamping High="1" Low="1"/>
- </Default>
- </Physics>
- <Draw>
- <RenderObject>
- <ObjectSet/>
- <ObjectSet/>
- <ObjectSet/>
- </RenderObject>
- </Draw>
- <Volume>
- <Cylinder Radius="15">
- <Offset x="35" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="3" Low="1"/>
- <y High="2" Low="-2"/>
- <z High="3" Low="1"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <RenderObject Rotation="ROTATE_AROUND_VELOCITY">
- <AngularDamping High="1" Low="1"/>
- <StartSize>
- <x High="0.5" Low="0.2"/>
- <y High="0.5" Low="0.2"/>
- <z High="0.5" Low="0.1"/>
- </StartSize>
- <SizeRate>
- <x High="0.03" Low="0.03"/>
- <y High="0.02" Low="0.02"/>
- <z High="0" Low="0"/>
- </SizeRate>
- <SizeDamping>
- <x High="1" Low="1"/>
- <y High="1" Low="1"/>
- <z High="1" Low="1"/>
- </SizeDamping>
- </RenderObject>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|