AlliedTankShell.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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:fxcasings.w3x" type="instance"/>
  5. </Includes>
  6. <FXParticleSystemTemplate Drawable="FXCASINGS" PerParticleAttachedSystem="" Priority="MEDIUM_OR_ABOVE" Shader="W3D_ALPHA" SortLevel="1" SystemLifetime="1" Type="DRAWABLE" id="AlliedTankShell">
  7. <Lifetime High="50" Low="50"/>
  8. <Size High="1" Low="1"/>
  9. <BurstCount High="1" Low="1"/>
  10. <Alphas>
  11. <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
  12. <Alpha Frame="2" High="1" Low="1" RelativeAge="50"/>
  13. <Alpha Frame="3" High="1" Low="1" RelativeAge="100"/>
  14. </Alphas>
  15. <Colors>
  16. <Color Frame="1" RelativeAge="0">
  17. <Color b="0.090196" g="0.090196" r="0.090196"/>
  18. </Color>
  19. <Color Frame="2" RelativeAge="50">
  20. <Color b="0.172549" g="0.172549" r="0.172549"/>
  21. </Color>
  22. <Color Frame="3" RelativeAge="100">
  23. <Color b="0.172549" g="0.172549" r="0.172549"/>
  24. </Color>
  25. </Colors>
  26. <Physics>
  27. <Default Gravity="-0.2">
  28. <VelocityDamping High="1" Low="1"/>
  29. </Default>
  30. </Physics>
  31. <Draw>
  32. <RenderObject>
  33. <ObjectSet/>
  34. <ObjectSet/>
  35. <ObjectSet/>
  36. </RenderObject>
  37. </Draw>
  38. <Volume>
  39. <Cylinder>
  40. <Offset x="8" y="0" z="0"/>
  41. </Cylinder>
  42. </Volume>
  43. <Velocity>
  44. <Ortho>
  45. <Position>
  46. <x High="-2" Low="-2.5"/>
  47. <y High="0" Low="0"/>
  48. <z High="2.5" Low="2"/>
  49. </Position>
  50. </Ortho>
  51. </Velocity>
  52. <Event/>
  53. <Update>
  54. <RenderObject Rotation="ROTATE_IN_WORLD_SPACE">
  55. <AngleY High="30" Low="-30"/>
  56. <AngularRateY High="0.1" Low="0.1"/>
  57. <AngularDamping High="1" Low="1"/>
  58. <StartSize>
  59. <x High="1" Low="1"/>
  60. <y High="1" Low="1"/>
  61. <z High="1" Low="1"/>
  62. </StartSize>
  63. <SizeRate>
  64. <x High="0" Low="0"/>
  65. <y High="0" Low="0"/>
  66. <z High="0" Low="0"/>
  67. </SizeRate>
  68. <SizeDamping>
  69. <x High="0" Low="0"/>
  70. <y High="0" Low="0"/>
  71. <z High="0" Low="0"/>
  72. </SizeDamping>
  73. </RenderObject>
  74. </Update>
  75. </FXParticleSystemTemplate>
  76. </AssetDeclaration>