TeslaHitDistort.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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="MEDIUM_OR_ABOVE" Shader="ALPHA" SystemLifetime="1" Type="GPU_PARTICLE" id="TeslaHitDistort">
  8. <Lifetime High="15" Low="15"/>
  9. <Size High="15" Low="15"/>
  10. <BurstCount High="1" Low="1"/>
  11. <InitialDelay High="1" Low="1"/>
  12. <Alphas>
  13. <Alpha Frame="2" High="0.04" Low="0.04" RelativeAge="9"/>
  14. <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
  15. </Alphas>
  16. <Colors>
  17. <Color Frame="1" RelativeAge="0">
  18. <Color b="1" g="1" r="1"/>
  19. </Color>
  20. <Color Frame="2" RelativeAge="14.999999">
  21. <Color b="1" g="1" r="1"/>
  22. </Color>
  23. <Color Frame="3" RelativeAge="100">
  24. <Color b="1" g="1" r="1"/>
  25. </Color>
  26. <Color Frame="4" RelativeAge="200">
  27. <Color b="0" g="0" r="0"/>
  28. </Color>
  29. </Colors>
  30. <Physics>
  31. <Default>
  32. <VelocityDamping High="1" Low="1"/>
  33. </Default>
  34. </Physics>
  35. <Draw>
  36. <Gpu DetailTexture="FXSphereNRM" Shader="gpuparticledistortion.fx" SpeedMultiplier="1"/>
  37. </Draw>
  38. <Volume>
  39. <Cylinder>
  40. <Offset x="0" y="0" z="0"/>
  41. </Cylinder>
  42. </Volume>
  43. <Velocity>
  44. <Ortho>
  45. <Position>
  46. <x High="0" Low="0"/>
  47. <y High="0" Low="0"/>
  48. <z High="0" Low="0"/>
  49. </Position>
  50. </Ortho>
  51. </Velocity>
  52. <Event/>
  53. <Update>
  54. <Default>
  55. <SizeRateDamping High="1" Low="1"/>
  56. <AngleZ High="7" Low="-7"/>
  57. <AngularRateZ High="0.02" Low="-0.02"/>
  58. <AngularDampingXY High="1" Low="1"/>
  59. </Default>
  60. </Update>
  61. </FXParticleSystemTemplate>
  62. </AssetDeclaration>