BombTest.xml 1.9 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:fxsmokecloudhardalpha.xml" type="instance"/>
  5. <Include source="art:fxabaloneenv2.xml" type="instance"/>
  6. </Includes>
  7. <FXParticleSystemTemplate ParticleTexture="FXSmokeCloudHardAlpha" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="ALPHA" SortLevel="1" SystemLifetime="37" Type="GPU_PARTICLE" id="BombTest">
  8. <Lifetime High="60" Low="50"/>
  9. <Size High="10" Low="10"/>
  10. <BurstCount High="3" Low="2"/>
  11. <Alphas>
  12. <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
  13. <Alpha Frame="2" High="1" Low="1" RelativeAge="50"/>
  14. <Alpha Frame="3" High="0.75" Low="0.75" RelativeAge="75"/>
  15. <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
  16. </Alphas>
  17. <Colors>
  18. <Color Frame="2" RelativeAge="50">
  19. <Color b="0.101961" g="0.101961" r="0.101961"/>
  20. </Color>
  21. <Color Frame="3" RelativeAge="60.000004">
  22. <Color b="0.270588" g="0.345098" r="0.854902"/>
  23. </Color>
  24. <Color Frame="4" RelativeAge="100">
  25. <Color b="0.003922" g="0.007843" r="0.019608"/>
  26. </Color>
  27. </Colors>
  28. <Physics>
  29. <Default>
  30. <VelocityDamping High="0.915" Low="0.915"/>
  31. </Default>
  32. </Physics>
  33. <Draw>
  34. <Gpu DetailTexture="FXAbaloneEnv2" Shader="GPUFXBombTest.fx" SortParticles="true" SpeedMultiplier="1"/>
  35. </Draw>
  36. <Volume>
  37. <Sphere IsHollow="false" Radius="1"/>
  38. </Volume>
  39. <Velocity>
  40. <Ortho>
  41. <Position>
  42. <x High="5" Low="-5"/>
  43. <y High="4" Low="-5"/>
  44. <z High="6" Low="6"/>
  45. </Position>
  46. </Ortho>
  47. </Velocity>
  48. <Event/>
  49. <Update>
  50. <Default>
  51. <SizeRate High="0.5" Low="0.5"/>
  52. <SizeRateDamping High="1.005" Low="1.005"/>
  53. <AngleZ High="7" Low="0"/>
  54. <AngularRateZ High="0.05" Low="-0.05"/>
  55. <AngularDampingXY High="1" Low="1"/>
  56. </Default>
  57. </Update>
  58. </FXParticleSystemTemplate>
  59. </AssetDeclaration>