EliteAnax17

Untitled

May 7th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 KB | None | 0 0
  1. var bingoList = [];
  2. bingoList[1] = [
  3. { name: "Poochyena", types: ["lol"] },
  4. { name: "TM28 (Dig)", types: ["dig"] },
  5. { name: "HM05 (Flash)", types: ["flash"] },
  6. { name: "Coin Case", types: ["gamecorner"] }
  7. ];
  8. bingoList[2] = [
  9. { name: "Tentacool", types: ["toomuchwater"] },
  10. { name: "A Pokemon with a stat related ability", types: ["ability"] },
  11. { name: "Soot Sack", types: ["sack"] },
  12. { name: "TM05 (Roar)", types: ["roar"] }
  13. ];
  14. bingoList[3] = [
  15. { name: "Shroomish", types: ["easy"] },
  16. { name: "7 Different types of Poke Ball", types: ["ball"] },
  17. { name: "Numel", types: ["easy"] },
  18. { name: "Rematch a trainer", types: ["train"] },
  19. { name: "Blend a berry", types: ["blender"] }
  20. ];
  21. bingoList[4] = [
  22. { name: "10 pokemon owned", types: ["pkmn"] },
  23. { name: "Zangoose or Seviper", types: ["rivals"] },
  24. { name: "TM49 (Snatch)", types: ["snatch"] },
  25. { name: "Metal Coat", types: ["metal"] }
  26. ];
  27. bingoList[5] = [
  28. { name: "Plusle or Minun", types: ["plusminus"] },
  29. { name: "Defeat Winstrate Family", types: ["family"] },
  30. { name: "Participate in a Contest", types: ["contest"] },
  31. { name: "TM19 (Giga Drain)", types: ["drain"] }
  32. ];
  33. bingoList[6] = [
  34. { name: "A Pokemon with 4 moves with STAB", types: ["tm"] },
  35. { name: "Old Good and Super Rod", types: ["rod"] },
  36. { name: "Luvdisc", types: ["toomuchwater"] },
  37. { name: "Shelgon", types: ["shelgon"] }
  38. ];
  39. bingoList[7] = [
  40. { name: "No money on hand", types: ["cash"] },
  41. { name: "Mawile", types: ["lore"] },
  42. { name: "Solrock or Lunatone", types: ["catch"] },
  43. { name: "Magikarp", types: ["karp"] }
  44. ];
  45. bingoList[8] = [
  46. { name: "3 eggs", types: ["egg"] },
  47. { name: "Dustox and Beautifly", types: ["buggy"] },
  48. { name: "A Shoal item", types: ["tide"] },
  49. { name: "Volbeat or Illumise", types: ["bugpair"] }
  50. ];
  51. bingoList[9] = [
  52. { name: "Defeat a Slugma", types: ["thirty"] },
  53. { name: "Use no repels", types: ["repel", "instant"] },
  54. { name: "Deepseascale or tooth", types: ["held"] },
  55. { name: "6 Badges", types: ["whee"] },
  56. ];
  57. bingoList[10] = [
  58. { name: "Do not heal at any Pokemon Centers", types: ["heal", "instant"] },
  59. { name: "Defeat all 7 trainers on route 123", types: ["train"] },
  60. { name: "Trade with an NPC", types: ["trade"] },
  61. { name: "Shedinja", types: ["onehpwonder"] }
  62. ];
  63. bingoList[11] = [
  64. { name: "Swablu", types: ["fluffy"] },
  65. { name: "4 Big Pearls", types: ["cash"] },
  66. { name: "Pelipper", types: ["toomuchwater"] },
  67. { name: "TM37 (Sandstorm)", types: ["dududu"] }
  68. ];
  69. bingoList[12] = [
  70. { name: "Barboach", types: ["rod"] },
  71. { name: "Use a stone to evolve a Pokemon", types: ["stone"] },
  72. { name: "Lava Cookie", types: ["whostolemycookie"] },
  73. { name: "TM22 (Solar Beam)", types: ["beam"] }
  74. ];
  75. bingoList[13] = [
  76. { name: "Do not use any TMs", types: ["tm", "instant"] },
  77. { name: "Beldum", types: ["gift"] },
  78. { name: "White or Black Flute", types: ["flute"] },
  79. { name: "3 baby Pokemon", types: ["egg"] }
  80. ];
  81. bingoList[14] = [
  82. { name: "A Pokemon with a status related ability", types: ["ability"] },
  83. { name: "Skarmory", types: ["steel"] },
  84. { name: "A Pokemon with 4 non-TM status moves", types: ["hop"] },
  85. { name: "Gyarados", types: ["karp"] }
  86. ];
  87. bingoList[15] = [
  88. { name: "20 TMs", types: ["tm"] },
  89. { name: "15 Different Berries", types: ["berry"] },
  90. { name: "Golbat", types: ["batty"] },
  91. { name: "Exp Share", types: ["share"] }
  92. ];
  93. bingoList[16] = [
  94. { name: "20 Pokemon owned", types: ["pkmn"] },
  95. { name: "Lileep or Anorith", types: ["fossil"] },
  96. { name: "4 Heart Scales", types: ["cash"] },
  97. { name: "Grumpig", types: ["pigu"] }
  98. ];
  99. bingoList[17] = [
  100. { name: "Gloom", types: ["smokeweedeveryday"] },
  101. { name: "Stop starter evolving 6 times", types: ["starter"] },
  102. { name: "Twistedspoon", types: ["nospoon"] },
  103. { name: "100 pokemon seen", types: ["pkmn"] }
  104. ];
  105. bingoList[18] = [
  106. { name: "4 Rare Candies", types: ["cash"] },
  107. { name: "Vulpix", types: ["firefox"] },
  108. { name: "Spell Tag", types: ["spell"] },
  109. { name: "3 different evolution stones", types: ["stone"] }
  110. ];
  111. bingoList[19] = [
  112. { name: "Pokemon with an evasion boosting move", types: ["ass"] },
  113. { name: "Receive Elixir from Size NPC", types: ["barboach"] },
  114. { name: "Make a secret base", types: ["base"] },
  115. { name: "Stardust", types: ["star"] }
  116. ];
  117. bingoList[20] = [
  118. { name: "Burn Kecleon", types: ["wtf"] },
  119. { name: "A Pokemon with a weather related ability", types: ["ability"] },
  120. { name: "HM02 (Fly)", types: ["whee"] },
  121. { name: "Wobbuffet", types: ["dummy"] }
  122. ];
  123. bingoList[21] = [
  124. { name: "Featherbadge", types: ["flying"] },
  125. { name: "Magneton", types: ["howdomagnetswork"] },
  126. { name: "Defeat all 5 trainers on Route 133", types: ["train"] },
  127. { name: "HM08 (Dive)", types: ["regi"] }
  128. ];
  129. bingoList[22] = [
  130. { name: "Grovyle", types: ["starter"] },
  131. { name: "A Pokemon with Mud Shot", types: ["starter"] },
  132. { name: "TM26 (Earthquake)", types: ["tate"] },
  133. { name: "3 different level 30 Pokemon", types: ["pkmn"] }
  134. ];
  135. bingoList[23] = [
  136. { name: "TM35 (Flamethrower)", types: ["gamecorner"] },
  137. { name: "Mindbadge", types: ["tate"] },
  138. { name: "Defeat 5 Ninja Boys", types: ["trainer"] },
  139. { name: "Seadra", types: ["almostdragon"] }
  140. ];
  141. bingoList[24] = [
  142. { name: "$50,000", types: ["money", "cash"] },
  143. { name: "Do not catch a Legendary Pokemon", types: ["ass", "instant"] },
  144. { name: "30 Pokemon owned", types: ["pkmn"] },
  145. { name: "Complete a Trick House maze", types: ["trickmaster"] }
  146. ];
  147. bingoList[25] = [
  148. { name: "Feebas", types: ["ayylmao"] },
  149. { name: "Silverpowder", types: ["powder"] },
  150. { name: "6 different fire type Pokemon", types: ["pkmn"] },
  151. { name: "Relicanth or Wailord", types: ["regi"] }
  152. ];
  153.  
  154. $(function() { srl.bingo(bingoList, 5); });
Add Comment
Please, Sign In to add comment