Advertisement
Guest User

WIP ruby bingo

a guest
Sep 30th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. var bingoList = [];
  2. bingoList[1] = [
  3. { name: "Poochyena", types: ["catch"] },
  4. { name: "TM28 (Dig)", types: ["dig"] },
  5. { name: "HM05 (Flash)", types: ["flash"] },
  6. { name: "Use Hoenn Map in Pokenav", types: ["map"] }
  7. ];
  8. bingoList[2] = [
  9. { name: "Wingull", types: ["catch"] },
  10. { name: "7 Different types of Poke Ball", types: ["ball"] },
  11. { name: "Soot Sack", types: ["sack"] }
  12. ];
  13. bingoList[3] = [
  14. { name: "Shroomish", types: ["catch"] },
  15. { name: "A Pokemon with a stat related ability", types: ["ability"] }
  16. ];
  17. bingoList[4] = [
  18. { name: "10 pokemon owned", types: ["pkmn"] }
  19. ];
  20. bingoList[5] = [
  21. { name: "Magikarp", types: ["water"] },
  22. { name: "Defeat Winstrate Family ", types: ["family"] },
  23. { name: "Participate in Contest", types: ["contest"] }
  24. ];
  25. bingoList[6] = [
  26. { name: "A Pokemon with 4 moves with STAB", types: ["tm"] }
  27. ];
  28. bingoList[7] = [
  29. { name: "No money on hand", types: ["cash"] },
  30. { name: "Mawile", types: ["poke"] }
  31. ];
  32. bingoList[8] = [
  33. { name: "3 eggs", types: ["egg"] },
  34. { name: "Dustox and Beautifly", types: ["buggy"] },
  35. { name: "A Shoal item", types: ["tide"] }
  36. ];
  37. bingoList[9] = [
  38. { name: "Defeat a Slugma", types: ["thirty"] },
  39. { name: "Use no repels", types: ["repel", "instant"] }
  40. ];
  41. bingoList[10] = [
  42. { name: "4th place in Contest", types: ["contest"] },
  43. { name: "Do not heal at any Pokemon Centers", types: ["heal", "instant"] },
  44. { name: "Defeat all 7 trainers on route 123", types: ["train"] }
  45. ];
  46. bingoList[11] = [
  47. { name: "Swablu", types: ["catch"] }
  48. ];
  49. bingoList[12] = [
  50. { name: "Barboach", types: ["rod"] },
  51. { name: "4 Big Pearls", types: ["cash"] }
  52. ];
  53. bingoList[13] = [
  54. { name: "Do not use any TMs", types: ["tm", "instant"] }
  55. ];
  56. bingoList[14] = [
  57. { name: "A Pokemon with a status related ability", types: ["ability"] }
  58. ];
  59. bingoList[15] = [
  60. { name: "20 TMs", types: ["tm"] },
  61. { name: "15 Different Berries", types: ["berry"] },
  62. { name: "Golbat", types: ["batty"] },
  63. { name: "Exp Share", types: ["stone"] }
  64. ];
  65. bingoList[16] = [
  66. { name: "20 Pokemon owned", types: ["pkmn"] },
  67. { name: "Lileep or Anorith", types: ["fossil"] },
  68. { name: "Use a stone to evolve a Pokemon", types: ["stone"] }
  69. ];
  70. bingoList[17] = [
  71. { name: "Stop starter evolving 6 times", types: ["starter"] },
  72. { name: "Bellossom", types: ["smokeweedeveryday"] }
  73. ];
  74. bingoList[18] = [
  75. { name: "Encounter Latias on route 119", types: ["eon"] },
  76. { name: "4 Rare Candies", types: ["rare"] }
  77. ];
  78. bingoList[19] = [
  79. { name: "Pokemon with an evasion boosting move", types: ["ass"] }
  80. ];
  81. bingoList[20] = [
  82. { name: "Burn Kecleon", types: ["wtf"] },
  83. { name: "A Pokemon with a weather related ability", types: ["ability"] },
  84. { name: "HM02 (Fly)", types: ["whee"] }
  85. ];
  86. bingoList[21] = [
  87. { name: "Featherbadge", types: ["flying"] }
  88. ];
  89. bingoList[22] = [
  90. { name: "Grovyle", types: ["starter"] },
  91. { name: "A Pokemon with Mud Shot", types: ["starter"] },
  92. { name: "6 Badges", types: ["whee"] }
  93. ];
  94. bingoList[23] = [
  95. { name: "3 level 30 Pokemon", types: ["red"] },
  96. { name: "Mindbadge", types: ["tate"] },
  97. { name: "Defeat 5 Ninja Boys", types: ["trainer"] }
  98. { name: "TM31 (Brick Break)", types: ["brickbreak"] }
  99. ];
  100. bingoList[24] = [
  101. { name: "$50,000", types: ["money", "cash"] },
  102. { name: "Battle a Legendary Pokemon", types: ["ass"] },
  103. { name: "30 Pokemon owned", types: ["pkmn"] },
  104. { name: "Unlock the Regi Chambers", types: ["gg"] }
  105. ];
  106. bingoList[25] = [
  107. { name: "Feebas", types: ["ayylmao"] },
  108. { name: "1st place in Contest", types: ["contest"] },
  109. { name: "Receive Elixir from Size NPC", types: ["barboach"] },
  110. { name: "Complete Trick House", types: ["trickmaster"] }
  111. ];
  112.  
  113. $(function() { srl.bingo(bingoList, 5); });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement