TeslaSingularityCoreDistortion.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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:fxspherenrm.xml" type="instance"/>
  5. <Include source="art:fxspherenrm.xml" type="instance"/>
  6. </Includes>
  7. <FXParticleSystemTemplate ParticleTexture="FXSphereNRM" PerParticleAttachedSystem="" Priority="HIGH_OR_ABOVE" Shader="ALPHA" SystemLifetime="250" Type="GPU_PARTICLE" id="TeslaSingularityCoreDistortion">
  8. <Lifetime High="30" Low="30"/>
  9. <Size High="75" Low="25"/>
  10. <BurstDelay High="1" Low="1"/>
  11. <BurstCount High="1" Low="1"/>
  12. <Alphas>
  13. <Alpha Frame="2" High="0.1" Low="0.1" RelativeAge="9"/>
  14. <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
  15. <Alpha Frame="4" High="0" Low="0" RelativeAge="200"/>
  16. </Alphas>
  17. <Colors>
  18. <Color Frame="1" RelativeAge="0">
  19. <Color b="1" g="1" r="1"/>
  20. </Color>
  21. <Color Frame="2" RelativeAge="9.999999">
  22. <Color b="1" g="1" r="1"/>
  23. </Color>
  24. <Color Frame="3" RelativeAge="100">
  25. <Color b="1" g="1" r="1"/>
  26. </Color>
  27. </Colors>
  28. <Physics>
  29. <Default>
  30. <VelocityDamping High="1" Low="1"/>
  31. </Default>
  32. </Physics>
  33. <Draw>
  34. <Gpu DetailTexture="FXSphereNRM" Shader="gpuparticledistortion.fx" SpeedMultiplier="1"/>
  35. </Draw>
  36. <Volume>
  37. <Point/>
  38. </Volume>
  39. <Velocity>
  40. <Ortho>
  41. <Position>
  42. <x High="1" Low="-1"/>
  43. <y High="1" Low="-1"/>
  44. <z High="1" Low="-1"/>
  45. </Position>
  46. </Ortho>
  47. </Velocity>
  48. <Event/>
  49. <Update>
  50. <Default>
  51. <SizeRate High="0.2" Low="0.2"/>
  52. <SizeRateDamping High="1" Low="1"/>
  53. <AngleZ High="7" Low="-7"/>
  54. <AngularRateZ High="0.02" Low="-0.02"/>
  55. <AngularDampingXY High="1" Low="1"/>
  56. </Default>
  57. </Update>
  58. </FXParticleSystemTemplate>
  59. </AssetDeclaration>