AlienCorrupterStreamDrip.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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:fxalienblood.xml" type="instance"/>
  5. </Includes>
  6. <FXParticleSystemTemplate ParticleTexture="FXAlienBlood" PerParticleAttachedSystem="" Priority="LOW_OR_ABOVE" Shader="MULTIPLY" SortLevel="1" Type="GPU_PARTICLE" id="AlienCorrupterStreamDrip">
  7. <Lifetime High="50" Low="15"/>
  8. <Size High="20" Low="8"/>
  9. <BurstCount High="6" Low="3"/>
  10. <Colors>
  11. <Color Frame="1" RelativeAge="0">
  12. <Color b="1" g="1" r="1"/>
  13. </Color>
  14. <Color Frame="2" RelativeAge="5">
  15. <Color b="0" g="0" r="0"/>
  16. </Color>
  17. <Color Frame="3" RelativeAge="100">
  18. <Color b="0.992157" g="0.992157" r="0.992157"/>
  19. </Color>
  20. </Colors>
  21. <Physics>
  22. <Default Gravity="-0.05">
  23. <VelocityDamping High="0.9" Low="0.9"/>
  24. </Default>
  25. </Physics>
  26. <Draw>
  27. <Gpu SpeedMultiplier="1"/>
  28. </Draw>
  29. <Volume>
  30. <Spline>
  31. <StartPoint x="0" y="100" z="0"/>
  32. <EndPoint x="0" y="0" z="0"/>
  33. </Spline>
  34. </Volume>
  35. <Velocity>
  36. <Ortho>
  37. <Position>
  38. <x High="0" Low="0"/>
  39. <y High="5" Low="0"/>
  40. <z High="1" Low="1"/>
  41. </Position>
  42. </Ortho>
  43. </Velocity>
  44. <Event/>
  45. <Update>
  46. <Default>
  47. <SizeRateDamping High="0.8" Low="0.6"/>
  48. <AngleZ High="7" Low="-7"/>
  49. <AngularRateZ High="0.1" Low="-0.1"/>
  50. <AngularDamping High="1" Low="1"/>
  51. <AngularDampingXY High="1" Low="1"/>
  52. </Default>
  53. </Update>
  54. </FXParticleSystemTemplate>
  55. </AssetDeclaration>