Guest User

a friendship calculation

a guest
Apr 10th, 2020
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. When friendship < 100, each level gives +5 friendship.
  2. When friendship >= 100 and friendship < 200, each level gives +3 friendship.
  3. When friendship >= 200, each level gives +2 friendship.
  4. Soothe bell multiplies that gain by 3/2 and rounds down.
  5. Pokemon need at least 220 friendship to evolve.
  6. levels gained from start friendship gained from 1 level friendship gained from 1 level with soothe bell resulting friendship
  7. 0 0 0 70
  8. 1 +5 +7 77
  9. 2 +5 +7 84
  10. 3 +5 +7 91
  11. 4 +5 +7 98
  12. 5 +5 +7 105
  13. 6 +3 +4 109
  14. 7 +3 +4 113
  15. 8 +3 +4 117
  16. 9 +3 +4 121
  17. 10 +3 +4 125
  18. 11 +3 +4 129
  19. 12 +3 +4 133
  20. 13 +3 +4 137
  21. 14 +3 +4 141
  22. 15 +3 +4 145
  23. 16 +3 +4 149
  24. 17 +3 +4 153
  25. 18 +3 +4 157
  26. 19 +3 +4 161
  27. 20 +3 +4 165
  28. 21 +3 +4 169
  29. 22 +3 +4 173
  30. 23 +3 +4 177
  31. 24 +3 +4 181
  32. 25 +3 +4 185
  33. 26 +3 +4 189
  34. 27 +3 +4 193
  35. 28 +3 +4 197
  36. 29 +3 +4 201
  37. 30 +2 +3 204
  38. 31 +2 +3 207
  39. 32 +2 +3 210
  40. 33 +2 +3 213
  41. 34 +2 +3 216
  42. 35 +2 +3 219
  43. 36 +2 +3 222
  44. source: https://bulbapedia.bulbagarden.net/wiki/Friendship
Advertisement
Add Comment
Please, Sign In to add comment