Advertisement
Kungkobra

Untitled

Oct 28th, 2016
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.75 KB | None | 0 0
  1. var bingoList = [];
  2. bingoList[1] = [
  3. { name: "Watch the intro", types: [""] },
  4. { name: "Complete the goat", types: [""] },
  5. { name: "Spit on your sweetroll then give it to butch", types: [""] },
  6. { name: "Go brahmin tipping", types: [""] }
  7. ];
  8. bingoList[2] = [
  9. { name: "Get a sniper rifle", types: [""] },
  10. { name: "Pick a lock", types: [""] },
  11. { name: "Kill an NPC with a BB Gun", types: [""] },
  12. { name: "Explode yourself", types: [""] },
  13. { name: "Save butch's mom", types: [""] }
  14. ];
  15. bingoList[3] = [
  16. { name: "Make Friends with GOB", types: [""] },
  17. { name: "Give water to mickya and then kill him", types: [""] },
  18. { name: "Get a stealthboy", types: [""] },
  19. { name: "Take 10 chems", types: [""] },
  20. { name: "Give 50 caps to the church", types: [""] }
  21. ];
  22. bingoList[4] = [
  23. { name: "Get a succesful speech check", types: [""] },
  24. { name: "Kill your overseer", types: [""] },
  25. { name: "Die from rad poisoning", types: [""] },
  26. { name: "Kill two eyebots", types: [""] }
  27. ];
  28. bingoList[5] = [
  29. { name: "Leave the vault at 10 years old", types: [""] },
  30. { name: "Visit Springvale as a baby", types: [""] },
  31. { name: "Break a weapon", types: [""] },
  32. { name: "Get addicted to beer", types: [""] },
  33. { name: "Kill 10 molerats", types: [""] }
  34. ];
  35. bingoList[6] = [
  36. { name: "Steal 10 stimpaks", types: [""] },
  37. { name: "Tour the nuka-cola museum", types: [""] },
  38. { name: "Make someone's pants explode", types: [""] },
  39. { name: "Collect 5 missiles", types: [""] },
  40. { name: "Kill Garza", types: [""] }
  41. ];
  42. bingoList[7] = [
  43. { name: "Read 3 different skill books", types: [""] },
  44. { name: "Free a super mutant hostage", types: [""] },
  45. { name: "Say hi to Daring Dashwood", types: [""] },
  46. { name: "Drink 15 nuka cola", types: [""] },
  47. { name: "Find 2 blueprints", types: [""] },
  48. { name: "Kill 10 raiders", types: [""] }
  49. ];
  50. bingoList[8] = [
  51. { name: "Grab the int bobblehead", types: [""] },
  52. { name: "Get the terrible shotgun", types: [""] },
  53. { name: "Get 3 big book of science", types: [""] },
  54. { name: "Spend 30 seconds in The Box (Paradise falls)", types: [""] },
  55. { name: "Disarm an enemy by shooting their weapon", types: [""] },
  56. { name: "Kill Three Dog", types: [""] },
  57. { name: "Witness a marriage", types: [""] }
  58. ];
  59. bingoList[9] = [
  60. { name: "Discover 20 location", types: [""] },
  61. { name: "Lockpick 3 doors", types: [""] },
  62. { name: "Get power armor training", types: [""] }
  63. ];
  64. bingoList[10] = [
  65. { name: "Get 500 caps", types: [""] },
  66. { name: "Save megaton", types: [""] },
  67. { name: "Equip a power armor", types: [""] },
  68. { name: "Construct a bottlecap mine", types: [""] },
  69. { name: "Get a haircut from Joseph", types: [""] },
  70. { name: "Listen to a joke from Wadsworth", types: [""] },
  71. { name: "Kill a talon co. Merc", types: [""] }
  72. ];
  73. bingoList[11] = [
  74. { name: "Get the geck", types: [""] },
  75. { name: "Get Star Pal. Cross as a follower", types: [""] },
  76. { name: "Construct a Rock-it launcher", types: [""] },
  77. { name: "Say hi to Stockholm", types: [""] }
  78. ];
  79. bingoList[12] = [
  80. { name: "Capture a slave", types: [""] },
  81. { name: "Hack 3 terminal", types: [""] },
  82. { name: "Kill 10 enemies with your fists", types: [""] },
  83. { name: "From LL get to vault 87 in third person", types: [""] },
  84. { name: "Enter ravenrock", types: [""] },
  85. { name: "Kill gary 1", types: [""] },
  86. { name: "Blow up megaton", types: [""] },
  87. { name: "Say hi to uncle roe", types: [""] }
  88. ];
  89. bingoList[13] = [
  90. { name: "Complete vault 87", types: [""] },
  91. { name: "Escort sticky to big town", types: [""] },
  92. { name: "Fix metaton's leaky pipe", types: [""] },
  93. { name: "Construct a dart gun", types: [""] },
  94. { name: "KO Doc The Dog", types: [""] },
  95. { name: "Grab The unharmed bobblehead", types: [""] },
  96. { name: "Get the science bobblehead", types: [""] },
  97. { name: "Construct a shishkebab", types: [""] },
  98. { name: "Get a suit of tesla armor", types: [""] }
  99. ];
  100. bingoList[14] = [
  101. { name: "Kill a behemoth", types: [""] },
  102. { name: "Complete vault 87 in third person", types: [""] },
  103. { name: "Max out any skill", types: [""] },
  104. { name: "Collect 3 B.O.S holotag", types: [""] },
  105. { name: "Collect 5 pre-war books", types: [""] },
  106. { name: "Kill harold", types: [""] },
  107. { name: "Kill vance", types: [""] }
  108. ];
  109. bingoList[15] = [
  110. { name: "Free dad from braun", types: [""] },
  111. { name: "Find dogmeat", types: [""] },
  112. { name: "Construct a railway riffle", types: [""] },
  113. { name: "Construct a nuka grenade", types: [""] },
  114. { name: "Get the Miss Launcher(unique)", types: [""] }
  115. ];
  116. bingoList[16] = [
  117. { name: "Kill dwayne", types: [""] },
  118. { name: "Get OI'Painless", types: [""] },
  119. { name: "Get 5 nuka cola quantum", types: [""] },
  120. { name: "Get Autumn's uniform", types: [""] }
  121. ];
  122. bingoList[17] = [
  123. { name: "Get the melee weapon bobblehead", types: [""] },
  124. { name: "Construct a deathclaw gauntlet", types: [""] },
  125. { name: "Get firelance", types: [""] }
  126. ];
  127. bingoList[18] = [
  128. { name: "Save red", types: [""] },
  129. { name: "Find lincoln's voice", types: [""] },
  130. { name: "Kill autumn", types: [""] }
  131. ];
  132. bingoList[19] = [
  133. { name: "Get the ghoul mask", types: [""] },
  134. { name: "Get a3-21's plasma rifle", types: [""] },
  135. { name: "Wake up Reilly", types: [""] }
  136. ];
  137. bingoList[20] = [
  138. { name: "No armor", types: [""] },
  139. { name: "1 strength", types: [""] },
  140. { name: "Order and air strike", types: [""] },
  141. { name: "Stand still in Old Onley for 15 second", types: [""] },
  142. { name: "Get every S.P.E.C.I.A.L. Bobblehead", types: [""] }
  143. ];
  144. bingoList[21] = [
  145. { name: "Collect 13 mini nukes", types: [""] },
  146. { name: "Kill 2 behemoths", types: [""] },
  147. { name: "Have Dogmeat to kill another follower", types: [""] }
  148. ];
  149. bingoList[22] = [
  150. { name: "Get Butch as a follower", types: [""] },
  151. { name: "Fistfight a deathclaw and win", types: [""] },
  152. { name: "Cripple every limb, then heal in a bed", types: [""] }
  153. ];
  154. bingoList[23] = [
  155. { name: "Fully fund a trade caravan", types: [""] },
  156. { name: "Escort the liberty prime", types: [""] },
  157. { name: "Kill the AntAgonizer wearing Radroach King's armor", types: [""] }
  158. ];
  159. bingoList[24] = [
  160. { name: "1 endurance", types: [""] },
  161. { name: "Collect all of the Keller Family Transcripts", types: [""] },
  162. { name: "Help the escaped slaves, then kill them all ", types: [""] },
  163. { name: "Discover vault 87(map marker)", types: [""] }
  164. ];
  165. bingoList[25] = [
  166. { name: "Get the t-51b", types: [""] },
  167. { name: "Complete The Outcast Collection Agent quest", types: [""] },
  168. { name: "Get the Xuanlong assault rifle", types: [""] },
  169. { name: "Get and fire the MIRV", types: [""] },
  170. { name: "Visit the North South Eest and West edges of the map", types: [""] }
  171. ];
  172. $(function() { srl.bingo(bingoList, 5); });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement