AlliedTankDustLarge.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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="AlliedTankDustLarge">
  8. <Lifetime High="100" Low="75"/>
  9. <Size High="0.1" Low="0.1"/>
  10. <BurstDelay High="3" Low="2"/>
  11. <BurstCount High="1" Low="1"/>
  12. <Alphas>
  13. <Alpha Frame="2" High="0.1" Low="0.1" RelativeAge="25"/>
  14. <Alpha Frame="3" High="0.15" Low="0.15" 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.905882" g="0.909804" r="0.913726"/>
  20. </Color>
  21. <Color Frame="2" RelativeAge="15.000003">
  22. <Color b="0.905882" g="0.905882" r="0.905882"/>
  23. </Color>
  24. <Color Frame="3" RelativeAge="50">
  25. <Color b="0.886275" g="0.905882" r="0.929412"/>
  26. </Color>
  27. <Color Frame="4" RelativeAge="100">
  28. <Color b="0.823529" g="0.901961" r="1"/>
  29. </Color>
  30. </Colors>
  31. <Physics>
  32. <Default>
  33. <VelocityDamping High="1" Low="0.97"/>
  34. <DriftVelocity x="0" y="0" z="0.05"/>
  35. </Default>
  36. </Physics>
  37. <Draw>
  38. <Gpu DetailTexture="FXSphereNRM" GeometryType="TWO_CONCENTRIC_QUADS" Shader="GPUParticleLit.fx" SpeedMultiplier="1"/>
  39. </Draw>
  40. <Volume>
  41. <Cylinder Radius="15">
  42. <Offset x="-10" y="0" z="8"/>
  43. </Cylinder>
  44. </Volume>
  45. <Velocity>
  46. <Ortho>
  47. <Position>
  48. <x High="0" Low="1"/>
  49. <y High="1" Low="-1"/>
  50. <z High="1" Low="0"/>
  51. </Position>
  52. </Ortho>
  53. </Velocity>
  54. <Event/>
  55. <Update>
  56. <Default>
  57. <SizeRate High="3" Low="3"/>
  58. <SizeRateDamping High="1" Low="1"/>
  59. <AngleZ High="7" Low="0"/>
  60. <AngularDampingXY High="1" Low="1"/>
  61. </Default>
  62. </Update>
  63. </FXParticleSystemTemplate>
  64. </AssetDeclaration>