Advertisement
Ourolen

Emerald Bingo Goals v0.3

Jul 27th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.88 KB | None | 0 0
  1. Update notes:
  2. - "TM26 (Earthquake)" has been appropriately reworded.
  3. - "Don't use Repels" has been removed.
  4. - "Complete all 3 Battle Tents" has been changed to "Complete a Battle Tent".
  5.  
  6. var bingoGoals = [];
  7.  
  8. bingoGoals[1] = [
  9. { name: "TM05 (Roar)", types: ["114", "tm"] },
  10. { name: "HM01 (Cut)", types: ["rustboro", "hm"] },
  11. { name: "TM45 (Attract)", types: ["verdanturf", "tm"] },
  12. { name: "Quick Claw", types: ["school"] }
  13. ];
  14. bingoGoals[2] = [
  15. { name: "Coin Case", types: ["mail"] },
  16. { name: "7 different types of PokéBall", types: ["balls"] },
  17. { name: "TM36 (Sludge Bomb)", types: ["dewford", "tm"] },
  18. { name: "A Pokémon with 4 moves sharing its type(s)", types: ["move"] }
  19. ];
  20. bingoGoals[3] = [
  21. { name: "Defeat a Legendary Pokémon", types: ["legendary"] },
  22. { name: "Win a rematch with Match Call", types: ["pokenav"] },
  23. { name: "A Pokémon with a status-related ability", types: ["ability"] },
  24. { name: "A Pokémon with a stat-related ability", types: ["ability"] }
  25. ];
  26. bingoGoals[4] = [
  27. { name: "Sell a Rare Candy", types: ["candy"] },
  28. { name: "Defeat the Winstrate Family", types: ["trainer"] },
  29. { name: "Defeat 6 trainers on Route 113", types: ["trainer"] },
  30. { name: "A Pokémon with 4 non-TM non-damaging moves", types: ["move"] }
  31. ];
  32. bingoGoals[5] = [
  33. { name: "Clefable, Wigglytuff, or Delcatty", types: ["stone"] },
  34. { name: "Raichu, Arcanine, or Ninetales", types: ["stone"] },
  35. { name: "Vileplume, Victreebel, or Exeggutor", types: ["stone"] },
  36. { name: "Poliwrath, Starmie, or Cloyster", types: ["stone"] }
  37. ];
  38. bingoGoals[6] = [
  39. { name: "Beedrill, Butterfree, Dustox or Beautifly", types: ["bugs"] },
  40. { name: "Nidorino or Nidorina", types: ["nido"] },
  41. { name: "Lombre or Nuzleaf", types: ["leaves"] },
  42. { name: "A Pokémon with a weather-related ability", types: ["ability"] }
  43. ];
  44. bingoGoals[7] = [
  45. { name: "Hatch an egg", types: ["egg"] },
  46. { name: "Defeat both Pokémon Breeders on Route 117", types: ["trainer"] },
  47. { name: "Defeat all 5 Triathletes on Cycling Road", types: ["trainer"] },
  48. { name: "$0 on hand", types: ["money"] }
  49. ];
  50. bingoGoals[8] = [
  51. { name: "Wobbuffet, Flaaffy, or Furret", types: ["15"] },
  52. { name: "Ivysaur, Bayleef, or Grovyle", types: ["starters"] },
  53. { name: "Wartortle, Croconaw, or Marshtomp", types: ["starters"] },
  54. { name: "Charmeleon, Quilava, or Combusken", types: ["starters"] }
  55. ];
  56. bingoGoals[9] = [
  57. { name: "Kelpsy Berry", types: ["berry"] },
  58. { name: "Release starter before Lv11", types: ["release"] },
  59. { name: "TM19 (Giga Drain)", types: ["grass", "tm"] },
  60. { name: "Catch a Pokémon in the Safari Zone", types: ["lilycove"] }
  61. ];
  62. bingoGoals[10] = [
  63. { name: "Mightyena, Linoone, or Raticate", types: ["18/20"] },
  64. { name: "Azumarill, Gyarados, or Quagsire", types: ["18/20"] },
  65. { name: "Kirlia, Loudred, or Kadabra", types: ["20/16"] },
  66. { name: "Masquerain, Ninjask, or Shedinja", types: ["22/20/18"] }
  67. ];
  68. bingoGoals[11] = [
  69. { name: "Burn, Paralyze, or Poison Kecleon", types: ["status"] },
  70. { name: "Revive a fossil", types: ["fossil"] },
  71. { name: "Complete a Battle Tent", types: ["trainer"] },
  72. { name: "Lileep, Anorith, Kabuto, or Omanyte", types: ["fossil"] }
  73. ];
  74. bingoGoals[12] = [
  75. { name: "Evolve 4 different Pokémon", types: ["raise"] },
  76. { name: "Complete Trainer Hill", types: ["trainer"] },
  77. { name: "2 different baby Pokémon", types: ["baby"] },
  78. { name: "2 different Eevee evolutions", types: ["eevee"] }
  79. ];
  80. bingoGoals[13] = [
  81. { name: "TM27 (Return)", types: ["tm"] },
  82. { name: "White Flute", types: ["113"] },
  83. { name: "Exp. Share", types: ["rustboro"] },
  84. { name: "TM44 (Rest)", types: ["lilycove"] }
  85. ];
  86. bingoGoals[14] = [
  87. { name: "Manectric, Houndoom, or Grumpig", types: ["trio"] },
  88. { name: "Swellow, Pelipper, or Pidgeotto", types: ["trio"] },
  89. { name: "Breloom, Hariyama, or Vigoroth", types: ["trio"] },
  90. { name: "Slugma, Numel, or Torkoal", types: ["trio"] },
  91. { name: "Barboach, Corphish, or Luvdisc", types: ["trio"] }
  92. ];
  93. bingoGoals[15] = [
  94. { name: "Trade a Pokémon", types: ["trade"] },
  95. { name: "Don't use Repels", types: ["instant"] },
  96. { name: "TM10 (Hidden Power)", types: ["tm", "fortree"] },
  97. { name: "HM08 (Dive)", types: ["mossdeep", "hm"] }
  98. ];
  99. bingoGoals[16] = [
  100. { name: "Pikachu, Plusle, or Minun", types: ["trio"] },
  101. { name: "Swablu, Zangoose, or Seviper", types: ["trio"] },
  102. { name: "Roselia, Volbeat, or Illumise", types: ["trio"] },
  103. { name: "Flygon, Claydol, or Cacturne", types: ["trio"] },
  104. { name: "Skarmory, Spinda, or Sandshrew", types: ["trio"] }
  105. ];
  106. bingoGoals[17] = [
  107. { name: "Defeat 4 Kecleons", types: ["scope"] },
  108. { name: "20+ Pokémon owned", types: ["pkmn"] },
  109. { name: "All fishing rods", types: ["mossdeep"] },
  110. { name: "Defeat 8 Ninja Boys", types: ["trainer"] }
  111. ];
  112. bingoGoals[18] = [
  113. { name: "Own 5 different Bug type Pokémon", types: ["pkmn"] },
  114. { name: "Own 6 different Flying type Pokémon", types: ["pkmn"] },
  115. { name: "Own 7 different Normal type Pokémon", types: ["pkmn"] },
  116. { name: "Own 8 different Water type Pokémon", types: ["pkmn"] }
  117. ];
  118. bingoGoals[19] = [
  119. { name: "Nosepass, Sableye, or Mawile", types: ["trio"] },
  120. { name: "Glalie, Sharpedo, or Walrein", types: ["trio"] },
  121. { name: "Chimecho, Banette, or Dusclops", types: ["trio"] },
  122. { name: "Aggron, Salamence, or Metagross", types: ["trio"] },
  123. { name: "Regirock, Regice, or Registeel", types: ["trio"] }
  124. ];
  125. bingoGoals[20] = [
  126. { name: "Catch a Pokémon on Mt. Pyre summit", types: ["pyre"] },
  127. { name: "Catch Deoxys at Birth Island", types: ["deoxys"] },
  128. { name: "Catch Latias or Latios at Southern Island", types: ["eon"] },
  129. { name: "Catch a Pokémon on Mirage Island", types: ["50"] }
  130. ];
  131. bingoGoals[21] = [
  132. { name: "Defeat 10 Swimmers", types: ["water", "trainer"] },
  133. { name: "Complete 3 Trick House mazes", types: ["candy", "trainer"] },
  134. { name: "Defeat all 8 trainers on Route 125", types: ["trainer"] },
  135. { name: "Defeat 9 trainers on Route 123", types: ["trainer"] }
  136. ];
  137. bingoGoals[22] = [
  138. { name: "90 Pokémon seen", types: ["pkmn"] },
  139. { name: "Teach 8 moves via Move Tutor", types: ["tutor"] },
  140. { name: "Stop the same Pokémon evolving 4 times", types: ["raise"] },
  141. { name: "Mental Herb", types: ["fortree"] }
  142. ];
  143. bingoGoals[23] = [
  144. { name: "5 different Lv30+ Pokémon", types: ["30"] },
  145. { name: "Kyogre, Groudon, or Rayquaza", types: ["covers"] },
  146. { name: "TM24 (Thunderbolt)", types: ["mauville", "tm"] },
  147. { name: "Defeat your rival in Lilycove City", types: ["lilycove"] }
  148. ];
  149. bingoGoals[24] = [
  150. { name: "Feather Badge", types: ["feather"] },
  151. { name: "Mind Badge", types: ["mind"] },
  152. { name: "Defeat Gabby & Ty 6 times", types: ["trainer", "tv"] },
  153. { name: "30+ Pokémon owned", types: ["pkmn"] }
  154. ];
  155. bingoGoals[25] = [
  156. { name: "7 badges", types: ["badges"] },
  157. { name: "Collect the TM in Seafloor Cavern", types: ["tm", "seafloor"] },
  158. { name: "Participate in a Contest", types: ["contest"] }
  159. ];
  160.  
  161. $(function() { srl.bingo(bingoList, 5); });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement