Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.37 KB | None | 0 0
  1. {
  2. "startingRoom": "AlmaMater",
  3. "endingRoom": "Illini Union",
  4. "player": {
  5. "items": [
  6. {
  7. "name": "ID"
  8. },
  9. {
  10. "name": "CreditCard"
  11. }
  12. ]
  13. },
  14. "rooms": [
  15. {
  16. "name": "AlmaMater",
  17. "description": "You are in front of the Alma Mater, holding her arms open wide to welcome students",
  18. "directions": [
  19. {
  20. "directionName": "North",
  21. "room": "ECEBuilig ",
  22. "enabled": "true",
  23. "validKeyNames": []
  24. },
  25. {
  26. "directionName": "Northeast",
  27. "room": "Cafeteria",
  28. "enabled": "false",
  29. "validKeyNames": [
  30. "CreditCard"
  31. ]
  32. },
  33. {
  34. "directionName": "West",
  35. "room": "WestTowerHallway",
  36. "enabled": "true",
  37. "validKeyNames": []
  38. },
  39. {
  40. "directionName": "Down",
  41. "room": "BasementStudyRoom",
  42. "enabled": "true",
  43. "validKeyNames": []
  44. }
  45. ],
  46. "items": []
  47. },
  48. {
  49. "name": "Cafeteria",
  50. "description": "You are in the cafeteria. You can see lots of food and lots of people eating it",
  51. "directions": [
  52. {
  53. "directionName": "Southwest",
  54. "room": "Entrance",
  55. "enabled": "true",
  56. "validKeyNames": []
  57. },
  58. {
  59. "directionName": "West",
  60. "room": "NorthLounge",
  61. "enabled": "true",
  62. "validKeyNames": []
  63. },
  64. {
  65. "directionName": "East",
  66. "room": "EastTowerHallway",
  67. "enabled": "true",
  68. "validKeyNames": []
  69. }
  70. ],
  71. "items": [
  72. {
  73. "name": "Mint"
  74. },
  75. {
  76. "name": "Beverage"
  77. },
  78. {
  79. "name": "FAB"
  80. }
  81. ]
  82. },
  83. {
  84. "name": "FrontDesk",
  85. "description": "You are at the front desk. You see an RA watching a computer.",
  86. "directions": [
  87. {
  88. "directionName": "South",
  89. "room": "Entrance",
  90. "enabled": "true",
  91. "validKeyNames": []
  92. }
  93. ],
  94. "items": [
  95. {
  96. "name": "RoomKey"
  97. },
  98. {
  99. "name": "BoardGame"
  100. },
  101. {
  102. "name": "Paper"
  103. }
  104. ]
  105. },
  106. {
  107. "name": "WestTowerHallway",
  108. "description": "You are in the West Tower hallway. You can see the West Lounge and the door toward North Lounge.",
  109. "directions": [
  110. {
  111. "directionName": "East",
  112. "room": "Entrance",
  113. "enabled": "true",
  114. "validKeyNames": []
  115. },
  116. {
  117. "directionName": "North",
  118. "room": "NorthLounge",
  119. "enabled": "true",
  120. "validKeyNames": []
  121. },
  122. {
  123. "directionName": "Southwest",
  124. "room": "WestLounge",
  125. "enabled": "true",
  126. "validKeyNames": []
  127. }
  128. ],
  129. "items": []
  130. },
  131. {
  132. "name": "EastTowerHallway",
  133. "description": "You are in the East Tower hallway. You can see cafeteria and the staircase to the basement.",
  134. "directions": [
  135. {
  136. "directionName": "West",
  137. "room": "Cafeteria",
  138. "enabled": "true",
  139. "validKeyNames": []
  140. },
  141. {
  142. "directionName": "Down",
  143. "room": "BasementHallway",
  144. "enabled": "true",
  145. "validKeyNames": []
  146. }
  147. ],
  148. "items": []
  149. },
  150. {
  151. "name": "NorthLounge",
  152. "description": "You are in the North Lounge. You can see a ping pong table and a TV.",
  153. "directions": [
  154. {
  155. "directionName": "East",
  156. "room": "Cafeteria",
  157. "enabled": "true",
  158. "validKeyNames": []
  159. },
  160. {
  161. "directionName": "South",
  162. "room": "WestTowerHallway",
  163. "enabled": "true",
  164. "validKeyNames": []
  165. }
  166. ],
  167. "items": [
  168. {
  169. "name": "PingPongBall"
  170. },
  171. {
  172. "name": "PingPongPaddle"
  173. }
  174. ]
  175. },
  176. {
  177. "name": "WestLounge",
  178. "description": "You are in the west lounge. You can see a couple of students working on their homework.",
  179. "directions": [
  180. {
  181. "directionName": "Northeast",
  182. "room": "WestTowerHallway",
  183. "enabled": "true",
  184. "validKeyNames": []
  185. }
  186. ],
  187. "items": []
  188. },
  189. {
  190. "name": "BasementStudyRoom",
  191. "description": "You are in a study room downstairs. You can see many books.",
  192. "directions": [
  193. {
  194. "directionName": "Up",
  195. "room": "Entrance",
  196. "enabled": "true",
  197. "validKeyNames": []
  198. },
  199. {
  200. "directionName": "West",
  201. "room": "ComputerRoom",
  202. "enabled": "false",
  203. "validKeyNames": [
  204. "ComputerRoomKey"
  205. ]
  206. },
  207. {
  208. "directionName": "East",
  209. "room": "BasementHallway",
  210. "enabled": "true",
  211. "validKeyNames": []
  212. }
  213. ],
  214. "items": [
  215. {
  216. "name": "Book"
  217. }
  218. ]
  219. },
  220. {
  221. "name": "ComputerRoom",
  222. "description": "You are in the computer room. You can see four computers.",
  223. "directions": [
  224. {
  225. "directionName": "East",
  226. "room": "BasementStudyRoom",
  227. "enabled": "true",
  228. "validKeyNames": []
  229. }
  230. ],
  231. "items": []
  232. },
  233. {
  234. "name": "BasementHallway",
  235. "description": "You are in the hallway of the basement. You can see the laundry room, a study room, a water fountain, and a door to the gym.",
  236. "directions": [
  237. {
  238. "directionName": "West",
  239. "room": "BasementStudyRoom",
  240. "enabled": "true",
  241. "validKeyNames": []
  242. },
  243. {
  244. "directionName": "East",
  245. "room": "LaundryRoom",
  246. "enabled": "true",
  247. "validKeyNames": []
  248. },
  249. {
  250. "directionName": "South",
  251. "room": "Gym",
  252. "enabled": "false",
  253. "validKeyNames": [
  254. "FAB"
  255. ]
  256. },
  257. {
  258. "directionName": "Up",
  259. "room": "EastTowerHallway",
  260. "enabled": "true",
  261. "validKeyNames": []
  262. }
  263. ],
  264. "items": []
  265. },
  266. {
  267. "name": "Gym",
  268. "description": "You are in the gym. You see tables with students working and door to computer labs.",
  269. "directions": [
  270. {
  271. "directionName": "Northwest",
  272. "room": "BasementStudyRoom",
  273. "enabled": "true",
  274. "validKeyNames": []
  275. },
  276. {
  277. "directionName": "East",
  278. "room": "YogaRoom",
  279. "enabled": "true",
  280. "validKeyNames": []
  281. }
  282. ],
  283. "items": [
  284. {
  285. "name": "Key"
  286. }
  287. ]
  288. },
  289. {
  290. "name": "YogaRoom",
  291. "description": "You are in the yoga room. The floor is a mat and there are mirrors.",
  292. "directions": [
  293. {
  294. "directionName": "West",
  295. "room": "Gym",
  296. "enabled": "true",
  297. "validKeyNames": []
  298. }
  299. ],
  300. "items": [
  301. {
  302. "name": "Key"
  303. }
  304. ]
  305. },
  306. {
  307. "name": "Gym",
  308. "description": "You are in the gym. You see tables with students working and door to computer labs.",
  309. "directions": [
  310. {
  311. "directionName": "Northwest",
  312. "room": "BasementStudyRoom",
  313. "enabled": "true",
  314. "validKeyNames": []
  315. },
  316. {
  317. "directionName": "East",
  318. "room": "YogaRoom",
  319. "enabled": "true",
  320. "validKeyNames": []
  321. }
  322. ],
  323. "items": [
  324. {
  325. "name": "ComputerRoomKey"
  326. }
  327. ]
  328. },
  329. {
  330. "name": "LaundryRoom",
  331. "description": "You are in the laundry room. There are a bunch of washing machines and drying machines.",
  332. "directions": [
  333. {
  334. "directionName": "West",
  335. "room": "BasementHallway",
  336. "enabled": "true",
  337. "validKeyNames": []
  338. }
  339. ],
  340. "items": [
  341. {
  342. "name": "Shirt"
  343. }
  344. ]
  345. }
  346. ]
  347. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement