Advertisement
Lutra

Minimising Attack Stat Experience for Confusion

Mar 2nd, 2016
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. Minimising Attack Stat Experience for Minimum Confusion Damage
  2. ===============================================================
  3.  
  4. Using information from http://www.smogon.com/ingame/guides/rby_gsc_stats
  5.  
  6. Pokémon gain stat experience equal to the Pokémon's base stats defeated.
  7.  
  8. 63002 stat experience gives the maximum 63 stat points.
  9. 25600 stat experience can be obtained by vitamins.
  10.  
  11. Therefore the stat experience that has to be done via battling is:
  12.  
  13. is 63002 - 25600 = 37402.
  14.  
  15. Our goal is to minimise the attack stat, while maximising the rest.
  16.  
  17. Chansey has the Highest HP, Special and Speed to Attack ratio
  18. (250 HP| 5 Attack| 5 Defense | 50 Speed | 105 Special)
  19. Magikarp has the Highest Defense to Attack ratio
  20. (20 HP | 10 Attack | 55 Defense | 80 Speed | 20 Special)
  21.  
  22. Step 1: a) Max HP -> b) Max Defense - > c) Max Special
  23.  
  24. HP Atk Def Speed Special
  25. a) 37402, 00750, 00750, 07500, 15750 (150 Chansey)
  26. b) 37402, 07420, 37402, 37402, 29090 (+667 Magikarp)
  27. c) 37402, 07820, 37402, 37402, 37402 (+80 Chansey)
  28.  
  29. Step 2: a) 230 Chansey -> b) Max Defense -> c) Max Special
  30.  
  31. HP Atk Def Speed Special
  32. a) 37402, 01150, 01150, 11500, 24150 (230 Chansey)
  33. b) 37402, 07750, 37402, 37402, 37350 (660 Magikarp)
  34. c) 37402, 07755, 37402, 37402, 37402 (+1 Chansey)
  35.  
  36. Step 3: a) 231 Chansey -> b) Max Defense -> c) Max Special
  37.  
  38. HP Atk Def Speed Special
  39. a) 37402, 01155, 01155, 11550, 24255 (231 Chansey)
  40. b) 37402, 07755, 37402, 37402, 37402 (660 Magikarp)
  41.  
  42. So miminimum attack stat experience is 7,755
  43. obtained by defeating 231 Chansey & 660 Magikarp
  44.  
  45. Stat Points = int((SQRT(7755-1)+1)/4)
  46.  
  47. = 22 (out of 63)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement