Advertisement
JoshTGR

NSMB DS Bingo Goals

Jul 19th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. var bingoList = [];
  2. bingoList[1] = [
  3. { name: "Get the secret exit in 2-3" },
  4. { name: "Get the secret exit in 2-A" },
  5. { name: "Get the secret exit in 2-4" },
  6. ];
  7. bingoList[2] = [
  8. { name: "Get the secret exit in 3-2" },
  9. { name: "Collect the star coins in 3-A" },
  10. { name: "Collect the star coins in 3-B" },
  11. ];
  12. bingoList[3] = [
  13. { name: "Get the secret exit in 3-GH" },
  14. { name: "Collect the star coins in 3-T" },
  15. { name: "Use the World 3 Cannon" },
  16. ];
  17. bingoList[4] = [
  18. { name: "Get the secret exit in 4-GH" },
  19. { name: "Use the World 4 Cannon" },
  20. { name: "Collect the star coins in 4-A" },
  21. ];
  22. bingoList[5] = [
  23. { name: "Buy a MegaShroom house in World 3" },
  24. { name: "Buy a MegaShroom house in World 4" },
  25. { name: "Buy a MegaShroom house in World 8" },
  26. ];
  27. bingoList[6] = [
  28. { name: "Collect the star coins in 4-3" },
  29. { name: "Beat 3-1 and 4-4" },
  30. { name: "Beat 3-3 and 4-2" },
  31. ];
  32. bingoList[7] = [
  33. { name: "Collect the star coins in 5-A" },
  34. { name: "Get the secret exit in 5-B" },
  35. { name: "Beat 2-6 and 5-B Normal Exit" },
  36. ];
  37. bingoList[8] = [
  38. { name: "Beat 2-4 and 5-2" },
  39. { name: "Get the secret exit in 5-2" },
  40. { name: "Get the secret exit in 5-GH" },
  41. ];
  42. bingoList[9] = [
  43. { name: "Get the secret exit in 4-1" },
  44. { name: "Collect the star coins in 4-1" },
  45. { name: "Collect the star coins in 4-T" },
  46. ];
  47. bingoList[10] = [
  48. { name: "Beat 1-Castle and 8-T2" },
  49. { name: "Get crushed in 8-T" },
  50. { name: "Get fireworks in 5 worlds" },
  51. ];
  52. bingoList[11] = [
  53. { name: "Collect the star coins in 5-C" },
  54. { name: "Buy a MegaShroom house in World 5" },
  55. { name: "Beat 5-Castle without minishroom and 7-Castle" },
  56. ];
  57. bingoList[12] = [
  58. { name: "Collect the star coins in 5-4" },
  59. { name: "Buy a MegaShroom house in World 6" },
  60. { name: "Complete 6-Castle with a minishroom" },
  61. ];
  62. bingoList[13] = [
  63. { name: "Beat 4-6 and 3-GH Normal Exit" },
  64. { name: "Complete 3-Castle with a minishroom" },
  65. { name: "Beat 3-Castle and 6-2" },
  66. ];
  67. bingoList[14] = [
  68. { name: "Collect the star coins in 8-T" },
  69. { name: "Collect the star coins in 8-4" },
  70. { name: "Collect the star coins in 8-6" },
  71. ];
  72. bingoList[15] = [
  73. { name: "Collect the star coins in 4-Castle" },
  74. { name: "Collect the star coins in 4-5" },
  75. { name: "Collect the star coins in 7-2" },
  76. ];
  77. bingoList[16] = [
  78. { name: "100% World 1 " },
  79. { name: "100% 7 levels in World 2" },
  80. { name: "Collect the star coins in 2-5" },
  81. ];
  82. bingoList[17] = [
  83. { name: "Collect the star coins in 6-T" },
  84. { name: "Collect the star coins in 6-4" },
  85. { name: "Collect the star coins in 6-T2" },
  86. ];
  87. bingoList[18] = [
  88. { name: "Collect the star coins in 6-B" },
  89. { name: "Collect the star coins in 6-6" },
  90. { name: "Collect the star coins in 6-Castle" },
  91. ];
  92. bingoList[19] = [
  93. { name: "Get the secret exit in 7-GH" },
  94. { name: "Buy a MegaShroom house in World 7" },
  95. { name: "Beat 8-2 and 7-6 Normal Exit" },
  96. ];
  97. bingoList[20] = [
  98. { name: "Get the secret exit in 7-4" },
  99. { name: "Collect the star coins in 7-4" },
  100. { name: "Collect the star coins in 7-T" },
  101. ];
  102. bingoList[21] = [
  103. { name: "Collect the star coins in 8-7" },
  104. { name: "Collect the star coins in 8-8" },
  105. { name: "Collect the star coins in 8-T2" },
  106. ];
  107. bingoList[22] = [
  108. { name: "Beat 1-5, 3-3 and 7-3" },
  109. { name: "Collect the star coins in 7-7" },
  110. { name: "Get the secret exit in 7-6" },
  111. ];
  112. bingoList[23] = [
  113. { name: "Collect the star coins in 7-A" },
  114. { name: "Collect the star coins in 7-5" },
  115. { name: "Get the secret exit in 7-5" },
  116. ];
  117. bingoList[24] = [
  118. { name: "100% 7 levels in World 3" },
  119. { name: "100% 8 levels in World 5" },
  120. { name: "100% 8 levels in World 8" },
  121. ];
  122. bingoList[25] = [
  123. { name: "100% 6 levels in World 4" },
  124. { name: "100% 7 levels in World 6" },
  125. { name: "100% 7 levels in World 7" },
  126. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement