SovietDefensiveWaterBuildupFroth.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Includes>
  4. <Include source="art:fxwaterfall.xml" type="instance"/>
  5. </Includes>
  6. <FXParticleSystemTemplate IsGroundAligned="true" ParticleTexture="FXWaterFall" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="ALPHA" SortLevel="1" SystemLifetime="100" id="SovietDefensiveWaterBuildupFroth">
  7. <Lifetime High="180" Low="120"/>
  8. <Size High="30" Low="15"/>
  9. <BurstDelay High="1" Low="1"/>
  10. <BurstCount High="1" Low="1"/>
  11. <Alphas>
  12. <Alpha Frame="2" High="0.25" Low="0.25" RelativeAge="9"/>
  13. <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
  14. </Alphas>
  15. <Colors>
  16. <Color Frame="1" RelativeAge="0">
  17. <Color b="1" g="1" r="1"/>
  18. </Color>
  19. <Color Frame="2" RelativeAge="100">
  20. <Color b="1" g="1" r="1"/>
  21. </Color>
  22. </Colors>
  23. <Physics>
  24. <Default>
  25. <VelocityDamping High="0.99" Low="0.99"/>
  26. </Default>
  27. </Physics>
  28. <Draw>
  29. <Default/>
  30. </Draw>
  31. <Volume>
  32. <Cylinder Radius="10">
  33. <Offset x="0" y="0" z="-10"/>
  34. </Cylinder>
  35. </Volume>
  36. <Velocity>
  37. <Outward>
  38. <Speed High="1" Low="0.1"/>
  39. <OtherSpeed High="0" Low="0"/>
  40. </Outward>
  41. </Velocity>
  42. <Event/>
  43. <Update>
  44. <Default>
  45. <SizeRate High="0.5" Low="0.5"/>
  46. <SizeRateDamping High="0.95" Low="0.95"/>
  47. <AngleZ High="7" Low="-7"/>
  48. <AngularDampingXY High="1" Low="1"/>
  49. </Default>
  50. </Update>
  51. </FXParticleSystemTemplate>
  52. </AssetDeclaration>