Ivan-Zhong

Bunker-Adventure

Feb 16th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.68 KB | None | 0 0
  1. {
  2. "startingRoom": "Main Entry",
  3. "endingRoom": "Bunker Exit",
  4. "rooms": [
  5. {
  6. "name": "Main Entry",
  7. "description": "You are at the main entry of the Bunker. From here, you can see an elevator that goes to the underground",
  8. "directions": [
  9. {
  10. "directionName": "Down",
  11. "room": "Lower Level 1 Entry",
  12. "Enabled": "false",
  13. "validKeyNames": [
  14. {
  15. "keyNames": "iron_key"
  16. }
  17. ]
  18. }
  19. ],
  20. "items": [
  21. {
  22. "name": "banana"
  23. },
  24. {
  25. "name:": "iron_key"
  26. }
  27. ]
  28. },
  29. {
  30. "name": "Lower Level 1 Entry",
  31. "description": "You are at the entry of Lower Level 1. You can see a fancy room on the east side and an elevator going down",
  32. "directions": [
  33. {
  34. "directionName": "Down",
  35. "room": "Lower Level 2 Entry",
  36. "Enabled": "false",
  37. "validKeyNames": [
  38. {
  39. "keyNames": "elevator_card"
  40. }
  41. ]
  42. },
  43. {
  44. "directionName": "East",
  45. "room": "Fancy Room",
  46. "Enabled": "true",
  47. "validKeyNames": []
  48. },
  49. {
  50. "directionName": "Up",
  51. "room": "Main Entry",
  52. "Enabled": "true",
  53. "validKeyNames": []
  54. }
  55. ],
  56. "items": [
  57. {
  58. "name": "elevator_card"
  59. },
  60. {
  61. "name:": "copper_key"
  62. }
  63. ]
  64. },
  65. {
  66. "name": "Fancy Room",
  67. "description": "Oh No! The door just closed. You are trapped inside. You can get out of this room only by using a teleporter",
  68. "directions": [
  69. {
  70. "directionName": "West",
  71. "room": "Lower Level 1 Entry",
  72. "Enabled": "false",
  73. "validKeyNames": [
  74. {
  75. "keyNames": "teleporter"
  76. }
  77. ]
  78. }
  79. ],
  80. "items": [
  81. {
  82. "name": "golden_key"
  83. }
  84. ]
  85. },
  86. {
  87. "name": "Lower Level 2 Entry",
  88. "description": "You are at the entry of Lower Level 2. To the east you can see a kitchen, and to the west you can see a restroom. There is an elevator going down.",
  89. "directions": [
  90. {
  91. "directionName": "Down",
  92. "room": "Lower Level 3 Entry",
  93. "Enabled": "false",
  94. "validKeyNames": [
  95. {
  96. "keyNames": "elevator_card"
  97. }
  98. ]
  99. },
  100. {
  101. "directionName": "East",
  102. "room": "Underground Kitchen",
  103. "Enabled": "false",
  104. "validKeyNames": [
  105. {
  106. "keyNames": "silver_key"
  107. }
  108. ]
  109. },
  110. {
  111. "directionName": "West",
  112. "room": "Underground Restroom",
  113. "Enabled": "false",
  114. "validKeyNames": [
  115. {
  116. "keyNames": "silver_key"
  117. }
  118. ]
  119. },
  120. {
  121. "directionName": "Up",
  122. "room": "Lower Level 1 Entry",
  123. "Enabled": "true",
  124. "validKeyNames": []
  125. }
  126. ],
  127. "items": [
  128. {
  129. "name:": "silver_key"
  130. }
  131. ]
  132. },
  133. {
  134. "name": "Underground Kitchen",
  135. "description": "You are at the underground kitchen. There are 2 bananas and a notePad on the table.",
  136. "directions": [
  137. {
  138. "directionName": "West",
  139. "room": "Lower Level 2 Entry",
  140. "Enabled": "true",
  141. "validKeyNames": []
  142. }
  143. ],
  144. "items": [
  145. {
  146. "name": "banana"
  147. },
  148. {
  149. "name": "banana"
  150. },
  151. {
  152. "name:": "notePad"
  153. }
  154. ]
  155. },
  156. {
  157. "name": "Underground Restroom",
  158. "description": "You are at a huge underground restroom and you found a broken teleporter. If you want to use it, probably you need to find a place to fix it.",
  159. "directions": [
  160. {
  161. "directionName": "East",
  162. "room": "Lower Level 2 Entry",
  163. "Enabled": "true",
  164. "validKeyNames": []
  165. }
  166. ],
  167. "items": [
  168. {
  169. "name:": "teleporter"
  170. }
  171. ]
  172. },
  173. {
  174. "name": "Lower Level 3 Entry",
  175. "description": "You are at the entry of lower level 3. From here you can see a storage on the east side, and an elevator going down.",
  176. "directions": [
  177. {
  178. "directionName": "Down",
  179. "room": "Lower Level 4 Entry",
  180. "Enabled": "false",
  181. "validKeyNames": [
  182. {
  183. "keyNames": "banana"
  184. }
  185. ]
  186. },
  187. {
  188. "directionName": "East",
  189. "room": "Underground Storage",
  190. "Enabled": "false",
  191. "validKeyNames": [
  192. {
  193. "keyNames": "banana"
  194. }
  195. ]
  196. },
  197. {
  198. "directionName": "Up",
  199. "room": "Lower Level 2 Entry",
  200. "Enabled": "true",
  201. "validKeyNames": []
  202. }
  203. ],
  204. "items": [
  205. {
  206. "name": "banana"
  207. }
  208. ]
  209. },
  210. {
  211. "name": "Underground Storage",
  212. "description": "You are at the underground storage. There are a lot of tools and machine parts. You can fix your broken teleporter here.",
  213. "directions": [
  214. {
  215. "directionName": "West",
  216. "room": "Lower Level 3 Entry",
  217. "Enabled": "true",
  218. "validKeyNames": []
  219. }
  220. ],
  221. "items": []
  222. },
  223. {
  224. "name": "Lower Level 4 Entry",
  225. "description": "You are at the entry of Lower Level 4. From here you can only see an elevator going down. To use the elevator, you need a golden_key.",
  226. "directions": [
  227. {
  228. "directionName": "Down",
  229. "room": "Bunker Exit",
  230. "Enabled": "false",
  231. "validKeyNames": [
  232. {
  233. "keyNames": "golden_key"
  234. }
  235. ]
  236. },
  237. {
  238. "directionName": "Up",
  239. "room": "Lower Level 3 Entry",
  240. "Enabled": "true",
  241. "validKeyNames": []
  242. }
  243. ],
  244. "items": [
  245. {
  246. "name:": "golden_key"
  247. }
  248. ]
  249. },
  250. {
  251. "name": "Bunker Exit",
  252. "description": "You have arrived at the exit of the bunker. You are out! ",
  253. "directions": [
  254. {
  255. "directionName": "Up",
  256. "room": "Lower Level 4 Entry",
  257. "Enabled": "true",
  258. "validKeyNames": []
  259. }
  260. ],
  261. "items": []
  262. }
  263.  
  264. ],
  265. "player": {
  266. "items": []
  267. }
  268. }
Add Comment
Please, Sign In to add comment