Advertisement
Guest User

hogwarts

a guest
Feb 19th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.21 KB | None | 0 0
  1. {
  2. "startingRoom": "EntranceHall",
  3. "endingRoom": "RoomOfRequirement",
  4. "rooms": [
  5. {
  6. "name": "EntranceHall",
  7. "description": "You are in the Entrance Hall. You see the Great Hall and stairs going up and down.",
  8. "directions": [
  9. {
  10. "directionName": "East",
  11. "room": "GreatHall",
  12. "enabled": true,
  13. "validKeyNames": []
  14. },
  15. {
  16. "directionName": "West",
  17. "room": "SlytherinStairs",
  18. "enabled": true,
  19. "validKeyNames": []
  20. },
  21. {
  22. "directionName": "Upstairs",
  23. "room": "FirstFloor",
  24. "enabled": true,
  25. "validKeyNames": []
  26. },
  27. {
  28. "directionName": "Downstairs",
  29. "room": "HufflepuffBasement",
  30. "enabled": true,
  31. "validKeyNames": []
  32. }
  33. ],
  34. "items": []
  35. },
  36. {
  37. "name": "GreatHall",
  38. "description": "You are in the Great Hall. You see four long tables covered with food and hear the laughter and chatter of students. You see a scarf lying on the ground.",
  39. "directions": [
  40. {
  41. "directionName": "West",
  42. "room": "EntranceHall",
  43. "enabled": true,
  44. "validKeyNames": []
  45. },
  46. {
  47. "directionName": "Pickup scarf",
  48. "room": "Library",
  49. "enabled": true,
  50. "validKeyNames": []
  51. }
  52. ],
  53. "items": []
  54. },
  55. {
  56. "name": "SlytherinStairs",
  57. "description": "You see a set of stone steps leading down into the dungeons. You notice a scrap of paper lying on the ground with what seems to be the Slytherin Common Room password scrawled on it.",
  58. "directions": [
  59. {
  60. "directionName": "East",
  61. "room": "EntranceHall",
  62. "enabled": true,
  63. "validKeyNames": []
  64. },
  65. {
  66. "directionName": "Downstairs",
  67. "room": "SlytherinDungeon",
  68. "enabled": true,
  69. "validKeyNames": []
  70. }
  71. ],
  72. "items": [
  73. {
  74. "name": "Slytherin password"
  75. }
  76. ]
  77. },
  78. {
  79. "name": "SlytherinDungeon",
  80. "description": "You stand in front of a bare stone wall. Behind it is the Slytherin Common Room.",
  81. "directions": [
  82. {
  83. "directionName": "Upstairs",
  84. "room": "SlytherinStairs",
  85. "enabled": true,
  86. "validKeyNames": []
  87. },
  88. {
  89. "directionName": "In",
  90. "room": "SlytherinCommonRoom",
  91. "enabled": false,
  92. "validKeyNames": ["Slytherin password"]
  93. }
  94. ],
  95. "items": []
  96. },
  97. {
  98. "name": "SlytherinCommonRoom",
  99. "description": "You are in the Slytherin Common Room. Everything is washed in a green light and you can see into the lake through the windows. A fire crackles in front of you. ",
  100. "directions": [
  101. {
  102. "directionName": "Out",
  103. "room": "SlytherinDungeon",
  104. "enabled": true,
  105. "validKeyNames": []
  106. },
  107. {
  108. "directionName": "Into the fire",
  109. "room": "Fire",
  110. "enabled": false,
  111. "validKeyNames": ["Floo powder"]
  112. }
  113. ],
  114. "items": []
  115. },
  116. {
  117. "name": "Fire",
  118. "description": "You step into the fire and say the name of the place you want to go.",
  119. "directions": [
  120. {
  121. "directionName": "Slytherin Common Room",
  122. "room": "SlytherinCommonRoom",
  123. "enabled": true,
  124. "validKeyNames": []
  125. },
  126. {
  127. "directionName": "Ravenclaw Common Room",
  128. "room": "RavenclawCommonRoom",
  129. "enabled": true,
  130. "validKeyNames": []
  131. },
  132. {
  133. "directionName": "Hufflepuff Common Room",
  134. "room": "HufflepuffCommonRoom",
  135. "enabled": true,
  136. "validKeyNames": []
  137. },
  138. {
  139. "directionName": "Gryffindor Common Room",
  140. "room": "GryffindorCommonRoom",
  141. "enabled": true,
  142. "validKeyNames": []
  143. },
  144. {
  145. "directionName": "Headmaster's Office",
  146. "room": "Headmaster'sOffice",
  147. "enabled": true,
  148. "validKeyNames": []
  149. }
  150. ],
  151. "items": []
  152. },
  153. {
  154. "name": "HufflepuffBasement",
  155. "description": "You are in a broad, brightly lit corridor. You can hear the house elves working hard in the Kitchens. You see a rubber duck on the floor.",
  156. "directions": [
  157. {
  158. "directionName": "East",
  159. "room": "Kitchens",
  160. "enabled": true,
  161. "validKeyNames": []
  162. },
  163. {
  164. "directionName": "West",
  165. "room": "HufflepuffCommonRoom",
  166. "enabled": false,
  167. "validKeyNames": ["Hufflepuff password"]
  168. },
  169. {
  170. "directionName": "Upstairs",
  171. "room": "EntryHall",
  172. "enabled": true,
  173. "validKeyNames": []
  174. },
  175. {
  176. "directionName": "Pickup duck",
  177. "room": "PrefectBathroom",
  178. "enabled": true,
  179. "validKeyNames": []
  180. }
  181. ],
  182. "items": []
  183. },
  184. {
  185. "name": "Kitchens",
  186. "description": "You stand in the kitchen watching the house elves scurrying around to prepare a feast. You notice a crumpled up piece of parchment that seemes to have the Hufflepuff Common Room password written on it.",
  187. "directions": [
  188. {
  189. "directionName": "West",
  190. "room": "HufflepuffBasement",
  191. "enabled": true,
  192. "validKeyNames": []
  193. }
  194. ],
  195. "items": [
  196. {
  197. "name": "Hufflepuff password"
  198. }
  199. ]
  200. },
  201. {
  202. "name": "HufflepuffCommonRoom",
  203. "description": "You are in a round, earthy room washed in warm and welcoming sunlight. An inviting fire burns in front of you",
  204. "directions": [
  205. {
  206. "directionName": "Into the fire",
  207. "room": "Fire",
  208. "enabled": false,
  209. "validKeyNames": ["Floo powder"]
  210. },
  211. {
  212. "directionName": "East",
  213. "room": "HufflepuffBasement",
  214. "enabled": true,
  215. "validKeyNames": []
  216. }
  217. ],
  218. "items": []
  219. },
  220. {
  221. "name": "FirstFloor",
  222. "description": "You are on the first floor. You see a scrap of parchment that seems to have the password to the Prefect's Bathroom scribbled on it.",
  223. "directions": [
  224. {
  225. "directionName": "Upstairs",
  226. "room": "SecondFloor",
  227. "enabled": true,
  228. "validKeyNames": []
  229. },
  230. {
  231. "directionName": "Downstairs",
  232. "room": "EntranceHall",
  233. "enabled": true,
  234. "validKeyNames": []
  235. }
  236. ],
  237. "items": [
  238. {
  239. "name": "Prefect password"
  240. }
  241. ]
  242. },
  243. {
  244. "name": "SecondFloor",
  245. "description": "You are on the second floor. You hear wailing and notice a tapestry that seems to be hiding something.",
  246. "directions": [
  247. {
  248. "directionName": "Upstairs",
  249. "room": "ThirdFloor",
  250. "enabled": true,
  251. "validKeyNames": []
  252. },
  253. {
  254. "directionName": "Downstairs",
  255. "room": "FirstFloor",
  256. "enabled": true,
  257. "validKeyNames": []
  258. },
  259. {
  260. "directionName": "West",
  261. "room": "MoaningMyrtle",
  262. "enabled": true,
  263. "validKeyNames": []
  264. },
  265. {
  266. "directionName": "Behind tapestry",
  267. "room": "HiddenGryffindorStairs",
  268. "enabled": true,
  269. "validKeyNames": []
  270. }
  271. ],
  272. "items": []
  273. },
  274. {
  275. "name": "HiddenGryffindorStairs",
  276. "description": "Behind the tapestry, you find a staircase going up.",
  277. "directions": [
  278. {
  279. "directionName": "Upstairs",
  280. "room": "GryffindorTower",
  281. "enabled": true,
  282. "validKeyNames": []
  283. },
  284. {
  285. "directionName": "In Front of Tapestry",
  286. "room": "SecondFloor",
  287. "enabled": true,
  288. "validKeyNames": []
  289. }
  290. ],
  291. "items": []
  292. },
  293. {
  294. "name": "MoaningMyrtle",
  295. "description": "You are in a girl's bathroom. Moaning Myrtle peeks at you from behind a stall door, wailing the whole time. You notice a bag of floo powder in one of the sinks.",
  296. "directions": [
  297. {
  298. "directionName": "East",
  299. "room": "SecondFloor",
  300. "enabled": true,
  301. "validKeyNames": []
  302. }
  303. ],
  304. "items": [
  305. {
  306. "name": "Floo powder"
  307. }
  308. ]
  309. },
  310. {
  311. "name": "ThirdFloor",
  312. "description": "You are on the third floor. You hear the usual bustling sounds from the Hospital Wing and see a stone gargoyle",
  313. "directions": [
  314. {
  315. "directionName": "Upstairs",
  316. "room": "FourthFloor",
  317. "enabled": true,
  318. "validKeyNames": []
  319. },
  320. {
  321. "directionName": "Downstairs",
  322. "room": "SecondFloor",
  323. "enabled": true,
  324. "validKeyNames": []
  325. },
  326. {
  327. "directionName": "West",
  328. "room": "Headmaster'sTower",
  329. "enabled": true,
  330. "validKeyNames": []
  331. },
  332. {
  333. "directionName": "East",
  334. "room": "HospitalWing",
  335. "enabled": true,
  336. "validKeyNames": []
  337. }
  338. ],
  339. "items": []
  340. },
  341. {
  342. "name": "HospitalWing",
  343. "description": "You watch Madame Pomfrey running around tending to sick and injured students. It smells sickly sweet. You notice a discarded bandage that has what looks like the Gryffindor Common Room password written on it.",
  344. "directions": [
  345. {
  346. "directionName": "West",
  347. "room": "ThirdFloor",
  348. "enabled": true,
  349. "validKeyNames": []
  350. }
  351. ],
  352. "items": [
  353. {
  354. "name": "Gryffindor password"
  355. }
  356. ]
  357. },
  358. {
  359. "name": "Headmaster'sTower",
  360. "description": "You approach the gargoyle. You know it conceals a spiral staircase that requires a password. You notice a bag of floo powder handing from the gargoyle's wing.",
  361. "directions": [
  362. {
  363. "directionName": "East",
  364. "room": "ThirdFloor",
  365. "enabled": true,
  366. "validKeyNames": []
  367. },
  368. {
  369. "directionName": "Upstairs",
  370. "room": "Headmaster'sOffice",
  371. "enabled": false,
  372. "validKeyNames": ["Headmaster's password"]
  373. }
  374. ],
  375. "items": [
  376. {
  377. "name": "Floo powder"
  378. }
  379. ]
  380. },
  381. {
  382. "name": "Headmaster'sOffice",
  383. "description": "You are in the Headmaster's Office. It is a huge room spilling over with odd and magical looking items. There is a grand fire blazing across from you.",
  384. "directions": [
  385. {
  386. "directionName": "Into the fire",
  387. "room": "Fire",
  388. "enabled": false,
  389. "validKeyNames": ["Floo powder"]
  390. },
  391. {
  392. "directionName": "Downstairs",
  393. "room": "Headmaster'sTower",
  394. "enabled": true,
  395. "validKeyNames": []
  396. }
  397. ],
  398. "items": []
  399. },
  400. {
  401. "name": "FourthFloor",
  402. "description": "You are on the fourth floor. It is oddly quiet. You notice a quill lying on the ground.",
  403. "directions": [
  404. {
  405. "directionName": "Upstairs",
  406. "room": "FifthFloor",
  407. "enabled": true,
  408. "validKeyNames": []
  409. },
  410. {
  411. "directionName": "Downstairs",
  412. "room": "ThirdFloor",
  413. "enabled": true,
  414. "validKeyNames": []
  415. },
  416. {
  417. "directionName": "West",
  418. "room": "Library",
  419. "enabled": true,
  420. "validKeyNames": []
  421. },
  422. {
  423. "directionName": "Pickup quill",
  424. "room": "Kitchens",
  425. "enabled": true,
  426. "validKeyNames": []
  427. }
  428. ],
  429. "items": []
  430. },
  431. {
  432. "name": "Library",
  433. "description": "You are in the Library. Students are diligently reading and working. Madame Pince glares at you. You notice a book laying open on a desk. It seems to have the password to the Headmaster's office written in it.",
  434. "directions": [
  435. {
  436. "directionName": "East",
  437. "room": "FourthFloor",
  438. "enabled": true,
  439. "validKeyNames": []
  440. }
  441. ],
  442. "items": [
  443. {
  444. "name": "Headmaster's password"
  445. }
  446. ]
  447. },
  448. {
  449. "name": "FifthFloor",
  450. "description": "You are on the fifth floor. You see doors leading to the Prefect's bathroom and Ravenclaw Tower.",
  451. "directions": [
  452. {
  453. "directionName": "Upstairs",
  454. "room": "SixthFloor",
  455. "enabled": true,
  456. "validKeyNames": []
  457. },
  458. {
  459. "directionName": "Downstairs",
  460. "room": "FourthFloor",
  461. "enabled": true,
  462. "validKeyNames": []
  463. },
  464. {
  465. "directionName": "West",
  466. "room": "RavenclawTower",
  467. "enabled": true,
  468. "validKeyNames": []
  469. },
  470. {
  471. "directionName": "East",
  472. "room": "PrefectBathroom",
  473. "enabled": false,
  474. "validKeyNames": ["Prefect password"]
  475. }
  476. ],
  477. "items": []
  478. },
  479. {
  480. "name": "PrefectBathroom",
  481. "description": "You are in the Prefect's Bathroom. You admire the extravagant tub and examine the many faucets. You notice a slightly wet piece of parchment that has what looks like the Ravenclaw Common Room password written on it.",
  482. "directions": [
  483. {
  484. "directionName": "West",
  485. "room": "FifthFloor",
  486. "enabled": true,
  487. "validKeyNames": []
  488. }
  489. ],
  490. "items": [
  491. {
  492. "name": "Ravenclaw password"
  493. }
  494. ]
  495. },
  496. {
  497. "name": "RavenclawTower",
  498. "description": "You climb up a spiral staircase and arrive outside a door with no doorknob, only an eagle-shaped knocker.",
  499. "directions": [
  500. {
  501. "directionName": "East",
  502. "room": "FifthFloor",
  503. "enabled": true,
  504. "validKeyNames": []
  505. },
  506. {
  507. "directionName": "West",
  508. "room": "RavenclawCommonRoom",
  509. "enabled": false,
  510. "validKeyNames": ["Ravenclaw password"]
  511. }
  512. ],
  513. "items": []
  514. },
  515. {
  516. "name": "RavenclawCommonRoom",
  517. "description": "You are in a wide, circular room. The domed ceiling is painted with stars and you can make out the surrounding mountains through the windows. A gentle fire burns in front of you.",
  518. "directions": [
  519. {
  520. "directionName": "Into the fire",
  521. "room": "Fire",
  522. "enabled": false,
  523. "validKeyNames": ["Floo powder"]
  524. },
  525. {
  526. "directionName": "East",
  527. "room": "RavenclawTower",
  528. "enabled": true,
  529. "validKeyNames": []
  530. }
  531. ],
  532. "items": []
  533. },
  534. {
  535. "name": "SixthFloor",
  536. "description": "You are on the sixth floor. You see a bag of floo powder lying on the ground.",
  537. "directions": [
  538. {
  539. "directionName": "Upstairs",
  540. "room": "SeventhFloor",
  541. "enabled": true,
  542. "validKeyNames": []
  543. },
  544. {
  545. "directionName": "Downstairs",
  546. "room": "FifthFloor",
  547. "enabled": true,
  548. "validKeyNames": []
  549. }
  550. ],
  551. "items": [
  552. {
  553. "name": "Floo powder"
  554. }
  555. ]
  556. },
  557. {
  558. "name": "SeventhFloor",
  559. "description": "You are on the seventh floor. You see an empty stretch of corridor across from a tapestry of Barnabas the Barmy teaching trolls ballet.",
  560. "directions": [
  561. {
  562. "directionName": "Downstairs",
  563. "room": "SixthFloor",
  564. "enabled": true,
  565. "validKeyNames": []
  566. },
  567. {
  568. "directionName": "West",
  569. "room": "GryffindorTower",
  570. "enabled": true,
  571. "validKeyNames": []
  572. },
  573. {
  574. "directionName": "East",
  575. "room": "Corridor",
  576. "enabled": true,
  577. "validKeyNames": []
  578. }
  579. ],
  580. "items": []
  581. },
  582. {
  583. "name": "GryffindorTower",
  584. "description": "You climb up some stairs and arrive in front of the portrait of the Fat Lady.",
  585. "directions": [
  586. {
  587. "directionName": "East",
  588. "room": "SeventhFloor",
  589. "enabled": true,
  590. "validKeyNames": []
  591. },
  592. {
  593. "directionName": "West",
  594. "room": "GryffindorCommonRoom",
  595. "enabled": false,
  596. "validKeyNames": ["Gryffindor password"]
  597. }
  598. ],
  599. "items": []
  600. },
  601. {
  602. "name": "GryffindorCommonRoom",
  603. "description": "You are in a large, circular room full of comfy armchairs and sofas. The windows overlook the Hogwarts grounds. A roaring fire blazes under a mantle displaying a portait of a lion.",
  604. "directions": [
  605. {
  606. "directionName": "Into the fire",
  607. "room": "Fire",
  608. "enabled": false,
  609. "validKeyNames": ["Floo powder"]
  610. },
  611. {
  612. "directionName": "East",
  613. "room": "GryffindorTower",
  614. "enabled": true,
  615. "validKeyNames": []
  616. }
  617. ],
  618. "items": []
  619. },
  620. {
  621. "name": "Corridor",
  622. "description": "You stand in front of an empty stretch of wall. You feel like you've heard something about this place...",
  623. "directions": [
  624. {
  625. "directionName": "West",
  626. "room": "SeventhFloor",
  627. "enabled": true,
  628. "validKeyNames": []
  629. },
  630. {
  631. "directionName": "Pace",
  632. "room": "MagicalCorridor",
  633. "enabled": true,
  634. "validKeyNames": []
  635. }
  636. ],
  637. "items": []
  638. },
  639. {
  640. "name": "MagicalCorridor",
  641. "description": "After pacing back and forth in front of the wall a few times, you suddenly notice a door. Was that there before?",
  642. "directions": [
  643. {
  644. "directionName": "West",
  645. "room": "SeventhFloor",
  646. "enabled": true,
  647. "validKeyNames": []
  648. },
  649. {
  650. "directionName": "In",
  651. "room": "RoomOfRequirement",
  652. "enabled": true,
  653. "validKeyNames": []
  654. }
  655. ],
  656. "items": []
  657. },
  658. {
  659. "name": "RoomOfRequirement",
  660. "description": "You are standing in a room exactly like the one you were looking for. You're not sure how you ended up here. It seems like magic.",
  661. "directions": [
  662. {
  663. "directionName": "Out",
  664. "room": "Corridor",
  665. "enabled": true,
  666. "validKeyNames": []
  667. }
  668. ],
  669. "items": []
  670. }
  671. ],
  672. "player":
  673. {
  674. "items": []
  675. }
  676. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement