Con_Tiny.xml 2.0 KB

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