CritHitUp.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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:fxstreak.xml" type="instance"/>
  5. </Includes>
  6. <FXParticleSystemTemplate ParticleTexture="FXStreak" PerParticleAttachedSystem="" Priority="ALWAYS_RENDER" SystemLifetime="1" Type="TRAIL" id="CritHitUp">
  7. <Lifetime High="25" Low="2"/>
  8. <Size High="1.5" Low="0.5"/>
  9. <BurstCount High="25" Low="20"/>
  10. <Alphas>
  11. <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
  12. <Alpha Frame="2" High="1" Low="1" RelativeAge="25"/>
  13. <Alpha Frame="3" High="1" Low="1" RelativeAge="100"/>
  14. </Alphas>
  15. <Colors HouseColorSaturation="0">
  16. <Color Frame="1" RelativeAge="0">
  17. <Color b="0.454902" g="0.733333" r="0.937255"/>
  18. </Color>
  19. <Color Frame="2" RelativeAge="25">
  20. <Color b="0.207843" g="0.419608" r="0.917647"/>
  21. </Color>
  22. <Color Frame="3" RelativeAge="100">
  23. <Color b="0" g="0" r="0"/>
  24. </Color>
  25. </Colors>
  26. <Physics>
  27. <Default>
  28. <VelocityDamping High="0.9" Low="0.8"/>
  29. </Default>
  30. </Physics>
  31. <Draw>
  32. <Trail TrailLife="2"/>
  33. </Draw>
  34. <Volume>
  35. <Cylinder Radius="5">
  36. <Offset x="0" y="0" z="0"/>
  37. </Cylinder>
  38. </Volume>
  39. <Velocity>
  40. <Ortho>
  41. <Position>
  42. <x High="3" Low="-3"/>
  43. <y High="3" Low="-3"/>
  44. <z High="20" Low="5"/>
  45. </Position>
  46. </Ortho>
  47. </Velocity>
  48. <Event/>
  49. <Update>
  50. <Default>
  51. <SizeRateDamping High="1" Low="1"/>
  52. <AngleZ High="7" Low="-7"/>
  53. <AngularRateZ High="0.05" Low="-0.05"/>
  54. <AngularDamping High="1" Low="1"/>
  55. <AngularDampingXY High="1" Low="1"/>
  56. </Default>
  57. </Update>
  58. </FXParticleSystemTemplate>
  59. </AssetDeclaration>