SovietBuildingHitSmokeTest.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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:fxfire02.xml" type="instance"/>
  5. </Includes>
  6. <FXParticleSystemTemplate ParticleTexture="FXFire02" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" SortLevel="1" SystemLifetime="1" Type="GPU_PARTICLE" id="SovietBuildingHitSmokeTest">
  7. <Lifetime High="40" Low="25"/>
  8. <Size High="50" Low="40"/>
  9. <BurstCount High="4" Low="2"/>
  10. <Alphas>
  11. <Alpha Frame="2" High="1" Low="1" RelativeAge="9"/>
  12. <Alpha Frame="3" High="1" Low="1" RelativeAge="75"/>
  13. <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
  14. </Alphas>
  15. <Colors>
  16. <Color Frame="1" RelativeAge="0">
  17. <Color b="1" g="1" r="1"/>
  18. </Color>
  19. <Color Frame="2" RelativeAge="14.999999">
  20. <Color b="1" g="1" r="1"/>
  21. </Color>
  22. <Color Frame="3" RelativeAge="75">
  23. <Color b="1" g="1" r="1"/>
  24. </Color>
  25. <Color Frame="4" RelativeAge="100">
  26. <Color b="0.6" g="0.6" r="0.6"/>
  27. </Color>
  28. </Colors>
  29. <Physics>
  30. <Default Gravity="-0.01">
  31. <VelocityDamping High="1" Low="1"/>
  32. </Default>
  33. </Physics>
  34. <Draw>
  35. <Gpu FramesPerRow="6" SpeedMultiplier="1" TotalFrames="36"/>
  36. </Draw>
  37. <Volume>
  38. <Cylinder Radius="5">
  39. <Offset x="0" y="0" z="0"/>
  40. </Cylinder>
  41. </Volume>
  42. <Velocity>
  43. <Ortho>
  44. <Position>
  45. <x High="0" Low="0"/>
  46. <y High="0" Low="0"/>
  47. <z High="2" Low="1"/>
  48. </Position>
  49. </Ortho>
  50. </Velocity>
  51. <Event/>
  52. <Update>
  53. <Default Rotation="ROTATE_AROUND_VELOCITY">
  54. <SizeRateDamping High="0.99" Low="0.95"/>
  55. <AngleZ High="0.5" Low="-0.5"/>
  56. <AngularDamping High="1" Low="1"/>
  57. <AngularDampingXY High="1" Low="1"/>
  58. </Default>
  59. </Update>
  60. </FXParticleSystemTemplate>
  61. </AssetDeclaration>