AlliedTankHit_Flash.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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:fxblast01.xml" type="instance"/>
  5. </Includes>
  6. <FXParticleSystemTemplate ParticleTexture="FXBlast01" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" SystemLifetime="1" Type="GPU_PARTICLE" id="AlliedTankHit_Flash">
  7. <Lifetime High="5" Low="2"/>
  8. <Size High="40" Low="40"/>
  9. <BurstCount High="3" Low="3"/>
  10. <Colors>
  11. <Color Frame="1" RelativeAge="0">
  12. <Color b="0.066667" g="0.717647" r="0.933333"/>
  13. </Color>
  14. <Color Frame="2" RelativeAge="100">
  15. <Color b="0" g="0" r="0"/>
  16. </Color>
  17. </Colors>
  18. <Physics>
  19. <Default>
  20. <VelocityDamping High="1" Low="1"/>
  21. </Default>
  22. </Physics>
  23. <Draw>
  24. <Gpu SpeedMultiplier="1"/>
  25. </Draw>
  26. <Volume>
  27. <Cylinder>
  28. <Offset x="0" y="0" z="0"/>
  29. </Cylinder>
  30. </Volume>
  31. <Velocity>
  32. <Ortho>
  33. <Position>
  34. <x High="0" Low="0"/>
  35. <y High="0" Low="0"/>
  36. <z High="0" Low="0"/>
  37. </Position>
  38. </Ortho>
  39. </Velocity>
  40. <Event/>
  41. <Update>
  42. <Default>
  43. <SizeRate High="10" Low="-10"/>
  44. <SizeRateDamping High="1" Low="1"/>
  45. <AngleZ High="7" Low="0"/>
  46. <AngularDampingXY High="1" Low="1"/>
  47. </Default>
  48. </Update>
  49. </FXParticleSystemTemplate>
  50. </AssetDeclaration>