Advertisement
Guest User

uiuc.json

a guest
Feb 25th, 2020
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.58 KB | None | 0 0
  1. {
  2. "startingRoom": "Foellinger",
  3. "endingRoom": "Altgeld",
  4. "rooms": [
  5. {
  6. "name": "Foellinger",
  7. "description": "You are on Matthews, at the south entrance of the main quad, in the university's largest lecture hall.",
  8. "items": ["chair", "Challen", "corn", "corn", "corn", "corn"],
  9. "directions": [
  10. {
  11. "directionName": "North",
  12. "room": "Main Quad"
  13. },
  14. {
  15. "directionName": "East",
  16. "room": "Foreign Languages Building"
  17. },
  18. {
  19. "directionName": "South",
  20. "room": "South Quad"
  21. },
  22. {
  23. "directionName": "SouthEast",
  24. "room": "Morrow Plots"
  25. },
  26. {
  27. "directionName": "SouthWest",
  28. "room": "David Kinley Hall"
  29. }
  30. ]
  31. },
  32. {
  33. "name": "Main Quad",
  34. "description": "You are in a large, grassy, open space at the heart of the UIUC Campus.",
  35. "items": ["hammock", "squirrel", "corn", "corn", "corn"],
  36. "directions": [
  37. {
  38. "directionName": "North",
  39. "room": "Illini Union"
  40. },
  41. {
  42. "directionName": "South",
  43. "room": "Foellinger"
  44. },
  45. {
  46. "directionName": "NorthEast",
  47. "room": "Natural History Building"
  48. },
  49. {
  50. "directionName": "NorthWest",
  51. "room": "Altgeld"
  52. }
  53. ]
  54. },
  55. {
  56. "name": "South Quad",
  57. "description": "You are in a large, grassy, open space at the southern end of the UIUC Campus.",
  58. "items": ["squirrel", "tower", "corn", "corn"],
  59. "directions": [
  60. {
  61. "directionName": "North",
  62. "room": "Foellinger"
  63. },
  64. {
  65. "directionName": "East",
  66. "room": "Morrow Plots"
  67. },
  68. {
  69. "directionName": "West",
  70. "room": "David Kinley Hall"
  71. },
  72. {
  73. "directionName": "NorthEast",
  74. "room": "Foreign Languages Building"
  75. }
  76. ]
  77. },
  78. {
  79. "name": "David Kinley Hall",
  80. "description": "You are on Gregory Drive, in the Departments of Economics and Political Science.",
  81. "items": ["classroom"],
  82. "directions": [
  83. {
  84. "directionName": "North",
  85. "room": "Altgeld"
  86. },
  87. {
  88. "directionName": "East",
  89. "room": "South Quad"
  90. },
  91. {
  92. "directionName": "NorthEast",
  93. "room": "Foellinger"
  94. }
  95. ]
  96. },
  97. {
  98. "name": "Morrow Plots",
  99. "description": "You are at a historical landmark that is the second oldest experimental agricultural field in the world.",
  100. "items": ["corn", "corn", "corn", "corn", "corn", "corn", "corn", "corn", "corn", "corn"],
  101. "directions": [
  102. {
  103. "directionName": "North",
  104. "room": "Foreign Languages Building"
  105. },
  106. {
  107. "directionName": "West",
  108. "room": "South Quad"
  109. },
  110. {
  111. "directionName": "NorthWest",
  112. "room": "Foellinger"
  113. }
  114. ]
  115. },
  116. {
  117. "name": "Foreign Languages Building",
  118. "description": "You are on Mathews, in the Department of Foreign Languages.",
  119. "items": ["book", "teacher", "corn", "corn"],
  120. "directions": [
  121. {
  122. "directionName": "North",
  123. "room": "Natural History Building"
  124. },
  125. {
  126. "directionName": "South",
  127. "room": "Morrow Plots"
  128. },
  129. {
  130. "directionName": "West",
  131. "room": "Foellinger"
  132. }
  133. ]
  134. },
  135. {
  136. "name": "Natural History Building",
  137. "description": "You are on Green Street, in the School of Earth, Society, and Environment.",
  138. "items": ["animal", "lab", "corn", "corn", "corn"],
  139. "directions": [
  140. {
  141. "directionName": "West",
  142. "room": "Illini Union"
  143. },
  144. {
  145. "directionName": "South",
  146. "room": "Foreign Languages Building"
  147. },
  148. {
  149. "directionName": "SouthWest",
  150. "room": "Main Quad"
  151. }
  152. ]
  153. },
  154. {
  155. "name": "Illini Union",
  156. "description": "You are on Green Street, at the university's student union, hotel, and central hub.",
  157. "items": ["Qdoba", "Starbucks", "ATM", "corn", "corn", "corn", "corn", "corn"],
  158. "directions": [
  159. {
  160. "directionName": "East",
  161. "room": "Natural History Building"
  162. },
  163. {
  164. "directionName": "South",
  165. "room": "Main Quad"
  166. },
  167. {
  168. "directionName": "West",
  169. "room": "Altgeld"
  170. },
  171. {
  172. "directionName": "Down",
  173. "room": "Basement"
  174. }
  175. ]
  176. },
  177. {
  178. "name": "Basement",
  179. "description": "You are in the basement of the university's student union, hotel, and central hub.",
  180. "items": ["arcade", "bowling", "corn"],
  181. "directions": [
  182. {
  183. "directionName": "Up",
  184. "room": "Illini Union"
  185. }
  186. ]
  187. },
  188. {
  189. "name": "Altgeld",
  190. "description": "You are on Green Street, in the Department of Mathematics.",
  191. "items": ["math", "chime tower", "corn"],
  192. "directions": [
  193. {
  194. "directionName": "South",
  195. "room": "David Kinley Hall"
  196. },
  197. {
  198. "directionName": "East",
  199. "room": "Illini Union"
  200. },
  201. {
  202. "directionName": "SouthEast",
  203. "room": "Main Quad"
  204. }
  205. ]
  206. }
  207. ]
  208. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement