SovietAVTWheelDust.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="HIGH_OR_ABOVE" Shader="ALPHA" Type="GPU_PARTICLE" id="SovietAVTWheelDust">
  8. <Lifetime High="50" Low="25"/>
  9. <Size High="1" Low="1"/>
  10. <BurstCount High="1" Low="1"/>
  11. <Alphas>
  12. <Alpha Frame="2" High="0.75" Low="0.75" RelativeAge="4"/>
  13. <Alpha Frame="3" High="0.5" Low="0.5" 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" g="0.105882" r="0.235294"/>
  19. </Color>
  20. <Color Frame="2" RelativeAge="5">
  21. <Color b="0.333333" g="0.439216" r="0.541177"/>
  22. </Color>
  23. <Color Frame="3" RelativeAge="50">
  24. <Color b="0.490196" g="0.584314" r="0.643137"/>
  25. </Color>
  26. <Color Frame="4" RelativeAge="100">
  27. <Color b="0.823529" g="0.901961" r="1"/>
  28. </Color>
  29. </Colors>
  30. <Physics>
  31. <Default Swirly="true">
  32. <VelocityDamping High="0.95" Low="0.95"/>
  33. <DriftVelocity x="0.1" y="0" z="0.03"/>
  34. </Default>
  35. </Physics>
  36. <Draw>
  37. <Gpu DetailTexture="FXSphereNRM" GeometryType="CENTERED_QUAD" Shader="GPUParticleLit.fx" SpeedMultiplier="1"/>
  38. </Draw>
  39. <Volume>
  40. <Cylinder Radius="10">
  41. <Offset x="5" y="0" z="0"/>
  42. </Cylinder>
  43. </Volume>
  44. <Velocity>
  45. <Ortho>
  46. <Position>
  47. <x High="1" Low="1"/>
  48. <y High="0.1" Low="-0.1"/>
  49. <z High="0.5" Low="0"/>
  50. </Position>
  51. </Ortho>
  52. </Velocity>
  53. <Event/>
  54. <Update>
  55. <Default>
  56. <SizeRate High="2" Low="2"/>
  57. <SizeRateDamping High="1.01" Low="1.01"/>
  58. <AngleZ High="7" Low="0"/>
  59. <AngularRateZ High="5" Low="-5"/>
  60. <AngularDamping High="0.85" Low="0.8"/>
  61. <AngularDampingXY High="1" Low="1"/>
  62. </Default>
  63. </Update>
  64. </FXParticleSystemTemplate>
  65. </AssetDeclaration>