Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.45 KB | None | 0 0
  1. {
  2. "startingRoom": "WGreenStreet",
  3. "endingRoom": "MainQuad",
  4. "rooms": [
  5. {
  6. "name": "WGreenStreet",
  7. "description": "You are on W Green Street, outside the Illini Union",
  8. "items": [
  9. {
  10. "name": "a free t-shirt"
  11. }
  12. ],
  13. "enabled": "true",
  14. "directions": [
  15. {
  16. "directionName": "South",
  17. "room": "IlliniUnionEntry"
  18. }
  19. ]
  20. },
  21. {
  22. "name": "IlliniUnionEntry",
  23. "description": "You are in the north entry of the Illini Union. You can see the courtyard cafe, Orange on Green, and hallways to the west and east.",
  24. "items": [
  25. {
  26. "name": "pizza"
  27. },
  28. {
  29. "name": "silver key"
  30. }
  31. ],
  32. "enabled": "true",
  33. "directions": [
  34. {
  35. "directionName": "West",
  36. "room": "OrangeOnGreen"
  37. },
  38. {
  39. "directionName": "Up",
  40. "room": "Blue41"
  41. },
  42. {
  43. "directionName": "North",
  44. "room": "CourtyardCafe"
  45. },
  46. {
  47. "directionName": "East",
  48. "room": "PineLounge"
  49. },
  50. {
  51. "directionName": "Down",
  52. "room": "FoodCourt"
  53. }
  54. ]
  55. },
  56. {
  57. "name": "OrangeOnGreen",
  58. "description": "You are in Orange on Green. There are lots of hungry students eating ok college food.",
  59. "items": [
  60. {
  61. "name": "quarter"
  62. },
  63. {
  64. "name": "cookies"
  65. },
  66. {
  67. "name": "gold key"
  68. }
  69. ],
  70. "validKeyNames": ["silver key"],
  71. "enabled": "false",
  72. "directions": [
  73. {
  74. "directionName": "South",
  75. "room": "CourtyardCafe"
  76. },
  77. {
  78. "directionName": "West",
  79. "room": "IlliniUnionEntry"
  80. }
  81. ]
  82. },
  83. {
  84. "name": "CourtyardCafe",
  85. "description": "You are in the line for starbucks. You can see many students talking.",
  86. "item": [
  87. {
  88. "name": "coffee"
  89. },
  90. {
  91. "name": "pen"
  92. },
  93. {
  94. "name": "platinum key"
  95. }
  96. ],
  97. "enabled": "true",
  98. "directions": [
  99. {
  100. "directionName": "West",
  101. "room": "PineLounge"
  102. },
  103. {
  104. "directionName": "South",
  105. "room": "CreditUnion"
  106. },
  107. {
  108. "directionName": "North",
  109. "room": "IlliniUnionEntry"
  110. },
  111. {
  112. "directionName": "Northeast",
  113. "room": "OrangeOnBlue"
  114. }
  115. ]
  116. },
  117. {
  118. "name": "PineLounge",
  119. "description": "You are in the Pine Lounge. It is really quiet and most kids are studying or napping.",
  120. "items": [
  121. {
  122. "name": "pencil"
  123. }
  124. ],
  125. "validKeyNames": ["bronze key"],
  126. "enabled": "false",
  127. "directions": [
  128. {
  129. "directionName": "South",
  130. "room": "AuntieAnne's"
  131. },
  132. {
  133. "directionName": "West",
  134. "room": "IlliniUnionEntry"
  135. }
  136. ]
  137. },
  138. {
  139. "name": "Blue41",
  140. "description": "You are in Blue 41. There is a long line of kids waiting for food.",
  141. "items": [
  142. {
  143. "name": "food"
  144. },
  145. {
  146. "name": "platinum key"
  147. }
  148. ],
  149. "enabled": "true",
  150. "directions": [
  151. {
  152. "directionName": "Down",
  153. "room": "IlliniUnionEntry"
  154. }
  155. ]
  156. },
  157. {
  158. "name": "FoodCourt",
  159. "description": "You are in the food court. There are a variety of restaurants to chose from.",
  160. "items": [
  161. {
  162. "name": "bagel"
  163. },
  164. {
  165. "name": "frosty"
  166. },
  167. {
  168. "name": "bronze key"
  169. }
  170. ],
  171. "enabled": "true",
  172. "directions": [
  173. {
  174. "directionName": "Up",
  175. "room": "IlliniUnionEntry"
  176. }
  177. ]
  178. },
  179. {
  180. "name": "SouthLounge",
  181. "description": "You are in the south area of the Illini Union. You can see the entire quad.",
  182. "items": [
  183. {
  184. "name": "hot chocolate"
  185. }
  186. ],
  187. "validKeyNames": ["gold key"],
  188. "enabled": "false",
  189. "directions": [
  190. {
  191. "directionName": "West",
  192. "room": "AuntieAnne's"
  193. },
  194. {
  195. "directionName": "South",
  196. "room": "MainQuad"
  197. },
  198. {
  199. "directionName": "East",
  200. "room": "CreditUnion"
  201. }
  202. ]
  203. },
  204. {
  205. "name": "AuntieAnne's",
  206. "description": "You are in line at AuntieAnne's. It is time for a snack.",
  207. "items": [
  208. {
  209. "name": "pretzel"
  210. }
  211. ],
  212. "enabled": "true",
  213. "directions": [
  214. {
  215. "directionName": "North",
  216. "room": "PineLounge"
  217. },
  218. {
  219. "directionName": "Northeast",
  220. "room": "CourtyardCafe"
  221. },
  222. {
  223. "directionName": "South",
  224. "room": "SouthLounge"
  225. }
  226. ]
  227. },
  228. {
  229. "name": "MainQuad",
  230. "description": "You are in the main quad",
  231. "directions": [
  232. {
  233. "directionName": "North",
  234. "room": "SouthLounge"
  235. }
  236. ]
  237. },
  238. {
  239. "name": "CreditUnion",
  240. "description": "You are in the CreditUnion. It is time to pick up some money.",
  241. "items": [
  242. {
  243. "name": "money"
  244. }
  245. ],
  246. "validKeyNames": ["platinum key"],
  247. "enabled": "false",
  248. "directions": [
  249. {
  250. "directionName": "South",
  251. "room": "SouthLounge"
  252. },
  253. {
  254. "directionName": "North",
  255. "room": "CourtyardCafe"
  256. },
  257. {
  258. "directionName": "Northwest",
  259. "room": "OrangeOnBlue"
  260. }
  261. ]
  262. }
  263. ]
  264. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement