Advertisement
Ourolen

Emerald Bingo Goals v0.1

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