Advertisement
Guest User

Dynamic Rates skill

a guest
Oct 9th, 2024
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <list>
  3. <skill id="82137" levels="6" name="Dynamic Rates">
  4. <!--
  5. Server Base Rate: x15
  6. Dynamic Experience Rates:
  7.  
  8. Levels 1-20:
  9. Base Rate: x13.5 (-10%)
  10. With Premium: x17.55 (+30%)
  11. With XP Boost Scroll: x22.815 (+30%)
  12.  
  13. Levels 20-40:
  14. Base Rate: x19.125 (+27.5%)
  15. With Premium: x24.8975 (+30%)
  16. With XP Boost Scroll: x32.32125 (+30%)
  17.  
  18. Levels 40-52:
  19. Base Rate: x25.875 (+72.5%)
  20. With Premium: x33.6825 (+30%)
  21. With XP Boost Scroll: x43.79875 (+30%)
  22.  
  23. Levels 52-61:
  24. Base Rate: x25.875 (+72.5%)
  25. With Premium: x33.6825 (+30%)
  26. With XP Boost Scroll: x43.79875 (+30%)
  27.  
  28. Levels 61-76:
  29. Base Rate: x36 (+140%)
  30. With Premium: x46.8 (+30%)
  31. With XP Boost Scroll: x60.48 (+30%)
  32.  
  33. Levels 76-80:
  34. Base Rate: x36 (+140%)
  35. With Premium: x46.8 (+30%)
  36. With XP Boost Scroll: x60.48 (+30%)
  37. -->
  38. <table name="#magicLevel">1 20 40 52 61 76</table>
  39. <table name="#power">0.9 1.275 1.725 1.725 2.4 2.4</table>
  40. <set name="icon" val="icon.skill19226" />
  41. <set name="magicLevel" val="#magicLevel" />
  42. <set name="target" val="TARGET_SELF" />
  43. <set name="skillType" val="BUFF" />
  44. <set name="operateType" val="OP_PASSIVE" />
  45. <for>
  46. <mul order="0x30" stat="ExpMultiplier" val="#power" />
  47. <mul order="0x30" stat="SpMultiplier" val="#power" />
  48. </for>
  49. </skill>
  50. </list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement