Advertisement
Zenobian

winter dab

Oct 7th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. var bingoList = [];
  2. bingoList[1] = [
  3. { name: "Visit Every Room on Lich 1 Floor", types: ["walk"] },
  4. { name: "Talk to Hurray Dwarf", types: ["npc"] },
  5. { name: "Visit Bahamut", types: ["npc"] },
  6.  
  7. ];
  8. bingoList[2] = [
  9. { name: "Garland Boxing", types: ["garland"] },
  10. { name: "Kill 3 Different Wolves", types: ["hunt"] },
  11. { name: "Visit the Bat Party Room", types: ["walk"] },
  12. { name: "Inspect All of Sarda's Furniture", types: ["walk"] },
  13.  
  14. ];
  15. bingoList[3] = [
  16. { name: "Talk to a Lefeinish without the SLAB", types: ["npc"] },
  17. { name: "Talk to 5 Cardia Dragons", types: ["talk"] },
  18. { name: "Talk to 5 Bats in Marsh", types: ["talk"] },
  19. { name: "Do a Full Lap of Ice Floor 2", types: ["walk"] },
  20. { name: "Buy Everything at the Caravan", types: ["shop"] },
  21.  
  22. ];
  23. bingoList[4] = [
  24. { name: "Collect and Keep A Copper, Silver, and Gold Bracelet", types: ["shop"] },
  25. { name: "Talk to 5 Mermaids", types: ["talk"] },
  26. { name: "Kill 4 Different Zombies", types: ["hunt"] },
  27. { name: "Save in the Lake North of Waterfall", types: ["walk"] },
  28.  
  29. ];
  30. bingoList[5] = [
  31. { name: "Melee the Pirates", types: ["garland"] },
  32. { name: "Kill 3 Different Ogres", types: ["hunt"] },
  33. { name: "Use No Caster Items", types: ["caster"] },
  34. { name: "Visit Every Room on Kraken 1 Floor", types: ["walk"] },
  35.  
  36. ];
  37. bingoList[6] = [
  38. { name: "Collect and Keep a Wood, Iron, and Steel Armor", types: ["shop"] },
  39. { name: "Do Not Use CUR4", types: ["spell"] },
  40. { name: "Collect and Keep Gloves, Cap, Buckler, and Cloth", types: ["shop"] },
  41. { name: "Visit Every Room on Kary 1 Floor", types: ["walk"] },
  42.  
  43. ];
  44. bingoList[7] = [
  45. { name: "Defeat Lich 1", types: ["lich"] },
  46. { name: "Kill 3 Different Ghosts", types: ["hunt"] },
  47. { name: "Talk to 10 Bats in Earth Cave", types: ["talk"] },
  48. { name: "Kill 3 Different Slimes", types: ["hunt"] },
  49. { name: "Talk to 3 Robots in Mirage/Sky", types: ["talk"] },
  50.  
  51. ];
  52. bingoList[8] = [
  53. { name: "Walk the Hall of Giants", types: ["hog"] },
  54. { name: "Kill 3 Different Sahags", types: ["hunt"] },
  55. { name: "Do Not Use FAST", types: ["spell"] },
  56. { name: "Do Not Use TMPR", types: ["spell"] },
  57. { name: "Examine All Computers in Sky 3", types: ["walk"] },
  58.  
  59. ];
  60. bingoList[9] = [
  61. { name: "Defeat Kary 1", types: ["kary"] },
  62. { name: "Throw Masmune into Space (3F Window)", types: ["masa"] },
  63. { name: "Gain 40,000G in One Shop", types: ["sale"] },
  64. { name: "Kill 3 Different Dinosaurs", types: ["hunt"] },
  65.  
  66. ];
  67. bingoList[10] = [
  68. { name: "Do Not Use FADE", types: ["spell"] },
  69. { name: "Kill 3 Different Lizards", types: ["hunt"] },
  70. { name: "Spend 100,000G in One Shop", types: ["sale"] },
  71. { name: "Visit Every Room in Marsh 3", types: ["walk"] },
  72.  
  73. ];
  74. bingoList[11] = [
  75. { name: "Do Not Use NUKE", types: ["spell"] },
  76. { name: "Defeat Kraken 1", types: [kraken] },
  77. { name: "Do Not Use WARP", types: ["spell"] },
  78. { name: "Defeat Every Trap Tile in Ice Cave", types: ["trap"] },
  79.  
  80. ];
  81. bingoList[12] = [
  82. { name: "Purchase a spell from levels 1-7", types: ["spell"] },
  83. { name: "Promote As Soon As Possible", types: ["promote"] },
  84. { name: "Never Promote", types: ["promote"] },
  85. { name: "Do Not Use EXIT", types: ["spell"] },
  86.  
  87. ];
  88. bingoList[13] = [
  89. { name: "See HEAT or CREMATE", types: ["skill"] },
  90. { name: "Defeat Tiamat 1", types: ["tiamat"] },
  91.  
  92. ];
  93. bingoList[14] = [
  94. { name: "Kill 2 Different Worms", types: ["hunt"] },
  95. { name: "See FLASH or TRANCE", types: ["skill"] },
  96.  
  97. ];
  98. bingoList[15] = [
  99. { name: "Take 0 or 3 Black Belts", types: ["class"] },
  100. { name: "Kill 3 Different Giants", types: ["hunt"] },
  101. { name: "Hit Level 30 on at Least One Character", types: ["level"] },
  102.  
  103. ];
  104. bingoList[16] = [
  105. { name: "Take 2 Black Mages", types: ["class"] },
  106. { name: "See SCORCH or BLAZE", types: ["skill"] },
  107. { name: "Canoe from Elfland to Ice Cave", types: ["walk"] },
  108.  
  109. ];
  110. bingoList[17] = [
  111. { name: "Quake the Dead", types: ["lich"] },
  112. { name: "See GLANCE or GLARE", types: ["skill"] },
  113.  
  114. ];
  115. bingoList[18] = [
  116. { name: "Take 0 or 3 Fighters", types: ["class"] },
  117. { name: "Confuse Kary", types: ["kary"] },
  118.  
  119. ];
  120. bingoList[19] = [
  121. { name: "Hit Level 40 on at Least One Character", types: ["level"] },
  122.  
  123. ];
  124. bingoList[20] = [
  125. { name: "Kill 3 Different Dragons", types: ["hunt"] },
  126.  
  127. ];
  128. bingoList[21] = [
  129. { name: "Take 1 None", types: ["class"] },
  130. { name: "Braken the Kraken", types: ["kraken"] },
  131.  
  132. ];
  133. bingoList[22] = [
  134. { name: "Take 0 or 4 Red Mages", types: ["class"] },
  135. { name: "Defeat WarMECH", types: ["hunt"] },
  136. { name: "Use No CABINs or HOUSEs", types: ["save"],
  137.  
  138. ];
  139. bingoList[23] = [
  140. { name: "Take Two White Mages", types: ["class"] },
  141. { name: "Bane the Dragon", types: ["tiamat"],
  142.  
  143. ];
  144. bingoList[24] = [
  145. { name: "See TOXIC or POISON", types: ["skill"] },
  146. { name: "Use No Swords", types: ["swords"] },
  147. { name: "Hit Level 50 on at Least One Character", types: ["level"] },
  148.  
  149. ];
  150. bingoList[25] = [
  151. { name: "Take Two Thieves", types: ["class"] },
  152. { name: "See BRAK or BANE", types: ["skill"] },
  153. { name: "Successfully use LAMP", types: ["spell"] },
  154.  
  155. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement