Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.51 KB | None | 0 0
  1. {
  2. "startingRoom": "Chipotle",
  3. "endingRoom": "USPS",
  4. "rooms": [
  5. {
  6. "name": "Chipotle",
  7. "description": "You are at Chipotle Mexican Grill, the corner of Green Street and the 6th Street.",
  8. "directions": [
  9. {
  10. "directionName": "North",
  11. "room": "Latea",
  12. "enabled": "true",
  13. "distance": "300",
  14. "validKeyNames": [
  15. "coke",
  16. "shampoo",
  17. "napkins",
  18. "sandwich"
  19. ]
  20. },
  21. {
  22. "directionName": "South",
  23. "room": "T.I.S. College BookStore",
  24. "enabled": "false",
  25. "distance": "200",
  26. "validKeyNames": [
  27. "coffee",
  28. "napkins",
  29. "paper towels",
  30. "pens",
  31. "sweatshirt",
  32. "mug",
  33. "envelopes",
  34. "straw"
  35. ]
  36. },
  37. {
  38. "directionName": "West",
  39. "room": "FedEx",
  40. "enabled": "true",
  41. "distance": "100",
  42. "validKeyNames": [
  43. "straw",
  44. "fork",
  45. "tacos",
  46. "bagel"
  47. ]
  48. },
  49. {
  50. "directionName": "East",
  51. "room": "Panera Bread",
  52. "enabled": "false",
  53. "distance": "400",
  54. "validKeyNames": [
  55. "ink",
  56. "notebook",
  57. "soup",
  58. "napkins",
  59. "sandwich",
  60. "plastic bags",
  61. "batteries",
  62. "boba",
  63. "cookies"
  64. ]
  65. }
  66. ],
  67. "items": [
  68. {
  69. "name": "burrito"
  70. },
  71. {
  72. "name": "coke"
  73. },
  74. {
  75. "name": "taco"
  76. },
  77. {
  78. "name": "fork"
  79. }
  80. ]
  81. },
  82. {
  83. "name": "Latea",
  84. "description": "You are ordering at the Latea. Some people are doing their homework here.",
  85. "directions": [
  86. {
  87. "directionName": "South",
  88. "room": "Chipotle",
  89. "enabled": "true",
  90. "distance": "300",
  91. "validKeyNames": [
  92. "shipping box",
  93. "pens"
  94. ]
  95. },
  96. {
  97. "directionName": "Southwest",
  98. "room": "FedEx",
  99. "enabled": "true",
  100. "distance": "350",
  101. "validKeyNames": [
  102. "lanyard",
  103. "mug",
  104. "cake"
  105. ]
  106. }
  107. ],
  108. "items": [
  109. {
  110. "name": "boba"
  111. },
  112. {
  113. "name": "straw"
  114. },
  115. {
  116. "name": "cake"
  117. },
  118. {
  119. "name": "napkins"
  120. }
  121. ]
  122. },
  123. {
  124. "name": "Panera Bread",
  125. "description": "You are at the Panera Bread. From here, you can see the Altgeld hall",
  126. "directions": [
  127. {
  128. "directionName": "West",
  129. "room": "Chipotle",
  130. "enabled": "false",
  131. "distance": "400",
  132. "validKeyNames": [
  133. "mug",
  134. "stamps",
  135. "envelopes",
  136. "sweatshirt",
  137. "sandwich",
  138. "boba",
  139. "napkins",
  140. "notebook",
  141. "burrito",
  142. "batteries"
  143. ]
  144. },
  145. {
  146. "directionName": "Southwest",
  147. "room": "T.I.S. College BookStore",
  148. "enabled": "true",
  149. "distance": "500",
  150. "validKeyNames": [
  151. "ink",
  152. "notebook",
  153. "bagel",
  154. "soup"
  155. ]
  156. }
  157. ]
  158. },
  159. {
  160. "name": "USPS",
  161. "description": "You are shipping a package a the USPS now. There is only one worker so the line pretty long.",
  162. "directions": [
  163. {
  164. "directionName": "East",
  165. "room": "Walgreens",
  166. "enabled": "true",
  167. "distance": "400",
  168. "validKeyNames": [
  169. "printing paper",
  170. "shampoo",
  171. "cookies"
  172. ]
  173. }
  174. ],
  175. "items": [
  176. {
  177. "name": "stamps"
  178. },
  179. {
  180. "name": "envelopes"
  181. },
  182. {
  183. "name": "shipping box"
  184. }
  185. ]
  186. },
  187. {
  188. "name": "FedEx",
  189. "description": "You are buying office supplies at the FedEx. There is a BNC Bank across from you",
  190. "directions": [
  191. {
  192. "directionName": "East",
  193. "room": "Chipotle",
  194. "enabled": "true",
  195. "distance": "100",
  196. "validKeyNames": [
  197. "coffee",
  198. "paper towels"
  199. ]
  200. },
  201. {
  202. "directionName": "Northeast",
  203. "room": "Latea",
  204. "enabled": "false",
  205. "distance": "350",
  206. "validKeyNames": [
  207. "pens",
  208. "napkins",
  209. "ink",
  210. "soup",
  211. "shipping box",
  212. "tacos",
  213. "straw",
  214. "chips",
  215. "shampoo"
  216. ]
  217. },
  218. {
  219. "directionName": "West",
  220. "room": "Walgreens",
  221. "enabled": "true",
  222. "distance": "600",
  223. "validKeyNames": [
  224. "lanyard"
  225. ]
  226. },
  227. {
  228. "directionName": "SouthEast",
  229. "room": "T.I.S. College BookStore",
  230. "enabled": "true",
  231. "distance": "700",
  232. "validKeyNames": [
  233. "napkins",
  234. "straws"
  235. ]
  236. }
  237. ],
  238. "items": [
  239. {
  240. "name": "pens"
  241. },
  242. {
  243. "name": "printing paper"
  244. },
  245. {
  246. "name": "ink"
  247. },
  248. {
  249. "name": "notebook"
  250. }
  251. ]
  252. },
  253. {
  254. "name": "T.I.S. College BookStore",
  255. "description": "You are currently getting a book at the T.I.S. College BookStore on the 6th Street",
  256. "directions": [
  257. {
  258. "directionName": "North",
  259. "room": "Chipotle",
  260. "enabled": "false",
  261. "distance": "200",
  262. "validKeyNames": [
  263. "pens",
  264. "mugs",
  265. "napkins",
  266. "soup",
  267. "bagel",
  268. "stamps",
  269. "shipping box",
  270. "boba"
  271. ]
  272. },
  273. {
  274. "directionName": "Northeast",
  275. "room": "Panera Bread",
  276. "enabled": "true",
  277. "distance": "500",
  278. "validKeyNames": [
  279. "straw",
  280. "stamps"
  281. ]
  282. },
  283. {
  284. "directionName": "NorthWest",
  285. "room": "FedEx",
  286. "enabled": "false",
  287. "distance": "700",
  288. "validKeyNames": [
  289. "envelopes",
  290. "stamps",
  291. "sandwich",
  292. "burrito",
  293. "tacos",
  294. "fork",
  295. "shampoo"
  296. ]
  297. },
  298. {
  299. "directionName": "Southwest",
  300. "room": "Insomnia Cookies",
  301. "enabled": "true",
  302. "distance": "600",
  303. "validKeyNames": [
  304. "fork",
  305. "shipping box"
  306. ]
  307. }
  308. ],
  309. "items": [
  310. {
  311. "name": "sweatshirt"
  312. },
  313. {
  314. "name": "lanyard"
  315. },
  316. {
  317. "name": "mug"
  318. }
  319. ]
  320. },
  321. {
  322. "name": "Insomnia Cookies",
  323. "description": "You are at the Insomnia Cookies on East John Street, getting a treat for yourself.",
  324. "directions": [
  325. {
  326. "directionName": "Northeast",
  327. "room": "T.I.S. College Bookstore",
  328. "enabled": "false",
  329. "distance": "600",
  330. "validKeyNames": [
  331. "lanyard",
  332. "burrito",
  333. "fork",
  334. "stamps"
  335. ]
  336. },
  337. {
  338. "directionName": "Northwest",
  339. "room": "Walgreens",
  340. "enabled": "true",
  341. "distance": "500",
  342. "validKeyNames": [
  343. "envelopes",
  344. "ink"
  345. ]
  346. }
  347. ],
  348. "items": [
  349. {
  350. "name": "cookies"
  351. },
  352. {
  353. "name": "napkins"
  354. }
  355. ]
  356. },
  357. {
  358. "name": "Walgreens",
  359. "description": "You are at the Walgreens on Green Street, where you are doing a quick grocery shopping at.",
  360. "directions": [
  361. {
  362. "directionName": "West",
  363. "room": "USPS",
  364. "enabled": "true",
  365. "distance": "400",
  366. "validKeyNames": [
  367. "plastic bag",
  368. "cookies"
  369. ]
  370. },
  371. {
  372. "directionName": "East",
  373. "room": "FedEx",
  374. "enabled": "false",
  375. "distance": "600",
  376. "validKeyNames": [
  377. "cookies",
  378. "batteries",
  379. "chips",
  380. "bagel",
  381. "coffee",
  382. "ink",
  383. "burrito",
  384. "sandwich",
  385. "cake"
  386. ]
  387. },
  388. {
  389. "directionName": "Southeast",
  390. "room": "Insomnia Cookies",
  391. "enabled": "true",
  392. "distance": "500",
  393. "validKeyNames": [
  394. "mug",
  395. "bagel"
  396. ]
  397. }
  398. ],
  399. "items": [
  400. {
  401. "name": "plastic bag"
  402. },
  403. {
  404. "name": "batteries"
  405. },
  406. {
  407. "name": "chips"
  408. },
  409. {
  410. "name": "shampoo"
  411. }
  412. ]
  413. }
  414. ],
  415. "player":
  416. {
  417. "items": [
  418. {
  419. "name": "cellphone"
  420. }
  421. ]
  422. }
  423. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement