Soviet_TankHit_Distortion.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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="Soviet_TankHit_Distortion">
  8. <Lifetime High="15" Low="15"/>
  9. <Size High="1" Low="1"/>
  10. <BurstCount High="1" Low="1"/>
  11. <InitialDelay High="1" Low="1"/>
  12. <Alphas>
  13. <Alpha Frame="1" High="0.75" Low="0.75" RelativeAge="0"/>
  14. <Alpha Frame="2" High="0.1" Low="0.1" RelativeAge="50"/>
  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="1" g="1" r="1"/>
  21. </Color>
  22. <Color Frame="2" RelativeAge="14.999999">
  23. <Color b="1" g="1" r="1"/>
  24. </Color>
  25. <Color Frame="3" RelativeAge="100">
  26. <Color b="1" g="1" r="1"/>
  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="1" Low="1"/>
  35. </Default>
  36. </Physics>
  37. <Draw>
  38. <Gpu DetailTexture="FXSphereNRM" Shader="GPUParticleDistortion.fx" SpeedMultiplier="1"/>
  39. </Draw>
  40. <Volume>
  41. <Cylinder>
  42. <Offset x="0" y="0" z="0"/>
  43. </Cylinder>
  44. </Volume>
  45. <Velocity>
  46. <Ortho>
  47. <Position>
  48. <x High="0" Low="0"/>
  49. <y High="0" Low="0"/>
  50. <z High="0" Low="0"/>
  51. </Position>
  52. </Ortho>
  53. </Velocity>
  54. <Event/>
  55. <Update>
  56. <Default>
  57. <SizeRate High="10" Low="5"/>
  58. <SizeRateDamping High="0.7" Low="0.7"/>
  59. <AngleZ High="7" Low="-7"/>
  60. <AngularRateZ High="0.02" Low="-0.02"/>
  61. <AngularDampingXY High="1" Low="1"/>
  62. </Default>
  63. </Update>
  64. </FXParticleSystemTemplate>
  65. </AssetDeclaration>