Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.82 KB | None | 0 0
  1. {"startingRoom": "Cell 1004342",
  2. "endingRoom": "Door 1043224",
  3. "rooms": [
  4. {
  5. "name": "Cell 1004342",
  6. "description": "You suddenly wake up in the middle of the night. For some reason, your cell door is open",
  7. "directions": [
  8. {
  9. "directionName": "Forward",
  10. "room": "Hallway 04"
  11. }
  12. ]
  13. },
  14. {
  15. "name": "Hallway 04",
  16. "description": "You are in the hallway outside your cell. To your left is a seemingly unoccupied room. To your right is a Hallway 03. In front of you is another open cell",
  17. "directions": [
  18. {
  19. "directionName": "Left",
  20. "room": "Hallway 04M"
  21. },
  22. {
  23. "directionName": "Right",
  24. "room": "Hallway 03"
  25. },
  26. {
  27. "directionName": "Forward",
  28. "room": "Cell 1004343"
  29. }
  30. ]
  31. },
  32. {
  33. "name": "Hallway 03",
  34. "description": "You are in Hallway 03. To your right is a locked storage room. To your left is Hallway 05. Up ahead is Hallway 07",
  35. "directions": [
  36. {
  37. "directionName": "Left",
  38. "room": "Hallway 05"
  39. },
  40. {
  41. "directionName": "Right",
  42. "room": "Storage Room F1"
  43. },
  44. {
  45. "directionName": "Forward",
  46. "room": "Hallway 07"
  47. },
  48. {
  49. "directionName": "Back",
  50. "room": "Hallway 04"
  51. }
  52. ]
  53. },
  54. {
  55. "name": "Cell 1004343",
  56. "description": "You are in Cell 1004343. Inside is a trashed jail cell. On the ground is a set of small keys, possibly dropped by a guard",
  57. "directions": [
  58. {
  59. "directionName": "Back",
  60. "room": "Hallway 04"
  61. }
  62. ],
  63. "items": [
  64. {
  65. "itemName": "Small Set of Keys",
  66. "itemDescription": "a set of keys dropped by a guard. May open a closed door",
  67. "itemType": "key",
  68. "itemDamage": "0"
  69. }
  70. ]
  71. },
  72. {
  73. "name": "Hallway 04M",
  74. "description": "You are in a dark room. All of the sudden, the lights turn on and you see a snarling monster.",
  75. "directions": [
  76. {
  77. "directionName": "Back",
  78. "room": "Hallway 04"
  79. }
  80. ],
  81. "monster": [
  82. {
  83. "itemName": "Office Door Keys",
  84. "monsterHealth": "100",
  85. "monsterItem": "key4"
  86. }
  87. ]
  88. },
  89. {
  90. "name": "Hallway 05",
  91. "description": "You are in Hallway 05. To your left is a locked broom closet. To your right is a staircase up to the second floor.",
  92. "directions": [
  93. {
  94. "directionName": "Left",
  95. "room": "Storage Room F2",
  96. "enabled": "false",
  97. "validKeyNames": "Small Set of Keys"
  98. },
  99. {
  100. "directionName": "Up",
  101. "room": "Hallway 09"
  102. }
  103. ]
  104. },
  105. {
  106. "name": "Storage Room F1",
  107. "description": "You are in Storage Room F1. The room appears to be empty",
  108. "directions": [
  109. {
  110. "directionName": "Back",
  111. "room": "Hallway 03"
  112. }
  113. ]
  114. },
  115. {
  116. "name": "Storage Room F2",
  117. "description": "You are in Storage Room F2. On the shelf you see a small knife",
  118. "directions": [
  119. {
  120. "directionName": "Back",
  121. "room": "Hallway 05"
  122. }
  123. ],
  124. "items": [
  125. {
  126. "itemName": "Small Sheath Knife",
  127. "itemDescription": "A small knife. May be helpful in perilous situations.",
  128. "itemType": "tool",
  129. "itemDamage": "20"
  130. }
  131. ]
  132. },
  133. {
  134. "name": "Hallway 07",
  135. "description": "You are in Hallway 07. To your right is the medical room. To your left is the Auditorium. Up ahead is Hallway 01",
  136. "directions": [
  137. {
  138. "directionName": "Right",
  139. "room": "Medicine Room"
  140. },
  141. {
  142. "directionName": "Left",
  143. "room": "Auditorium"
  144. },
  145. {
  146. "directionName": "Forward",
  147. "room": "Hallway 01"
  148. }
  149. ]
  150. },
  151. {
  152. "name": "Auditorium",
  153. "description": "You enter the Auditorium. Suddenly the door closes and locks behind you. A monster abruptly appears and snarls at you",
  154. "directions": [
  155. {
  156. "directionName": "Back",
  157. "room": "Hallway 04"
  158. }
  159. ],
  160. "monster": [
  161. {
  162. "itemName": "Sword of Indra",
  163. "monsterHealth": "100",
  164. "monsterItem": "tool"
  165. }
  166. ]
  167. },
  168. {
  169. "name": "Hallway 01",
  170. "description": "You are in Hallway 01. To your right is the dining area and kitchen. To your left is an administrative office",
  171. "directions": [
  172. {
  173. "directionName": "Right",
  174. "room": "Dining Hall"
  175. },
  176. {
  177. "directionName": "Left",
  178. "room": "Office 0122311",
  179. "enabled": "false",
  180. "validKeyNames": "key4"
  181. }
  182. ]
  183. },
  184. {
  185. "name": "Office 0122311",
  186. "description": "You are in the Office 0122311. ",
  187. "directions": [
  188. {
  189. "directionName": "Back",
  190. "room": "Hallway 01"
  191. }
  192. ],
  193. "items": [
  194. {
  195. "itemName": "Master Key 1/3",
  196. "itemDescription": "1/3 of the final key.",
  197. "itemType": "key ",
  198. "itemDamage": "0"
  199. }
  200. ]
  201. },
  202. {
  203. "name": "Medicine Room",
  204. "description": "You are in the treatment area. On the shelf to your right, you see a health potion",
  205. "directions": [
  206. {
  207. "directionName": "Back",
  208. "room": "Hallway 07"
  209. }
  210. ],
  211. "items": [
  212. {
  213. "itemName": "Small Health Potion",
  214. "itemDescription": "A small potion. Will restore 20 hp.",
  215. "itemType": "potion",
  216. "itemDamage": "0"
  217. }
  218. ]
  219. },
  220. {
  221. "name": "Dining Hall",
  222. "description": "You are in the Dining Hall. Near the kitchen area, you see a small health potion",
  223. "directions": [
  224. {
  225. "directionName": "Back",
  226. "room": "Hallway 01"
  227. }
  228. ],
  229. "items": [
  230. {
  231. "itemName": "Small Health Potion",
  232. "itemDescription": "A small potion. Will restore 20 hp.",
  233. "itemType": "potion",
  234. "itemDamage": "0"
  235. }
  236. ]
  237. },
  238. {
  239. "name": "Hallway 09",
  240. "description": "You are in Hallway 09 on the second floor. On your right is Cell 0123532. On your left is Cell 1040913. Up ahead is the staircases to the third floor",
  241. "directions": [
  242. {
  243. "directionName": "Down",
  244. "room": "Hallway 05"
  245. },
  246. {
  247. "directionName": "Right",
  248. "room": "Cell 0123532"
  249. },
  250. {
  251. "directionName": "Left",
  252. "room": "Cell 1040913"
  253. },
  254. {
  255. "directionName": "Up",
  256. "room": "Hallway 12"
  257. }
  258. ]
  259. },
  260. {
  261. "name": "Cell 1040913",
  262. "description": "You are in Cell 1040913. Up ahead is cell 1034223.",
  263. "directions": [
  264. {
  265. "directionName": "Back",
  266. "room": "Hallway 09"
  267. },
  268. {
  269. "directionName": "Forward",
  270. "room": "Cell 1034223"
  271. }
  272. ]
  273. },
  274. {
  275. "name": "Cell 0123532",
  276. "description": "You are in Cell 0123532. Up ahead is Hallway 13",
  277. "directions": [
  278. {
  279. "directionName": "Back",
  280. "room": "Hallway 09"
  281. },
  282. {
  283. "directionName": "Forward",
  284. "room": "Hallway 13"
  285. }
  286. ]
  287. },
  288. {
  289. "name": "Cell 1034223",
  290. "description": "You are in Cell 1034223. Up ahead is the Study Room M1. To your right is Cell 0224514",
  291. "directions": [
  292. {
  293. "directionName": "Back",
  294. "room": "Cell 1040913"
  295. },
  296. {
  297. "directionName": "Forward",
  298. "room": "Study Room M1"
  299. },
  300. {
  301. "directionName": "Right",
  302. "room": "Cell 0224514"
  303. }
  304. ]
  305. },
  306. {
  307. "name": "Cell 0224514",
  308. "description": "You are in Cell 0224514. To your left is Cell 2830241",
  309. "directions": [
  310. {
  311. "directionName": "Back",
  312. "room": "Cell 1034223"
  313. },
  314. {
  315. "directionName": "Left",
  316. "room": "Cell 2830241"
  317. }
  318. ]
  319. },
  320. {
  321. "name": "Cell 2830241",
  322. "description": "You are in Cell 2830241. To your left is Study Room M1. To your right Office 0242134",
  323. "directions": [
  324. {
  325. "directionName": "Back",
  326. "room": "Cell 1034223"
  327. },
  328. {
  329. "directionName": "Left",
  330. "room": "Study Room M1"
  331. },
  332. {
  333. "directionName": "Right",
  334. "room": "Office 0242134",
  335. "enabled": "false",
  336. "validKeyNames": "key2"
  337. }
  338. ]
  339. },
  340. {
  341. "name": "Office 0242134",
  342. "description": "You are in the Office 0242134. Inside you see one of the master keys",
  343. "directions": [
  344. {
  345. "directionName": "Back",
  346. "room": "Cell 2830241"
  347. }
  348. ],
  349. "items": [
  350. {
  351. "itemName": "Master Key 2/3",
  352. "itemDescription": "1/3 of the final key",
  353. "itemType": "key",
  354. "itemDamage": "0"
  355. }
  356. ]
  357. },
  358. {
  359. "name": "Study Room M1",
  360. "description": "You are in Study Room M1. As you walk in, the door forcibly closes and locks. You turn and see a monster appear.",
  361. "directions": [
  362. {
  363. "directionName": "Back",
  364. "room": "Cell 2830241"
  365. }
  366. ],
  367. "monster": [
  368. {
  369. "itemName": "key2",
  370. "monsterHealth": "100",
  371. "monsterItem": "key"
  372. }
  373. ]
  374. },
  375. {
  376. "name": "Hallway 13",
  377. "description": "You are in Hallway 13. Up ahead is an open storage room. To your left is an abandoned office room",
  378. "directions": [
  379. {
  380. "directionName": "Back",
  381. "room": "Cell 0123532"
  382. },
  383. {
  384. "directionName": "Forward",
  385. "room": "Storage 03"
  386. },
  387. {
  388. "directionName": "Left",
  389. "room": "Office Room",
  390. "enabled": "false",
  391. "validKeyNames": "key3"
  392. }
  393. ]
  394. },
  395. {
  396. "name": "Storage 03",
  397. "description": "You are in a Storage Room",
  398. "directions": [
  399. {
  400. "directionName": "Back",
  401. "room": "Hallway 13"
  402. }
  403. ],
  404. "items": [
  405. {
  406. "itemName": "Small Health Potion",
  407. "itemDescription": "A small health potion that restores 20hp",
  408. "itemType": "potion",
  409. "itemDamage": "0"
  410. }
  411. ]
  412. },
  413. {
  414. "name": "Office Room",
  415. "description": "You are in a quiet office room.",
  416. "directions": [
  417. {
  418. "directionName": "Back",
  419. "room": "Hallway 13"
  420. }
  421. ],
  422. "items": [
  423. {
  424. "itemName": "Master Key 3/3",
  425. "itemDescription": "1/3 of the final key needed to escape",
  426. "itemType": "key",
  427. "itemDamage": "0"
  428. }
  429. ]
  430. },
  431. {
  432. "name": "Hallway 12",
  433. "description": "You have reached the third floor. You are in Hallway 12. To your left is Cell 0132524 and to your right is the atrium.",
  434. "directions": [
  435. {
  436. "directionName": "Down",
  437. "room": "HallWay 09"
  438. },
  439. {
  440. "directionName": "Right",
  441. "room": "Atrium"
  442. },
  443. {
  444. "directionName": "Left",
  445. "room": "Cell 0132524"
  446. }
  447. ]
  448. }
  449. ]
  450. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement