| 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:fxwaterfall.xml" type="instance"/>
- </Includes>
- <FXParticleSystemTemplate ParticleTexture="FXWaterFall" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SortLevel="1" SystemLifetime="15" Type="GPU_PARTICLE" id="AssaultDestroyerSplashMist">
- <Lifetime High="50" Low="50"/>
- <BurstCount High="2" Low="2"/>
- <Alphas>
- <Alpha Frame="2" High="1" Low="1" RelativeAge="14"/>
- <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
- </Alphas>
- <Colors>
- <Color Frame="1" RelativeAge="0">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="2" RelativeAge="14.999999">
- <Color b="1" g="1" r="1"/>
- </Color>
- <Color Frame="3" RelativeAge="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- </Colors>
- <Wind AngleChangeMax="10" AngleChangeMin="-10" FullStrengthDist="1" Motion="PING_PONG" PingPongEndAngleMin="5.49779" Strength="1" TurbulenceAmplitude="0.01" TurbulenceFrequency="0.1"/>
- <Physics>
- <Default Gravity="-0.05">
- <VelocityDamping High="0.98" Low="0.98"/>
- </Default>
- </Physics>
- <Draw>
- <Gpu SpeedMultiplier="1"/>
- </Draw>
- <Volume>
- <Cylinder Radius="15">
- <Offset x="35" y="0" z="0"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Ortho>
- <Position>
- <x High="4" Low="-1"/>
- <y High="2" Low="-2"/>
- <z High="4" Low="1"/>
- </Position>
- </Ortho>
- </Velocity>
- <Event/>
- <Update>
- <Default Rotation="ROTATE_IN_WORLD_SPACE">
- <SizeRate High="3" Low="3"/>
- <SizeRateDamping High="0.95" Low="0.92"/>
- <AngleZ High="7" Low="-7"/>
- <AngularRateZ High="0.1" Low="-0.1"/>
- <AngularDamping High="0.9" Low="0.9"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|