| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?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 IsGroundAligned="true" ParticleTexture="FXWaterFall" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="ALPHA" SortLevel="1" SystemLifetime="100" id="SovietDefensiveWaterBuildupFroth">
- <Lifetime High="180" Low="120"/>
- <Size High="30" Low="15"/>
- <BurstDelay High="1" Low="1"/>
- <BurstCount High="1" Low="1"/>
- <Alphas>
- <Alpha Frame="2" High="0.25" Low="0.25" RelativeAge="9"/>
- <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="100">
- <Color b="1" g="1" r="1"/>
- </Color>
- </Colors>
- <Physics>
- <Default>
- <VelocityDamping High="0.99" Low="0.99"/>
- </Default>
- </Physics>
- <Draw>
- <Default/>
- </Draw>
- <Volume>
- <Cylinder Radius="10">
- <Offset x="0" y="0" z="-10"/>
- </Cylinder>
- </Volume>
- <Velocity>
- <Outward>
- <Speed High="1" Low="0.1"/>
- <OtherSpeed High="0" Low="0"/>
- </Outward>
- </Velocity>
- <Event/>
- <Update>
- <Default>
- <SizeRate High="0.5" Low="0.5"/>
- <SizeRateDamping High="0.95" Low="0.95"/>
- <AngleZ High="7" Low="-7"/>
- <AngularDampingXY High="1" Low="1"/>
- </Default>
- </Update>
- </FXParticleSystemTemplate>
- </AssetDeclaration>
|