Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.24 KB | None | 0 0
  1. {
  2. "startingRoom": "Outside",
  3. "endingRoom": "End",
  4. "rooms": [
  5. {
  6. "name": "Outside",
  7. "description": "You are outside a strange building. You feel compelled to enter.",
  8. "directions": [
  9. {
  10. "directionName": "Inside",
  11. "room": "Room1",
  12. "enabled": "true"
  13. },
  14. {
  15. "directionName": "zip to end",
  16. "room": "End",
  17. "enabled": "true"
  18. }
  19. ]
  20. },
  21. {
  22. "name": "Room1",
  23. "description": "You are in an empty room with a 1 etched on the wall. You see a staircase in front of you and the door behind you.",
  24. "directions": [
  25. {
  26. "directionName": "Up",
  27. "room": "Room2",
  28. "enabled": "true"
  29. },
  30. {
  31. "directionName": "Back",
  32. "room": "Outside",
  33. "enabled": "false"
  34. }
  35. ]
  36. },
  37. {
  38. "name": "Room2",
  39. "description": "You are in an empty room with a 5 etched on the wall. The staircase keeps going and there is a door on one wall.",
  40. "directions": [
  41. {
  42. "directionName": "Up",
  43. "room": "Room2",
  44. "enabled": "true"
  45. },
  46. {
  47. "directionName": "Down",
  48. "room": "Room3",
  49. "enabled": "true"
  50. },
  51. {
  52. "directionName": "Through door",
  53. "room": "Room6",
  54. "enabled": "false",
  55. "validKeyNames": [
  56. "gold key"
  57. ]
  58. }
  59. ]
  60. },
  61. {
  62. "name": "Room3",
  63. "description": "You are in a room with a 4 etched on the wall. The staircase keeps going and you see a desk set over in the corner.",
  64. "directions": [
  65. {
  66. "directionName": "To the desk",
  67. "room": "Desk",
  68. "enabled": "true"
  69. },
  70. {
  71. "directionName": "Up",
  72. "room": "Room3",
  73. "enabled": "true"
  74. },
  75. {
  76. "directionName": "Down",
  77. "room": "Room2",
  78. "enabled": "true"
  79. },
  80. {
  81. "directionName": "Through the door",
  82. "room": "Room4",
  83. "enabled": "false"
  84. }
  85. ]
  86. },
  87. {
  88. "name": "Desk",
  89. "description": "[Describe puzzle 1]",
  90. "directions": [
  91. {
  92. "directionName": "Back",
  93. "room": "Room3",
  94. "enabled": "true"
  95. }
  96. ],
  97. "puzzle": {
  98. "question": " 6 | 11 | 10\n13 | 9 | 5\n 8 | 7 | 12",
  99. "answer": "27",
  100. "unlock": {
  101. "roomOpen": "Room4",
  102. "roomSource": "Room3"
  103. }
  104. }
  105. },
  106. {
  107. "name": "Room4",
  108. "description": "You are in an empty room with a 8 etched on the wall. You see two doors in front of you.",
  109. "directions": [
  110. {
  111. "directionName": "Through door 1",
  112. "room": "Room4.1",
  113. "enabled": "true"
  114. },
  115. {
  116. "directionName": "Through door 2",
  117. "room": "Room4.2",
  118. "enabled": "true"
  119. },
  120. {
  121. "directionName": "Back",
  122. "room": "Room3",
  123. "enabled": "true"
  124. },
  125. {
  126. "directionName": "Through door 3",
  127. "room": "Room5",
  128. "enabled": "false"
  129. }
  130. ]
  131. },
  132. {
  133. "name": "Room4.1",
  134. "description": "You are in a room with blue walls and a 8 etched on the wall. You see two doors in front of you.",
  135. "directions": [
  136. {
  137. "directionName": "Through door 1",
  138. "room": "Room4.1",
  139. "enabled": "true"
  140. },
  141. {
  142. "directionName": "Through door 2",
  143. "room": "Room4.2",
  144. "enabled": "true"
  145. },
  146. {
  147. "directionName": "Back",
  148. "room": "Room4",
  149. "enabled": "true"
  150. }
  151. ],
  152. "puzzle": {
  153. "question": "W t i ap ar s S n A u a I am ?",
  154. "answer": "silence",
  155. "unlock": {
  156. "roomOpen": "Room5",
  157. "roomSource": "Room4"
  158. }
  159. }
  160. },
  161. {
  162. "name": "Room4.2",
  163. "description": "You are in a room with red walls and a 8 etched on the wall. You see two doors in front of you.",
  164. "directions": [
  165. {
  166. "directionName": "Through door 1",
  167. "room": "Room4.1",
  168. "enabled": "true"
  169. },
  170. {
  171. "directionName": "Through door 2",
  172. "room": "Room4.2",
  173. "enabled": "true"
  174. },
  175. {
  176. "directionName": "Back",
  177. "room": "Room4",
  178. "enabled": "true"
  179. }
  180. ],
  181. "puzzle": {
  182. "question": " ha D s pe s A oo s Yo S y ts N e ",
  183. "answer": "silence",
  184. "unlock": {
  185. "roomOpen": "Room5",
  186. "roomSource": "Room4"
  187. }
  188. }
  189. },
  190. {
  191. "name": "Room5",
  192. "description": "You are in a room with a 2 etched on the wall. On a table there lies a key.",
  193. "directions": [
  194. {
  195. "directionName": "Up",
  196. "room": "Room2",
  197. "enabled": "true"
  198. },
  199. {
  200. "directionName": "Back",
  201. "room": "Room4",
  202. "enabled": "true"
  203. }
  204. ],
  205. "items": [
  206. "gold key"
  207. ]
  208. },
  209. {
  210. "name": "Room6",
  211. "description": "You are in an empty room with only a keypad on the far wall next to a large door.",
  212. "directions": [
  213. {
  214. "directionName": "Back",
  215. "room": "Room2",
  216. "enabled": "true"
  217. },
  218. {
  219. "directionName": "Through door",
  220. "room": "End",
  221. "enabled": "false"
  222. }
  223. ],
  224. "puzzle": {
  225. "question": "Enter password:",
  226. "answer": "14582",
  227. "unlock": {
  228. "roomOpen": "End",
  229. "roomSource": "Room6"
  230. }
  231. }
  232. },
  233. {
  234. "name": "End",
  235. "description": "Congrats, you made it.",
  236. "directions": [
  237. {
  238. "directionName": "Zip back",
  239. "room": "Outside",
  240. "enabled": "true"
  241. },
  242. {
  243. "directionName": "Back",
  244. "room": "Room6",
  245. "enabled": "true"
  246. }
  247. ]
  248. }
  249. ]
  250. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement