Advertisement
varkarrus

Um

Mar 25th, 2022
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. {
  2. "mode": "getSetting",
  3. "newmob": "The Backroom Butcher",
  4. "introText": "Write 'Anything to save this mob to the list, or 'Skip' to discard it..",
  5. "newmobtype": "Boss:",
  6. "newsetting": "The Backrooms",
  7. "placesdict": [
  8. {
  9. "desc": "The space in and around a cavernous, massive hollowed out tree",
  10. "mobs": [
  11. "Mob: Woodlouse",
  12. "Mob: Dire Squirrel",
  13. "Elite: Skull Tarantula",
  14. "Elite: Parasite Plant",
  15. "Support: Evil Ramblin Mushroom",
  16. "Miniboss: Branch Manager",
  17. "Miniboss: Paul Bunyan",
  18. "Boss: The Oak Heart",
  19. "Boss: Great Owl King"
  20. ],
  21. "name": "Giant Tree"
  22. },
  23. {
  24. "desc": "A spooky pirate ship inhabited by ghostly pirates",
  25. "mobs": [
  26. "Mob: Undead Deckhand",
  27. "Mob: Spectral Swashbuckler",
  28. "Elite: Cackling Cannoneer",
  29. "Elite: Barrel Thrower",
  30. "Support: Ghost Parrot",
  31. "Miniboss: Tommy Two-Hooks",
  32. "Miniboss: Paulie Peglegs",
  33. "Boss: Captain Maive Jones",
  34. "Boss: The Zombie Kraken"
  35. ],
  36. "name": "Ghost Ship"
  37. },
  38. {
  39. "desc": "Underground volcanic tunnels full of lava, lizardfolk, and fire-based baddies.",
  40. "mobs": [
  41. "Mob: Fire Bat",
  42. "Mob: Red Salamander",
  43. "Elite: Lizard Knight",
  44. "Elite: Magma Golem",
  45. "Support: Lizard Shaman",
  46. "Miniboss: Lizard Chieftan",
  47. "Miniboss: Cursed Vulcanologist",
  48. "Boss: Ancient Red Dragon",
  49. "Boss: Unsealed Archfiend"
  50. ],
  51. "name": "Magma Temple"
  52. },
  53. {
  54. "desc": "A liminal-space maze of mysterious utility halls, oddly placed furniture, and doors that lead nowhere.",
  55. "mobs": [
  56. "Mob: Moving Furniture",
  57. "Mob: Living Mannequin",
  58. "Elite: Shadow Figure",
  59. "Elite: Maddening Iconography",
  60. "Support: Manifested Dread",
  61. "Miniboss: Walltaker",
  62. "Miniboss: Herald of Void",
  63. "Boss: Spamton G Spamton",
  64. "Boss: The Breaching Entity"
  65. ],
  66. "name": "The Backrooms"
  67. },
  68. null,
  69. [
  70. {
  71. "desc": "The space in and around a cavernous, massive hollowed out tree",
  72. "mobs": [
  73. "Mob: Woodlouse",
  74. "Mob: Dire Squirrel",
  75. "Elite: Skull Tarantula",
  76. "Elite: Parasite Plant",
  77. "Support: Evil Ramblin Mushroom",
  78. "Miniboss: Branch Manager",
  79. "Miniboss: Paul Bunyan",
  80. "Boss: The Oak Heart",
  81. "Boss: Great Owl King"
  82. ],
  83. "name": "Giant Tree"
  84. },
  85. {
  86. "desc": "A spooky pirate ship inhabited by ghostly pirates",
  87. "mobs": [
  88. "Mob: Undead Deckhand",
  89. "Mob: Spectral Swashbuckler",
  90. "Elite: Cackling Cannoneer",
  91. "Elite: Barrel Thrower",
  92. "Support: Ghost Parrot",
  93. "Miniboss: Tommy Two-Hooks",
  94. "Miniboss: Paulie Peglegs",
  95. "Boss: Captain Maive Jones",
  96. "Boss: The Zombie Kraken"
  97. ],
  98. "name": "Ghost Ship"
  99. },
  100. {
  101. "desc": "Underground volcanic tunnels full of lava, lizardfolk, and fire-based baddies.",
  102. "mobs": [
  103. "Mob: Fire Bat",
  104. "Mob: Red Salamander",
  105. "Elite: Lizard Knight",
  106. "Elite: Magma Golem",
  107. "Support: Lizard Shaman",
  108. "Miniboss: Lizard Chieftan",
  109. "Miniboss: Cursed Vulcanologist",
  110. "Boss: Ancient Red Dragon",
  111. "Boss: Unsealed Archfiend"
  112. ],
  113. "name": "Magma Temple"
  114. },
  115. {
  116. "desc": "A liminal-space maze of mysterious utility halls, oddly placed furniture, and doors that lead nowhere.",
  117. "mobs": [
  118. "Mob: Moving Furniture",
  119. "Mob: Living Mannequin",
  120. "Elite: Shadow Figure",
  121. "Elite: Maddening Iconography",
  122. "Support: Manifested Dread",
  123. "Miniboss: Walltaker",
  124. "Miniboss: Herald of Void",
  125. "Boss: Spamton G Spamton",
  126. "Boss: The Breaching Entity",
  127. "Boss: The Backroom Butcher"
  128. ],
  129. "name": "The Backrooms"
  130. },
  131. null
  132. ]
  133. ]
  134. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement