SovietSniper3.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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:fxfireball_oil.xml" type="instance"/>
  5. <Include source="art:fxswirlblr.xml" type="instance"/>
  6. </Includes>
  7. <FXParticleSystemTemplate ParticleTexture="FXfireball_oil" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="ADDITIVE_ALPHA_TEST" SortLevel="1" SystemLifetime="1" Type="GPU_PARTICLE" id="SovietSniper3">
  8. <Lifetime High="4" Low="4"/>
  9. <Size High="7" Low="5"/>
  10. <StartSizeRate High="1" Low="1"/>
  11. <BurstDelay High="2" Low="2"/>
  12. <BurstCount High="3" Low="1"/>
  13. <Alphas>
  14. <Alpha Frame="2" High="0.5" Low="0.5" RelativeAge="25"/>
  15. <Alpha Frame="3" High="0.5" Low="0.5" RelativeAge="90"/>
  16. <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
  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="25">
  23. <Color b="1" g="1" r="1"/>
  24. </Color>
  25. <Color Frame="3" RelativeAge="50">
  26. <Color b="0.207843" g="0.380392" r="0.976471"/>
  27. </Color>
  28. <Color Frame="4" RelativeAge="100">
  29. <Color b="0.14902" g="0.14902" r="0.776471"/>
  30. </Color>
  31. </Colors>
  32. <Physics>
  33. <Default>
  34. <VelocityDamping High="0.6" Low="0.5"/>
  35. </Default>
  36. </Physics>
  37. <Draw>
  38. <Gpu DetailTexture="FXSwirlBLR" Shader="GPUParticleWarp.fx" SpeedMultiplier="2"/>
  39. </Draw>
  40. <Volume>
  41. <Line>
  42. <StartPoint x="0" y="0" z="0"/>
  43. <EndPoint x="1" y="0" z="0"/>
  44. </Line>
  45. </Volume>
  46. <Velocity>
  47. <Ortho>
  48. <Position>
  49. <x High="5" Low="0"/>
  50. <y High="0" Low="0"/>
  51. <z High="0" Low="0"/>
  52. </Position>
  53. </Ortho>
  54. </Velocity>
  55. <Event/>
  56. <Update>
  57. <Default>
  58. <SizeRate High="2" Low="1"/>
  59. <SizeRateDamping High="0.65" Low="0.5"/>
  60. <AngleZ High="3.14" Low="0"/>
  61. <AngularRateZ High="1" Low="-1"/>
  62. <AngularDamping High="0.5" Low="0.5"/>
  63. <AngularDampingXY High="1" Low="1"/>
  64. </Default>
  65. </Update>
  66. </FXParticleSystemTemplate>
  67. </AssetDeclaration>