Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.20 KB | None | 0 0
  1. {
  2. "startingRoom": "ParBusStop",
  3. "endingRoom": "ParPianoArea",
  4. "player":{
  5. "items": [
  6. ]
  7. },
  8. "rooms": [
  9. {
  10. "name": "ParBusStop",
  11. "description": "You are at the Par bus stop, facing the front entrance.\nYou are going to need an ICard to swipe in..",
  12. "monsters": [
  13. ],
  14. "items": [
  15. ],
  16. "directions": [
  17. {
  18. "directionName": "East",
  19. "room": "ParLobby",
  20. "enabled": "true",
  21. "validKeyNames": [
  22. ""
  23. ]
  24. }
  25. ]
  26. },
  27. {
  28. "name": "ParLobby",
  29. "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...",
  30. "monsters": [
  31. ],
  32. "items": [
  33. {
  34. "name": "GreenSword",
  35. "color": "green"
  36. }
  37. ],
  38. "directions": [
  39. {
  40. "directionName": "West",
  41. "room": "ParBusStop",
  42. "enabled": "true",
  43. "validKeyNames": [
  44. ""
  45. ]
  46. },
  47. {
  48. "directionName": "Northeast",
  49. "room": "PennStation",
  50. "enabled": "false",
  51. "validKeyNames": [
  52. "GreenSword"
  53. ]
  54. },
  55. {
  56. "directionName": "North",
  57. "room": "ParDiningHall",
  58. "enabled": "false",
  59. "validKeyNames": [
  60. "YellowSword"
  61. ]
  62. },
  63. {
  64. "directionName": "East",
  65. "room": "SaundersLounge",
  66. "enabled": "false",
  67. "validKeyNames": [
  68. "RedSword"
  69. ]
  70. }
  71. ]
  72. },
  73. {
  74. "name": "PennStation",
  75. "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..",
  76. "monsters": [
  77. ],
  78. "items": [
  79. {
  80. "name": "YellowSword",
  81. "color": "yellow"
  82. }
  83. ],
  84. "directions": [
  85. {
  86. "directionName": "South",
  87. "room": "ParLobby",
  88. "enabled": "true",
  89. "validKeyNames": [
  90. ""
  91. ]
  92. }
  93. ]
  94. },
  95. {
  96. "name": "ParDiningHall",
  97. "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..",
  98. "monsters": [
  99. {
  100. "name":"GreenMonster",
  101. "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.",
  102. "color": "green"
  103. }
  104. ],
  105. "items": [
  106. ],
  107. "directions": [
  108. {
  109. "directionName": "South",
  110. "room": "ParLobby",
  111. "enabled": "true",
  112. "validKeyNames": [
  113. ""
  114. ]
  115. },
  116. {
  117. "directionName": "NorthEast",
  118. "room": "BreakfastSection",
  119. "enabled": "false",
  120. "validKeyNames": [
  121. "GreenSword"
  122. ]
  123. }
  124. ]
  125. },
  126. {
  127. "name": "BreakfastSection",
  128. "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",
  129. "monsters": [
  130. {
  131. "name": "",
  132. "description":"",
  133. "color": ""
  134. }
  135. ],
  136. "items": [
  137. {
  138. "name": "RedSword",
  139. "color": "Red"
  140. }
  141. ],
  142. "directions": [
  143. {
  144. "directionName": "West",
  145. "room": "ParDiningHall",
  146. "enabled": "true",
  147. "validKeyNames": [
  148. ""
  149. ]
  150. }
  151. ]
  152. },
  153. {
  154. "name": "SaundersLounge",
  155. "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.",
  156. "monsters": [
  157. {
  158. "name": "YellowMonster",
  159. "description":"You have encountered the yellow monster named big bird.\nThis tall monstrosity is staring you dead in the eye..",
  160. "color": "yellow"
  161. }
  162. ],
  163. "items": [
  164. ],
  165. "directions": [
  166. {
  167. "directionName": "West",
  168. "room": "ParLobby",
  169. "enabled": "true",
  170. "validKeyNames": [
  171. ""
  172. ]
  173. },
  174. {
  175. "directionName": "South",
  176. "room": "ParPianoArea",
  177. "enabled": "false",
  178. "validKeyNames": [
  179. "BlackSword"
  180. ]
  181. },
  182. {
  183. "directionName": "Down",
  184. "room": "SaundersBasement",
  185. "enabled": "false",
  186. "validKeyNames": [
  187. "YellowSword"
  188. ]
  189. }
  190. ]
  191. },
  192. {
  193. "name": "ParPianoArea",
  194. "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.",
  195. "monsters": [
  196. ],
  197. "items": [
  198. ],
  199. "directions": [
  200. {
  201. "directionName": "North",
  202. "room": "SaundersLounge",
  203. "enabled": "true",
  204. "validKeyNames": [
  205. ""
  206. ]
  207. }
  208. ]
  209. },
  210. {
  211. "name": "SaundersBasement",
  212. "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..",
  213. "monsters": [
  214. ],
  215. "items": [
  216. {
  217. "name": "BlackSword",
  218. "color": "Black"
  219. }
  220. ],
  221. "directions": [
  222. {
  223. "directionName": "Up",
  224. "room": "SaundersLounge",
  225. "enabled": "true",
  226. "validKeyNames": [
  227. ""
  228. ]
  229. }
  230. ]
  231. }
  232. ]
  233. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement