Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 KB | None | 0 0
  1. {
  2. "startingRoom": "DisneyWorldEntrance",
  3. "endingRoom": "CinderellasCastle",
  4. "player":
  5. {
  6. "items": []
  7. },
  8. "rooms": [
  9. {
  10. "name": "DisneyWorldEntrance",
  11. "description": "You are at the Disney World Magical Kingdom entrance",
  12. "directions": [
  13. {
  14. "directionName": "North",
  15. "room": "MainStreet",
  16. "enabled": "false",
  17. "validKeyNames": [
  18. "AdmissionsTicket"
  19. ]
  20. }
  21. ],
  22. "items":[
  23. {
  24. "name": "AdmissionsTicket"
  25. }
  26. ]
  27. },
  28. {
  29. "name":"MainStreet",
  30. "description": "You are on MainStreet U.S.A. You can see the Cafe to the East and AdventureLand to the NorthWest and TomorrowLand to the NorthEast.",
  31. "directions": [
  32. {
  33. "directionName":"East",
  34. "room":"Cafe",
  35. "enabled": "false",
  36. "validKeyNames":[
  37. "MickeysEars"
  38. ]
  39. },
  40. {
  41. "directionName":"NorthEast",
  42. "room":"TomorrowLand",
  43. "enabled": "false",
  44. "validKeyNames":[
  45. "SpaceShip"
  46. ]
  47. },
  48. {
  49. "directionName":"NorthWest",
  50. "room":"AdventureLand",
  51. "enabled": "false",
  52. "validKeyNames":[
  53. "MagicCarpet"
  54. ]
  55. },
  56. {
  57. "directionName":"South",
  58. "room":"Entrance",
  59. "enabled": "true",
  60. "validKeyNames":[
  61. ]
  62. }
  63. ],
  64. "items":[
  65. {
  66. "name": "MickeysEars"
  67. },
  68. {
  69. "name": "MagicCarpet"
  70. },
  71. {
  72. "name": "SpaceShip"
  73. }
  74. ]
  75. },
  76. {
  77. "name":"Cafe",
  78. "description":"You are in the Cafe. There are lots of food options to choose from.",
  79. "directions":[
  80. {
  81. "directionName":"North",
  82. "room":"TomorrowLand",
  83. "enabled": "false",
  84. "validKeyNames":[
  85. "SodaBottle"
  86. ]
  87. },
  88. {
  89. "directionName":"West",
  90. "room":"MainStreet",
  91. "enabled": "true",
  92. "validKeyNames":[
  93. ]
  94. }
  95. ],
  96. "items":[
  97. {
  98. "name": "SodaBottle"
  99. }
  100. ]
  101. },
  102. {
  103. "name":"TomorrowLand",
  104. "description":"You are in TomorrowLand. You can see FantasyLand and Cinderella's Castle.",
  105. "directions":[
  106. {
  107. "directionName":"North",
  108. "room":"FantasyLand",
  109. "enabled": "false",
  110. "validKeyNames":[
  111. "MagicWand"
  112. ]
  113. },
  114. {
  115. "directionName":"South",
  116. "room":"Cafe",
  117. "enabled": "true",
  118. "validKeyNames":[
  119. ]
  120. },
  121. {
  122. "directionName":"SouthWest",
  123. "room":"MainStreet",
  124. "enabled": "true",
  125. "validKeyNames":[
  126. ]
  127. }
  128. ],
  129. "items":[
  130. {
  131. "name": "MagicWand"
  132. }
  133. ]
  134. },
  135. {
  136. "name":"FantasyLand",
  137. "description":"You are in FantasyLand. You can meet all the princesses here.",
  138. "directions":[
  139. {
  140. "directionName":"West",
  141. "room":"LibertySquare",
  142. "enabled": "false",
  143. "validKeyNames":[
  144. "FunnelCake"
  145. ]
  146. },
  147. {
  148. "directionName":"South",
  149. "room":"Tomorrowland",
  150. "enabled": "true",
  151. "validKeyNames":[
  152. ]
  153. }
  154. ],
  155. "items":[
  156. {
  157. "name": "FunnelCake"
  158. }
  159. ]
  160. },
  161. {
  162. "name":"LibertySquare",
  163. "description":"You are in Liberty Square. You can see Cinderella's Castle",
  164. "directions":[
  165. {
  166. "directionName":"South",
  167. "room":"CinderellasCastle",
  168. "enabled": "false",
  169. "validKeyNames":[
  170. "GlassSlippers"
  171. ]
  172. },
  173. {
  174. "directionName":"East",
  175. "room":"FantasyLand",
  176. "enabled": "true",
  177. "validKeyNames":[
  178. ]
  179. }
  180. ],
  181. "items":[
  182. {
  183. "name": "GlassSlippers"
  184. }
  185. ]
  186. },
  187. {
  188. "name":"AdventureLand",
  189. "description":"You are in AdventureLand. You can visit the Swiss Family Treehouse",
  190. "directions":[
  191. {
  192. "directionName":"Northeast",
  193. "room":"CinderellasCastle",
  194. "enabled": "false",
  195. "validKeyNames":[
  196. ]
  197. },
  198. {
  199. "directionName":"SouthEast",
  200. "room":"MainStreet",
  201. "enabled":"true",
  202. "validKeyNames":[
  203. "EyePatch"
  204. ]
  205. }
  206. ],
  207. "items":[
  208. {
  209. "name": "EyePatch"
  210. },
  211. {
  212. "name": "SecretItem"
  213. }
  214. ]
  215. },
  216. {
  217. "name":"CinderellasCastle",
  218. "description":"You are in Cinderella's Castle. You can eat dinner with many princes and princesses.",
  219. "directions":[
  220. {
  221. "directionName":"North",
  222. "room":"LibertySquare",
  223. "enabled": "false",
  224. "validKeyNames":[
  225. "FairyGodMother"
  226. ]
  227. }
  228. ],
  229. "items":[
  230. {
  231. "name": "FairyGodMother"
  232. }
  233. ]
  234. }
  235. ]
  236. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement