Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. {
  2. "startingRoom": "King Cross Station",
  3. "endingRoom": "Azkaban",
  4. "rooms": [
  5. {
  6. "name": "King Cross Station",
  7. "description": "You are at the King Cross Station, trying to find where Platform 9 3/4 is",
  8. "items": ["Hedwig"],
  9. "directions": [
  10. {
  11. "directionName": "Forward",
  12. "room": "Platform 9 3/4"
  13. }
  14. ]
  15. },
  16. {
  17. "name": "Platform 9 3/4",
  18. "description": "You ran through the brick wall and get on to Hogwarts Express at Platform 9 3/4.",
  19. "items": ["trolley"],
  20. "directions": [
  21. {
  22. "directionName": "East",
  23. "room": "Hagrid's Hut"
  24. },
  25. {
  26. "directionName": "North",
  27. "room": "Hogwarts"
  28. },
  29. {
  30. "directionName": "Backward",
  31. "room": "King Cross Station"
  32. }
  33. ]
  34. },
  35. {
  36. "name": "Hagrid's Hut",
  37. "description": "You are at Hagrid's Hut, Rubeus Hagrid's home. He welcomed you with a cup of coffee.",
  38. "items": ["Time Turners"],
  39. "directions": [
  40. {
  41. "directionName": "East",
  42. "room": "Forbidden Forest"
  43. }, {
  44. "directionName": "West",
  45. "room": "Platform 9 3/4"
  46. }
  47. ]
  48. },
  49. {
  50. "name": "Forbidden Forest",
  51. "description": "You enter the Forbidden Forest, a place where secrets and dark creatures hide. It's dangerous in here! GO BACK!!",
  52. "items": ["The Elder Wand"],
  53. "directions": [
  54. {
  55. "directionName": "East",
  56. "room": "Sea"
  57. },
  58. {
  59. "directionName": "West",
  60. "room": "Hagrid's Hut"
  61. }
  62. ]
  63. },
  64. {
  65. "name": "Sea",
  66. "description": "Somehow you got out of the Forbidden Forest, and you can now see the sea.",
  67. "items": [],
  68. "directions": [
  69. {
  70. "directionName": "West",
  71. "room": "Forbidden Forest"
  72. },
  73. {
  74. "directionName": "North",
  75. "room": "Azkaban"
  76. }
  77. ]
  78. },
  79. {
  80. "name": "Azkaban",
  81. "description": "You are at Azkaban. You get a whole life sentence...Unless, you can escape like Sirius Black did...But is there a way to escape if I end the program here?:))",
  82. "items": ["Sirius Black's wand"],
  83. "directions": []
  84. },
  85. {
  86. "name": "Hogwarts",
  87. "description": "You are at Hogwarts School of Witchcraft and Wizardry. Ready to learn some magic?",
  88. "items": ["Philosopher’s Stone"],
  89. "directions": [
  90. {
  91. "directionName": "In",
  92. "room": "Great Hall"
  93. },
  94. {
  95. "directionName": "Forward",
  96. "room": "Stair Case"
  97. },
  98. {
  99. "directionName": "South",
  100. "room": "Platform 9 3/4"
  101. },
  102. {
  103. "directionName": "Down",
  104. "room": "Snape's Office"
  105. }
  106. ]
  107. },
  108. {
  109. "name": "Great Hall",
  110. "description": "You are at the Great Hall, getting ready for the Sorting Ceremony.",
  111. "items": ["Broomstick", "Sorting Hat"],
  112. "directions": [
  113. {
  114. "directionName": "Out",
  115. "room": "Hogwarts"
  116. },
  117. {
  118. "directionName": "Left",
  119. "room": "Slytherin House"
  120. }
  121. ]
  122. },
  123. {
  124. "name": "Slytherin House",
  125. "description": "You are in the Slytherin House. You see students working on Magic 126 homework.",
  126. "items": ["The Monster Book of Monsters"],
  127. "directions": [
  128. {
  129. "directionName": "Right",
  130. "room": "Great Hall"
  131. }
  132. ]
  133. },
  134. {
  135. "name": "Staircase",
  136. "description": "You are at the staircase. Wait! You! Are you stalking people using The Marauder's Map?",
  137. "items": ["The Marauder's Map"],
  138. "directions": [
  139. {
  140. "directionName": "Backward",
  141. "room": "Hogwarts"
  142. },
  143. {
  144. "directionName": "Up",
  145. "room": "Dumbledore's Office"
  146. },
  147. {
  148. "directionName": "Left",
  149. "room": "Moaning Myrtle's Bathroom"
  150. },
  151. {
  152. "directionName": "Right",
  153. "room": "Harry's Dorm"
  154. }
  155. ]
  156. },
  157. {
  158. "name": "Dumbledore's Office",
  159. "description": "You are at Dumbledore's Office. It's a large and beautiful circular room.",
  160. "items": ["The Pensieve"],
  161. "directions": [
  162. {
  163. "directionName": "Down",
  164. "room": "Staircase"
  165. }
  166. ]
  167. },
  168. {
  169. "name": "Harry's Dorm",
  170. "description": "You are in Gryffindor Boys' Dormitory, which is also Harry's Dorm. You put on The Invisibility Cloak, now people can't see you:)",
  171. "items": ["The Invisibility Cloak"],
  172. "directions": [
  173. {
  174. "directionName": "Left",
  175. "room": "Staircase"
  176. }
  177. ]
  178. },
  179. {
  180. "name": "Moaning Myrtle's Bathroom",
  181. "description": "You are in the Moaning Myrtle's Bathroom. You can hear someone sobbing in the bathroom.",
  182. "items": [],
  183. "directions": [
  184. {
  185. "directionName": "Right",
  186. "room": "Staircase"
  187. },
  188. {
  189. "directionName": "Down",
  190. "room": "Chamber of Secrets"
  191. }
  192. ]
  193. },
  194. {
  195. "name": "Chamber of Secrets",
  196. "description": "You opened the Chamber of Secrets. There lives an ancient Basilisk. Be careful, don't die!",
  197. "items": ["Wizard's Chess"],
  198. "directions": [
  199. {
  200. "directionName": "Up",
  201. "room": "Moaning Myrtle's Bathroom"
  202. }
  203. ]
  204. }
  205. ]
  206. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement