AlliedPowerDistortion.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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:fxfractal01nrm.xml" type="instance"/>
  5. <Include source="art:fxspherenrm.xml" type="instance"/>
  6. </Includes>
  7. <FXParticleSystemTemplate ParticleTexture="FXFractal01NRM" PerParticleAttachedSystem="" Priority="HIGH_OR_ABOVE" Shader="ALPHA" Type="GPU_PARTICLE" id="AlliedPowerDistortion">
  8. <Lifetime High="65" Low="45"/>
  9. <Size High="10" Low="5"/>
  10. <BurstDelay High="2" Low="2"/>
  11. <BurstCount High="1" Low="1"/>
  12. <InitialDelay High="60" Low="120"/>
  13. <Alphas>
  14. <Alpha Frame="2" High="0.1" Low="0.1" RelativeAge="9"/>
  15. <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
  16. <Alpha Frame="4" High="0" Low="0" RelativeAge="200"/>
  17. </Alphas>
  18. <Colors>
  19. <Color Frame="1" RelativeAge="0">
  20. <Color b="0.584314" g="1" r="0.74902"/>
  21. </Color>
  22. <Color Frame="2" RelativeAge="14.999999">
  23. <Color b="0.584314" g="1" r="0.74902"/>
  24. </Color>
  25. <Color Frame="3" RelativeAge="100">
  26. <Color b="0.584314" g="1" r="0.74902"/>
  27. </Color>
  28. <Color Frame="4" RelativeAge="200">
  29. <Color b="0" g="0" r="0"/>
  30. </Color>
  31. </Colors>
  32. <Physics>
  33. <Default>
  34. <VelocityDamping High="0.99" Low="0.98"/>
  35. <DriftVelocity x="0.35" y="0" z="0.15"/>
  36. </Default>
  37. </Physics>
  38. <Draw>
  39. <Gpu DetailTexture="FXSphereNRM" Shader="GPUParticleDistortion.fx" SpeedMultiplier="1"/>
  40. </Draw>
  41. <Volume>
  42. <Cylinder Radius="5">
  43. <Offset x="0" y="0" z="0"/>
  44. </Cylinder>
  45. </Volume>
  46. <Velocity>
  47. <Ortho>
  48. <Position>
  49. <x High="0.1" Low="-0.1"/>
  50. <y High="0.1" Low="-0.1"/>
  51. <z High="0.1" Low="-0.1"/>
  52. </Position>
  53. </Ortho>
  54. </Velocity>
  55. <Event/>
  56. <Update>
  57. <Default>
  58. <SizeRate High="0.1" Low="0.02"/>
  59. <SizeRateDamping High="1" Low="1"/>
  60. <AngleZ High="7" Low="0"/>
  61. <AngularRateZ High="0.02" Low="-0.02"/>
  62. <AngularDampingXY High="1" Low="1"/>
  63. </Default>
  64. </Update>
  65. </FXParticleSystemTemplate>
  66. </AssetDeclaration>