SovietRefinerySmoke.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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:fxsmoke01.xml" type="instance"/>
  5. <Include source="art:fxspherenrm.xml" type="instance"/>
  6. </Includes>
  7. <FXParticleSystemTemplate ParticleTexture="FXSmoke01" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="ALPHA" Type="GPU_PARTICLE" id="SovietRefinerySmoke">
  8. <Lifetime High="120" Low="80"/>
  9. <Size High="20" Low="20"/>
  10. <BurstDelay High="5" Low="3"/>
  11. <BurstCount High="1" Low="1"/>
  12. <Alphas>
  13. <Alpha Frame="2" High="0.75" Low="0.75" RelativeAge="4"/>
  14. <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
  15. <Alpha Frame="4" High="0" Low="0" RelativeAge="200"/>
  16. </Alphas>
  17. <Colors>
  18. <Color Frame="1" RelativeAge="0">
  19. <Color b="0.254902" g="0.254902" r="0.254902"/>
  20. </Color>
  21. <Color Frame="2" RelativeAge="14.999999">
  22. <Color b="0.360784" g="0.360784" r="0.427451"/>
  23. </Color>
  24. <Color Frame="3" RelativeAge="100">
  25. <Color b="0.423529" g="0.423529" r="0.423529"/>
  26. </Color>
  27. <Color Frame="4" RelativeAge="200">
  28. <Color b="0" g="0" r="0"/>
  29. </Color>
  30. </Colors>
  31. <Physics>
  32. <Default>
  33. <VelocityDamping High="1" Low="0.99"/>
  34. <DriftVelocity x="0.1" y="0" z="0.35"/>
  35. </Default>
  36. </Physics>
  37. <Draw>
  38. <Gpu DetailTexture="FXSphereNRM" Shader="GPUParticleNormalMap.fx" SpeedMultiplier="1"/>
  39. </Draw>
  40. <Volume>
  41. <Cylinder>
  42. <Offset x="0" y="0" z="0"/>
  43. </Cylinder>
  44. </Volume>
  45. <Velocity>
  46. <Ortho>
  47. <Position>
  48. <x High="0.1" Low="-0.1"/>
  49. <y High="0.1" Low="-0.1"/>
  50. <z High="0.1" Low="-0.1"/>
  51. </Position>
  52. </Ortho>
  53. </Velocity>
  54. <Event/>
  55. <Update>
  56. <Default>
  57. <SizeRate High="0.3" Low="0.25"/>
  58. <SizeRateDamping High="1" Low="1"/>
  59. <AngleZ High="7" Low="0"/>
  60. <AngularRateZ High="0.02" Low="-0.02"/>
  61. <AngularDampingXY High="1" Low="1"/>
  62. </Default>
  63. </Update>
  64. </FXParticleSystemTemplate>
  65. </AssetDeclaration>