SUMinerWaterTransSplash.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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:fxwake01.w3x" type="instance"/>
  5. </Includes>
  6. <FXParticleSystemTemplate Drawable="FXWake01" PerParticleAttachedSystem="" Priority="VERY_LOW_OR_ABOVE" Shader="W3D_ALPHA" SystemLifetime="15" Type="DRAWABLE" id="SUMinerWaterTransSplash">
  7. <Lifetime High="40" Low="40"/>
  8. <Size High="1" Low="1"/>
  9. <BurstCount High="2" Low="1"/>
  10. <Alphas>
  11. <Alpha Frame="1" High="1" Low="1" RelativeAge="0"/>
  12. <Alpha Frame="2" High="0.5" Low="0.5" RelativeAge="50"/>
  13. <Alpha Frame="3" High="0" Low="0" RelativeAge="100"/>
  14. </Alphas>
  15. <Colors>
  16. <Color Frame="1" RelativeAge="0">
  17. <Color b="1" g="0.847059" r="0.443137"/>
  18. </Color>
  19. <Color Frame="2" RelativeAge="50">
  20. <Color b="0.972549" g="0.690196" r="0.505882"/>
  21. </Color>
  22. <Color Frame="3" RelativeAge="100">
  23. <Color b="1" g="0.67451" r="0.27451"/>
  24. </Color>
  25. </Colors>
  26. <Physics>
  27. <Default Gravity="-0.1">
  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 Radius="5">
  40. <Offset x="35" y="0" z="0"/>
  41. </Cylinder>
  42. </Volume>
  43. <Velocity>
  44. <Ortho>
  45. <Position>
  46. <x High="2" Low="0.5"/>
  47. <y High="1" Low="-1"/>
  48. <z High="2" Low="0.5"/>
  49. </Position>
  50. </Ortho>
  51. </Velocity>
  52. <Event/>
  53. <Update>
  54. <RenderObject Rotation="ROTATE_AROUND_VELOCITY">
  55. <AngularDamping High="1" Low="1"/>
  56. <StartSize>
  57. <x High="0.3" Low="0.1"/>
  58. <y High="0.3" Low="0.1"/>
  59. <z High="0.3" Low="0.05"/>
  60. </StartSize>
  61. <SizeRate>
  62. <x High="0.03" Low="0.03"/>
  63. <y High="0.02" Low="0.02"/>
  64. <z High="0" Low="0"/>
  65. </SizeRate>
  66. <SizeDamping>
  67. <x High="1" Low="1"/>
  68. <y High="1" Low="1"/>
  69. <z High="1" Low="1"/>
  70. </SizeDamping>
  71. </RenderObject>
  72. </Update>
  73. </FXParticleSystemTemplate>
  74. </AssetDeclaration>