JapFP.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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:fxdustanim.xml" type="instance"/>
  5. </Includes>
  6. <FXParticleSystemTemplate ParticleTexture="FXDustAnim" PerParticleAttachedSystem="" Priority="LOW_OR_ABOVE" Shader="ALPHA" SystemLifetime="1" Type="GPU_PARTICLE" id="JapFP">
  7. <Lifetime High="50" Low="20"/>
  8. <Size High="20" Low="15"/>
  9. <BurstCount High="25" Low="10"/>
  10. <Alphas>
  11. <Alpha Frame="1" High="0.5" Low="0.5" RelativeAge="0"/>
  12. <Alpha Frame="2" High="0" Low="0" RelativeAge="100"/>
  13. </Alphas>
  14. <Colors>
  15. <Color Frame="1" RelativeAge="0">
  16. <Color b="0.521569" g="0.545098" r="0.572549"/>
  17. </Color>
  18. <Color Frame="2" RelativeAge="100">
  19. <Color b="0.47451" g="0.505882" r="0.576471"/>
  20. </Color>
  21. </Colors>
  22. <Physics>
  23. <Default>
  24. <VelocityDamping High="0.7" Low="0.6"/>
  25. <DriftVelocity x="0.1" y="0" z="0"/>
  26. </Default>
  27. </Physics>
  28. <Draw>
  29. <Gpu FramesPerRow="3" GeometryType="CENTERED_QUAD" Shader="gpuparticlelit.fx" SpeedMultiplier="0.2" TotalFrames="9"/>
  30. </Draw>
  31. <Volume>
  32. <Cylinder Radius="5">
  33. <Offset x="0" y="0" z="0"/>
  34. </Cylinder>
  35. </Volume>
  36. <Velocity>
  37. <Outward>
  38. <Speed High="5" Low="1"/>
  39. <OtherSpeed High="2" Low="0"/>
  40. </Outward>
  41. </Velocity>
  42. <Event/>
  43. <Update>
  44. <Default>
  45. <SizeRateDamping High="0.9" Low="0.85"/>
  46. <AngleZ High="7" Low="0"/>
  47. <AngularDampingXY High="1" Low="1"/>
  48. </Default>
  49. </Update>
  50. </FXParticleSystemTemplate>
  51. </AssetDeclaration>