SovietTankSnow.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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:fxdirt.xml" type="instance"/>
  5. <Include source="art:fx_ab_arrow.xml" type="instance"/>
  6. </Includes>
  7. <FXParticleSystemTemplate ParticleTexture="FXDirt" PerParticleAttachedSystem="" Priority="HIGH_OR_ABOVE" Shader="ALPHA" SortLevel="1" Type="GPU_PARTICLE" id="SovietTankSnow">
  8. <Lifetime High="20" Low="20"/>
  9. <Size High="20" Low="10"/>
  10. <BurstDelay High="5" Low="2"/>
  11. <BurstCount High="1" Low="1"/>
  12. <Alphas>
  13. <Alpha Frame="2" High="1" Low="1" RelativeAge="19"/>
  14. <Alpha Frame="3" High="1" Low="1" RelativeAge="50"/>
  15. <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
  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="19.999998">
  22. <Color b="1" g="1" r="1"/>
  23. </Color>
  24. <Color Frame="3" RelativeAge="50">
  25. <Color b="1" g="1" r="1"/>
  26. </Color>
  27. <Color Frame="4" RelativeAge="100">
  28. <Color b="1" g="1" r="1"/>
  29. </Color>
  30. </Colors>
  31. <Physics>
  32. <Default Gravity="-0.01">
  33. <VelocityDamping High="0.85" Low="0.8"/>
  34. <DriftVelocity x="0" y="0" z="-0.5"/>
  35. </Default>
  36. </Physics>
  37. <Draw>
  38. <Gpu DetailTexture="FX_AB_arrow" GeometryType="TWO_QUADS" RandTex="1" SpeedMultiplier="1"/>
  39. </Draw>
  40. <Volume>
  41. <Cylinder Radius="5">
  42. <Offset x="0" y="0" z="-1"/>
  43. </Cylinder>
  44. </Volume>
  45. <Velocity>
  46. <Ortho>
  47. <Position>
  48. <x High="-2" Low="-2"/>
  49. <y High="0" Low="0"/>
  50. <z High="6" Low="3"/>
  51. </Position>
  52. </Ortho>
  53. </Velocity>
  54. <Event/>
  55. <Update>
  56. <Default>
  57. <SizeRate High="5" Low="3"/>
  58. <SizeRateDamping High="0.95" Low="0.9"/>
  59. <AngleZ High="1" Low="-1"/>
  60. <AngularDampingXY High="1" Low="1"/>
  61. </Default>
  62. </Update>
  63. </FXParticleSystemTemplate>
  64. </AssetDeclaration>