ErrorMissingFX.xml 1.4 KB

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