Advertisement
Zenobian

dab 2

Nov 29th, 2020 (edited)
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 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 translating 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 One of 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. { name: "Do Not Talk to Hint NPCs", types: ["hint"] },
  66.  
  67. ];
  68. bingoList[10] = [
  69. { name: "Do Not Use FADE", types: ["spell"] },
  70. { name: "Kill 3 Different Lizards", types: ["hunt"] },
  71. { name: "Spend 100,000G in One Shop", types: ["sale"] },
  72. { name: "Visit Every Room in Marsh 3", types: ["walk"] },
  73.  
  74. ];
  75. bingoList[11] = [
  76. { name: "Do Not Use NUKE", types: ["spell"] },
  77. { name: "Defeat Kraken 1", types: ["kraken"] },
  78. { name: "Do Not Use WARP", types: ["spell"] },
  79. { name: "Defeat Every Trap Tile in Ice Cave", types: ["trap"] },
  80.  
  81. ];
  82. bingoList[12] = [
  83. { name: "Purchase a spell from levels 1-7", types: ["spell"] },
  84. { name: "Promote As Soon As Possible", types: ["promote"] },
  85. { name: "Never Promote", types: ["promote"] },
  86. { name: "Do Not Use EXIT", types: ["spell"] },
  87.  
  88. ];
  89. bingoList[13] = [
  90. { name: "See a Fire-elemental Skill or Spell", types: ["skill"] },
  91. { name: "Defeat Tiamat 1", types: ["tiamat"] },
  92. { name: "Talk to 5 Different Hint NPCs", types: ["hint"] },
  93.  
  94. ];
  95. bingoList[14] = [
  96. { name: "Kill 2 Different Worms", types: ["hunt"] },
  97. { name: "Use Only Blessed Equipment", types: ["blurse"] },
  98.  
  99. ];
  100. bingoList[15] = [
  101. { name: "Take 0 or 3 Black Belts", types: ["class"] },
  102. { name: "Kill 3 Different Giants", types: ["hunt"] },
  103. { name: "Hit Level 30 on at Least One Character", types: ["level"] },
  104.  
  105. ];
  106. bingoList[16] = [
  107. { name: "Take 2 Black Mages", types: ["class"] },
  108. { name: "Canoe from Elfland to Ice Cave", types: ["walk"] },
  109.  
  110. ];
  111. bingoList[17] = [
  112. { name: "Defeat Lich with QAKE", types: ["lich"] },
  113.  
  114. ];
  115. bingoList[18] = [
  116. { name: "Take 0 or 3 Fighters", types: ["class"] },
  117. { name: "Successfully Confuse Kary", types: ["kary"] },
  118.  
  119. ];
  120. bingoList[19] = [
  121. { name: "Hit Level 40 on at Least One Character", types: ["level"] },
  122. { name: "Use Only Cursed Weapons", types: ["blurse"] },
  123.  
  124. ];
  125. bingoList[20] = [
  126. { name: "Kill 3 Different Dragons", types: ["hunt"] },
  127. { name: "Use Only Cursed Armor", types: ["blurse"] },
  128.  
  129. ];
  130. bingoList[21] = [
  131. { name: "Take 1 None", types: ["class"] },
  132. { name: "Defeat Kraken with BRAK", types: ["kraken"] },
  133.  
  134. ];
  135. bingoList[22] = [
  136. { name: "Take 0 or 4 Red Mages", types: ["class"] },
  137. { name: "Defeat WarMECH", types: ["hunt"] },
  138. { name: "Use No CABINs or HOUSEs", types: ["save"],
  139.  
  140. ];
  141. bingoList[23] = [
  142. { name: "Take Two White Mages", types: ["class"] },
  143. { name: "Defeat Tiamat with BANE", types: ["tiamat"],
  144.  
  145. ];
  146. bingoList[24] = [
  147. { name: "See a Status-elemental Skill or Spell", types: ["skill"] },
  148. { name: "Equip No Swords", types: ["swords"] },
  149. { name: "Hit Level 50 on at Least One Character", types: ["level"] },
  150.  
  151. ];
  152. bingoList[25] = [
  153. { name: "Take Two Thieves", types: ["class"] },
  154. { name: "See a Poison-elemental Skill or Spell", types: ["skill"] },
  155. { name: "Successfully Cure a Status Ailment in Battle with White Magic", types: ["spell"] },
  156. { name: "Cast a Spell of Every Element in Battle", types: ["spell"] },
  157.  
  158. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement