Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. {
  2. "startingRoom": "Townsend 353",
  3. "endingRoom": "Townsend Study",
  4. "rooms": [
  5. {
  6. "name": "Townsend 353",
  7. "description": "You are in Townsend 353, the place where people play video games.",
  8. "directions": [
  9. {
  10. "directionName": "West",
  11. "room": "Townsend Study",
  12. "enabled": false,
  13. "validKeyNames": [
  14. "heart key",
  15. "skeleton key"
  16. ]
  17. },
  18. {
  19. "directionName": "East",
  20. "room": "East Stairwell",
  21. "enabled": true,
  22. "validKeyNames": []
  23. }
  24. ],
  25. "items": [
  26. {
  27. "name": "heart key",
  28. "warpRoomName": null
  29. },
  30. {
  31. "name": "skeleton key",
  32. "warpRoomName": null
  33. },
  34. {
  35. "name": "baseball",
  36. "warpRoomName": null
  37. }
  38. ]
  39. },
  40. {
  41. "name": "East Stairwell",
  42. "description": "You have arrived in the stairwell, the place where people go before stepping outside.",
  43. "directions": [],
  44. "items": [
  45. {
  46. "name": "chip bag",
  47. "warpRoomName": null
  48. },
  49. {
  50. "name": "Magic Staff",
  51. "warpRoomName": "Townsend 353"
  52. }
  53. ]
  54. },
  55. {
  56. "name": "Townsend Study",
  57. "description": "You have arrived in Townsend Study, the place where people study.",
  58. "directions": [],
  59. "items": [
  60. {
  61. "name": "gum",
  62. "warpRoomName": null
  63. },
  64. {
  65. "name": "textbook",
  66. "warpRoomName": null
  67. },
  68. {
  69. "name": "iced tea",
  70. "warpRoomName": null
  71. }
  72. ]
  73. }
  74. ],
  75. "player" : {
  76. "items" : [
  77. {
  78. "name": "lighter",
  79. "warpRoomName": null
  80. },
  81. {
  82. "name": "match",
  83. "warpRoomName": null
  84. }
  85. ]
  86. }
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement