Advertisement
sparkychild

Mat COST

Jun 20th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. [CODE]
  2. +-----+---------+---------+---------+---------+---------+---------+
  3. | | DODGE% | INT% | AGGRO% | INT | C.DMG | C.RATE |
  4. | +## | (POT20) | (POT10) | (POT 6) | (POT 5) | (POT 3) | (POT 1) |
  5. +-----+---------+---------+---------+---------+---------+---------+
  6. | 1 | 100 | 50 | 33 | 25 | 16 | 5 |
  7. | 2 | 500 | 250 | 167 | 125 | 82 | 25 |
  8. | 3 | 1400 | 700 | 468 | 350 | 230 | 70 |
  9. | 4 | 3000 | 1500 | 1004 | 750 | 494 | 150 |
  10. | 5 | 5500 | 2750 | 1841 | 1375 | 906 | 275 |
  11. | 6 | | 4550 | 3047 | 2275 | 1500 | 455 |
  12. | 7 | | 7000 | 4688 | 3500 | 2308 | 700 |
  13. | 8 | | 10200 | 6831 | 5100 | 3363 | 1020 |
  14. | 9 | | 14250 | 9544 | 7125 | 4699 | 1425 |
  15. | 10 | | 19250 | 12893 | 9625 | 6348 | 1925 |
  16. | 11 | | | 16945 | 12650 | 8343 | 2530 |
  17. | 12 | | | 21768 | 16250 | 10718 | 3250 |
  18. | 13 | | | 27428 | 20475 | 13505 | 4095 |
  19. | 14 | | | 33992 | 25375 | 16737 | 5075 |
  20. | 15 | | | 41527 | 31000 | 20447 | 6200 |
  21. | 16 | | | | 37400 | 24669 | 7480 |
  22. | 17 | | | | 44625 | 29434 | 8925 |
  23. | 18 | | | | 52725 | 34777 | 10545 |
  24. | 19 | | | | 61750 | 40730 | 12350 |
  25. | 20 | | | | 71750 | 47326 | 14350 |
  26. +-----+---------+---------+---------+---------+---------+---------+
  27.  
  28. Column 1 refers to stats that use 20 potential per step, such as Dodge%, M. Pierce%, Accuracy%
  29. Column 2 refers to stats that use 10 potential per step, such as ATK%, STR%, CDMG%, Natural HP Regen%
  30. Column 3 refers to stats that use 6 potential per step, namely Aggro%
  31. Column 4 refers to stats that use 5 potential per step, such as STR, ATK, DEF, Natural HP Regen, % damage to Elem
  32. Column 5 refers to stats that use 3 potential per step, namely Critical Damage (flat)
  33. Column 6 refers to stats that use 1 potential per step, such as Critical Rate, ASPD%
  34. [/CODE]
  35.  
  36. Negatives for Armor
  37.  
  38. - % Damage to Element
  39. - ATK%, MATK% (M. Pierce%, P. Pierce%)
  40. - Accuracy (Accuracy%)
  41.  
  42. Negatives for Weapons
  43. - Natural HP Regen, Natural HP Regen%, Natural MP Regen (Natural MP Regen%)
  44. - DEF%, MDEF%
  45. - Dodge (Dodge%)
  46. - Element Resistance %
  47.  
  48. The negatives used in the each of the formulas can be replaced by any other on this list. If the 2 negatives in the formula shown come from the same bullet point, then you must choose 2 other from the same bullet point. Inversely, if they are from different bullet points, you much choose negatives from different bullet points to have the same success rate. Be careful on armor as you may have some offensive (ele%, atk%) as positives so the same number of potential causing stats should not be changed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement