Con_Medium.xml 2.0 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:fxdustanim.xml" type="instance"/>
  5. <Include source="art:fxdisotrtionfractal01.xml" type="instance"/>
  6. </Includes>
  7. <FXParticleSystemTemplate ParticleTexture="FXDustAnim" PerParticleAttachedSystem="" Priority="LOW_OR_ABOVE" Shader="ALPHA" Type="GPU_PARTICLE" id="Con_Medium">
  8. <Lifetime High="100" Low="75"/>
  9. <Size High="40" Low="30"/>
  10. <BurstCount High="3" Low="1"/>
  11. <Alphas>
  12. <Alpha Frame="2" High="1" Low="1" RelativeAge="10"/>
  13. <Alpha Frame="3" High="1" Low="1" RelativeAge="50"/>
  14. <Alpha Frame="4" High="0" Low="0" RelativeAge="100"/>
  15. </Alphas>
  16. <Colors>
  17. <Color Frame="1" RelativeAge="0">
  18. <Color b="0.717647" g="0.717647" r="0.72549"/>
  19. </Color>
  20. <Color Frame="2" RelativeAge="9.999999">
  21. <Color b="0.635294" g="0.635294" r="0.635294"/>
  22. </Color>
  23. <Color Frame="3" RelativeAge="50">
  24. <Color b="0.584314" g="0.588235" r="0.615686"/>
  25. </Color>
  26. <Color Frame="4" RelativeAge="100">
  27. <Color b="0.564706" g="0.564706" r="0.564706"/>
  28. </Color>
  29. </Colors>
  30. <Physics>
  31. <Default>
  32. <VelocityDamping High="0.9" Low="0.9"/>
  33. <DriftVelocity x="0.2" y="0" z="0"/>
  34. </Default>
  35. </Physics>
  36. <Draw>
  37. <Gpu DetailTexture="FXDisotrtionFractal01" FramesPerRow="3" MiscValue1="0.1" MiscValue2="0.05" MiscValue3="90" MiscValue4="0.01" Shader="GpuParticleDistort.fx" SpeedMultiplier="0.25" TotalFrames="9"/>
  38. </Draw>
  39. <Volume>
  40. <Cylinder Radius="30">
  41. <Offset x="0" y="0" z="0"/>
  42. </Cylinder>
  43. </Volume>
  44. <Velocity>
  45. <Outward>
  46. <Speed High="3" Low="1"/>
  47. <OtherSpeed High="3" Low="1"/>
  48. </Outward>
  49. </Velocity>
  50. <Event/>
  51. <Update>
  52. <Default>
  53. <SizeRate High="1" Low="0.5"/>
  54. <SizeRateDamping High="0.95" Low="0.95"/>
  55. <AngleZ High="7" Low="0"/>
  56. <AngularRateZ High="0.01" Low="-0.01"/>
  57. <AngularDampingXY High="1" Low="1"/>
  58. </Default>
  59. </Update>
  60. </FXParticleSystemTemplate>
  61. </AssetDeclaration>