Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.72 KB | None | 0 0
  1. {
  2. "startingRoom": "ParBusStop",
  3. "endingRoom": "ParPianoArea",
  4. "player":{
  5. "items": [
  6. {
  7. "name": "ICard"
  8. }
  9. ]
  10. },
  11. "rooms": [
  12. {
  13. "name": "ParBusStop",
  14. "description": "You are at the Par bus stop, facing the front entrance.\nYou are going to need an ICard to swipe in..",
  15. "monsters": [
  16. {
  17. "name": "",
  18. "description":"",
  19. "color":""
  20. }
  21. ],
  22. "items": [
  23. {
  24. "name": ""
  25. }
  26. ],
  27. "directions": [
  28. {
  29. "directionName": "East",
  30. "room": "ParLobby",
  31. "enabled": "false",
  32. "validKeyNames": [
  33. "ICard"
  34. ]
  35. }
  36. ]
  37. },
  38. {
  39. "name": "ParLobby",
  40. "description": "You are in the Par Lobby.\nYou can see several different colored doors.\nOne is to the northeast with a forest green shade.\nThe one to the north has a mellow yellow color.\nFinally the one to the east has a bright red shade to it.\nYou can always go back outside as well, but before you do, you might want to look around...",
  41. "monsters": [
  42. {
  43. "name": "",
  44. "description":"",
  45. "color": ""
  46. }
  47. ],
  48. "items": [
  49. {
  50. "name": "GreenSword"
  51. }
  52. ],
  53. "directions": [
  54. {
  55. "directionName": "West",
  56. "room": "ParBusStop",
  57. "enabled": "true",
  58. "validKeyNames": [
  59. ""
  60. ]
  61. },
  62. {
  63. "directionName": "Northeast",
  64. "room": "PennStation",
  65. "enabled": "false",
  66. "validKeyNames": [
  67. "GreenSword"
  68. ]
  69. },
  70. {
  71. "directionName": "North",
  72. "room": "ParDiningHall",
  73. "enabled": "false",
  74. "validKeyNames": [
  75. "YellowSword"
  76. ]
  77. },
  78. {
  79. "directionName": "East",
  80. "room": "SaundersLounge",
  81. "enabled": "false",
  82. "validKeyNames": [
  83. "RedSword"
  84. ]
  85. }
  86. ]
  87. },
  88. {
  89. "name": "PennStation",
  90. "description": "You are at Penn Station.\nYou can buy a large variety of snacks and drinks.\nThere appears to be a shiny object near you..",
  91. "monsters": [
  92. {
  93. "name": "",
  94. "description":"",
  95. "color": ""
  96. }
  97. ],
  98. "items": [
  99. {
  100. "name": "YellowSword"
  101. }
  102. ],
  103. "directions": [
  104. {
  105. "directionName": "South",
  106. "room": "ParLobby",
  107. "enabled": "true",
  108. "validKeyNames": [
  109. ""
  110. ]
  111. }
  112. ]
  113. },
  114. {
  115. "name": "ParDiningHall",
  116. "description": "You are at Par Dining Hall, there is unlimited food at your disposal.\nThere appears to be a green entity guarding the northeast entrance..",
  117. "monsters": [
  118. {
  119. "name":"GreenMonster",
  120. "description":"You see the Green monster residing within the trash can of the dining hall.\nHe is known as Oscar the Grouch and he is looking for a dual to get past him.",
  121. "color": "green"
  122. }
  123. ],
  124. "items": [
  125. {
  126. "name": ""
  127. }
  128. ],
  129. "directions": [
  130. {
  131. "directionName": "South",
  132. "room": "ParLobby",
  133. "enabled": "true",
  134. "validKeyNames": [
  135. ""
  136. ]
  137. },
  138. {
  139. "directionName": "NorthEast",
  140. "room": "BreakfastSection",
  141. "enabled": "false",
  142. "validKeyNames": [
  143. "GreenSword"
  144. ]
  145. }
  146. ]
  147. },
  148. {
  149. "name": "BreakfastSection",
  150. "description": "You are in the breakfast section of the dining hall.\nThere is an assortment of cereals and bagels.\nYou can see something from the corner of your eye",
  151. "monsters": [
  152. {
  153. "name": "",
  154. "description":"",
  155. "color": ""
  156. }
  157. ],
  158. "items": [
  159. {
  160. "name": "RedSword"
  161. }
  162. ],
  163. "directions": [
  164. {
  165. "directionName": "West",
  166. "room": "ParDiningHall",
  167. "enabled": "true",
  168. "validKeyNames": [
  169. ""
  170. ]
  171. }
  172. ]
  173. },
  174. {
  175. "name": "SaundersLounge",
  176. "description": "You are in Saunders Lounge, you see students studying diligently for final exams.\nYou can also hear piano in the distance.\nThere appears to be a tall creature lurking near the stairs going down.\nAlong with that, the room to the south is locked with a black door.",
  177. "monsters": [
  178. {
  179. "name": "YellowMonster",
  180. "description":"You have encountered the yellow monster named big bird.\nThis tall monstrosity is staring you dead in the eye..",
  181. "color": "yellow"
  182. }
  183. ],
  184. "items": [
  185. {
  186. "name": ""
  187. }
  188. ],
  189. "directions": [
  190. {
  191. "directionName": "West",
  192. "room": "ParLobby",
  193. "enabled": "true",
  194. "validKeyNames": [
  195. ""
  196. ]
  197. },
  198. {
  199. "directionName": "South",
  200. "room": "ParPianoArea",
  201. "enabled": "false",
  202. "validKeyNames": [
  203. "BlackSword"
  204. ]
  205. },
  206. {
  207. "directionName": "Down",
  208. "room": "SaundersBasement",
  209. "enabled": "false",
  210. "validKeyNames": [
  211. "YellowSword"
  212. ]
  213. }
  214. ]
  215. },
  216. {
  217. "name": "ParPianoArea",
  218. "description": "You are in the Par piano area where you see a piano that used to be in ISR.\nThere is beautiful music being played.",
  219. "monsters": [
  220. {
  221. "name": "",
  222. "description":"",
  223. "color": ""
  224. }
  225. ],
  226. "items": [
  227. {
  228. "name": ""
  229. }
  230. ],
  231. "directions": [
  232. {
  233. "directionName": "North",
  234. "room": "SaundersLounge",
  235. "enabled": "true",
  236. "validKeyNames": [
  237. ""
  238. ]
  239. }
  240. ]
  241. },
  242. {
  243. "name": "SaundersBasement",
  244. "description": "You are in the Saunders Basement.\nYou see students watching TV in the common lounge.\nOne of the students appears to be holding an item that might appear quite useful..",
  245. "monsters": [
  246. {
  247. "name": "",
  248. "description":"",
  249. "color": ""
  250. }
  251. ],
  252. "items": [
  253. {
  254. "name": "BlackSword"
  255. }
  256. ],
  257. "directions": [
  258. {
  259. "directionName": "Up",
  260. "room": "SaundersLounge",
  261. "enabled": "true",
  262. "validKeyNames": [
  263. ""
  264. ]
  265. }
  266. ]
  267. }
  268. ]
  269. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement