Advertisement
Liqxiez

Untitled

Apr 24th, 2019
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. [
  2. {
  3. "Bulbasaur": {
  4. "Buddy": "3KM",
  5. "Catch": "20%",
  6. "Charge": "Power Whip/Sludge Bomb/Seed Bomb",
  7. "Evolution": "25 Candy",
  8. "Fast": "Vine Whip/Tackle",
  9. "Flee": "10%",
  10. "Gym": "Yes",
  11. "Lvl30": "955 CP = 100IV",
  12. "Lvl35": "1035 CP = 100IV",
  13. "Lvl40": "1115 CP = 100IV",
  14. "Name": "Bulbasaur",
  15. "Resistances": "Grass/Electric/Fairy/Fighting/Water",
  16. "Transfer": "Yes",
  17. "Type": "Grass/Poison",
  18. "Weakness": "Fire/Flying/Ice/Psychic"
  19. },
  20.  
  21. "Ivysaur": {
  22. "Buddy": "3KM",
  23. "Catch": "10%",
  24. "Charge": "Solar Beam/Sludge Bomb/Power Whip",
  25. "Evolution": "100 Candy",
  26. "Fast": "Vine Whip/Razor Leaf",
  27. "Flee": "7%",
  28. "Gym": "Yes",
  29. "Lvl30": "1456 CP = 100IV",
  30. "Lvl35": "1577 CP = 100IV",
  31. "Lvl40": "1699 CP = 100IV",
  32. "Name": "Ivysaur",
  33. "Resistances": "Grass/Electric/Fairy/Fighting/Water",
  34. "Transfer": "Yes",
  35. "Type": "Grass/Poison",
  36. "Weakness": "Fire/Flying/Ice/Psychic"
  37. },
  38.  
  39. "Venusaur": {
  40. "Buddy": "3KM",
  41. "Catch": "5%",
  42. "Charge": "Solar Beam/Sludge Bomb/Power Whip",
  43. "Evolution": "None",
  44. "Fast": "Vine Whip/Razor Leaf",
  45. "Flee": "5%",
  46. "Gym": "Yes",
  47. "Lvl30": "2332 CP = 100IV",
  48. "Lvl35": "2526 CP = 100IV",
  49. "Lvl40": "2720 CP = 100IV",
  50. "Name": "Venusaur",
  51. "Resistances": "Grass/Electric/Fairy/Fighting/Water",
  52. "Transfer": "Yes",
  53. "Type": "Grass/Poison",
  54. "Weakness": "Fire/Flying/Ice/Psychic"
  55. },
  56.  
  57. "Charmander": {
  58. "Buddy": "3KM",
  59. "Catch": "20%",
  60. "Charge": "Flamethrower/Flame Burst/Flame Charge",
  61. "Evolution": "25 Candy",
  62. "Fast": "Ember/Scratch",
  63. "Flee": "10%",
  64. "Gym": "Yes",
  65. "Lvl30": "840 CP = 100IV",
  66. "Lvl35": "910 CP = 100IV",
  67. "Lvl40": "980 CP = 100IV",
  68. "Name": "Charmander",
  69. "Resistances": "Bug/Fairy/Fire/Grass/Ice/Steel",
  70. "Transfer": "Yes",
  71. "Type": "Fire",
  72. "Weakness": "Ground/Rock/Water"
  73. },
  74.  
  75. "Charmeleon": {
  76. "Buddy": "3KM",
  77. "Catch": "10%",
  78. "Charge": "Flamethrower/Flame Burst/Fire Punch",
  79. "Evolution": "100 Candy",
  80. "Fast": "Ember/Scratch/Fire Fang",
  81. "Flee": "7%",
  82. "Gym": "Yes",
  83. "Lvl30": "1417 CP = 100IV",
  84. "Lvl35": "1535 CP = 100IV",
  85. "Lvl40": "1653 CP = 100IV",
  86. "Name": "Charmeleon",
  87. "Resistances": "Bug/Fairy/Fire/Grass/Ice/Steel",
  88. "Transfer": "Yes",
  89. "Type": "Fire",
  90. "Weakness": "Ground/Rock/Water"
  91. }
  92. }
  93. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement