Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.14 KB | None | 0 0
  1. {
  2. "startingRoom": "TownPlaza",
  3. "endingRoom": "Museum",
  4. "player": {
  5. "items": [
  6. ],
  7. "hitPoints": 30,
  8. "attackPoints": 5
  9. },
  10. "rooms": [
  11. {
  12. "name": "TownPlaza",
  13. "description": "The bulletin board has a paper tacked to it. It says \n'The Museum is in search of rare fossils, fish, and bugs. Please help us!!!\nIf you need tools, please see Isabelle in town hall. -Blathers'\n...Guess I'll help out?",
  14. "possibleDirectionsFromRoom": [
  15. {
  16. "directionName": "South",
  17. "nameOfRoomInThisDirection": "WishingWellGlade",
  18. "enabled": "True",
  19. "validKeyNames": [
  20. ]
  21. }
  22. ],
  23. "items": [
  24. ],
  25. "creatures": {}
  26. },
  27. {
  28. "name": "WishingWellGlade",
  29. "description": "Cute! This is the town's central hub. The villagers are \nmeandering around.\nTo the north is the TownPlaza, to the east is TownHall, to the southeast \nis the Beach, to the south is the ButterflyGarden, to the west is the Clocktower,\nand to the northeast is the Museum!\nYou won't be able to visit the Beach or the ButterflyGarden \nuntil you have the right tools.",
  30. "possibleDirectionsFromRoom": [
  31. {
  32. "directionName": "North",
  33. "nameOfRoomInThisDirection": "TownPlaza",
  34. "enabled": "True",
  35. "validKeyNames": [
  36. ]
  37. },
  38. {
  39. "directionName": "SouthEast",
  40. "nameOfRoomInThisDirection": "Beach",
  41. "enabled": "False",
  42. "validKeyNames": [
  43. "FishingRod"
  44. ]
  45. },
  46. {
  47. "directionName": "East",
  48. "nameOfRoomInThisDirection": "TownHall",
  49. "enabled": "True",
  50. "validKeyNames": [
  51. ]
  52. },
  53. {
  54. "directionName": "South",
  55. "nameOfRoomInThisDirection": "ButterflyGarden",
  56. "enabled": "False",
  57. "validKeyNames": [
  58. "Net"
  59. ]
  60. },
  61. {
  62. "directionName": "West",
  63. "nameOfRoomInThisDirection": "Clocktower",
  64. "enabled": "True",
  65. "validKeyNames": [
  66. ]
  67. },
  68. {
  69. "directionName": "Northeast",
  70. "nameOfRoomInThisDirection": "Museum",
  71. "enabled": "False",
  72. "validKeyNames": [
  73. "Fish",
  74. "Butterfly",
  75. "Fossil"
  76. ]
  77. }
  78. ],
  79. "items": [
  80. ],
  81. "creatures": {}
  82. },
  83. {
  84. "name": "TownHall",
  85. "description": "Isabelle, the mayor's assistant, waves in greeting. \n'We have spare tools in the attic! The three closet doors are locked, \nand I just can't remember where I dropped those pesky keys! Last time \nI had them, I visited the forest, orchard, and clocktower...",
  86. "possibleDirectionsFromRoom": [
  87. {
  88. "directionName": "Up",
  89. "nameOfRoomInThisDirection": "Attic",
  90. "enabled": "True",
  91. "validKeyNames": [
  92. ]
  93. },
  94. {
  95. "directionName": "West",
  96. "nameOfRoomInThisDirection": "WishingWellGlade",
  97. "enabled": "True",
  98. "validKeyNames": [
  99. ]
  100. },
  101. {
  102. "directionName": "South",
  103. "nameOfRoomInThisDirection": "Orchard",
  104. "enabled": "True",
  105. "validKeyNames": [
  106. ]
  107. }
  108. ],
  109. "items": [
  110. ],
  111. "creatures": {}
  112. },
  113. {
  114. "name": "Attic",
  115. "description": "Ewww this place sure is dusty! There are three closets: \nthe net room to the north, the fishing rod room to the east, and the \nshovel room to the south.",
  116. "possibleDirectionsFromRoom": [
  117. {
  118. "directionName": "Down",
  119. "nameOfRoomInThisDirection": "TownHall",
  120. "enabled": "True",
  121. "validKeyNames": [
  122. ]
  123. },
  124. {
  125. "directionName": "North",
  126. "nameOfRoomInThisDirection": "NetCloset",
  127. "enabled": "False",
  128. "validKeyNames": [
  129. "NetClosetKey"
  130. ]
  131. },
  132. {
  133. "directionName": "East",
  134. "nameOfRoomInThisDirection": "FishingRodCloset",
  135. "enabled": "False",
  136. "validKeyNames": [
  137. "FishingRodClosetKey"
  138. ]
  139. },
  140. {
  141. "directionName": "South",
  142. "nameOfRoomInThisDirection": "ShovelCloset",
  143. "enabled": "False",
  144. "validKeyNames": [
  145. "ShovelClosetKey"
  146. ]
  147. }
  148. ],
  149. "items": [
  150. ],
  151. "creatures": {}
  152. },
  153. {
  154. "name": "NetCloset",
  155. "description": "The closet is so dark! But there are nets in here all right.",
  156. "possibleDirectionsFromRoom": [
  157. {
  158. "directionName": "South",
  159. "nameOfRoomInThisDirection": "Attic",
  160. "enabled": "True",
  161. "validKeyNames": [
  162. ]
  163. }
  164. ],
  165. "items": [
  166. {
  167. "name": "Net"
  168. }
  169. ],
  170. "creatures": {}
  171. },
  172. {
  173. "name": "FishingRodCloset",
  174. "description": "The closet is so dark! But there are fishing rods in here all right.",
  175. "possibleDirectionsFromRoom": [
  176. {
  177. "directionName": "West",
  178. "nameOfRoomInThisDirection": "Attic",
  179. "enabled": "True",
  180. "validKeyNames": [
  181. ]
  182. }
  183. ],
  184. "items": [
  185. {
  186. "name": "FishingRod"
  187. }
  188. ],
  189. "creatures": {}
  190. },
  191. {
  192. "name": "ShovelCloset",
  193. "description": "The closet is so dark! But there are shovels in here all right.",
  194. "possibleDirectionsFromRoom": [
  195. {
  196. "directionName": "North",
  197. "nameOfRoomInThisDirection": "Attic",
  198. "enabled": "True",
  199. "validKeyNames": [
  200. ]
  201. }
  202. ],
  203. "items": [
  204. {
  205. "name": "Shovel"
  206. }
  207. ],
  208. "creatures": {}
  209. },
  210. {
  211. "name": "Orchard",
  212. "description": "Wow! So many peaches, apples, and cherries! \nI'm hungry, maybe I should take a quick break.",
  213. "possibleDirectionsFromRoom": [
  214. {
  215. "directionName": "North",
  216. "nameOfRoomInThisDirection": "TownHall",
  217. "enabled": "True",
  218. "validKeyNames": [
  219. ]
  220. }
  221. ],
  222. "items": [
  223. {
  224. "name": "FishingRodClosetKey"
  225. }
  226. ],
  227. "creatures": {}
  228. },
  229. {
  230. "name": "Beach",
  231. "description": "What a sandy white beach! Maybe we can catch some fish here.",
  232. "possibleDirectionsFromRoom": [
  233. {
  234. "directionName": "Northwest",
  235. "nameOfRoomInThisDirection": "WishingWellGlade",
  236. "enabled": "True",
  237. "validKeyNames": [
  238. ]
  239. }
  240. ],
  241. "items": [
  242. {
  243. "name": "Fish"
  244. }
  245. ],
  246. "creatures": {
  247. "type": "Fish",
  248. "hitPoints": 15,
  249. "attackPoints": 3
  250. }
  251. },
  252. {
  253. "name": "ButterflyGarden",
  254. "description": "Wow! Look at that monarch butterfly! And that peacock butterfly! \nAnd that agrias butterfly! And that tiger butterfl- \nmaybe I should just catch one.",
  255. "possibleDirectionsFromRoom": [
  256. {
  257. "directionName": "North",
  258. "nameOfRoomInThisDirection": "WishingWellGlade",
  259. "enabled": "True",
  260. "validKeyNames": [
  261. ]
  262. }
  263. ],
  264. "items": [
  265. {
  266. "name": "Butterfly"
  267. }
  268. ],
  269. "creatures": {
  270. "type": "Butterfly",
  271. "hitPoints": 10,
  272. "attackPoints": 1
  273. }
  274. },
  275. {
  276. "name": "Clocktower",
  277. "description": "Is that the time!? Better hurry with my quest... \nThe forest is to the south, and the quarry is to the north! \nI can't visit the quarry until I have the right tool.",
  278. "possibleDirectionsFromRoom": [
  279. {
  280. "directionName": "East",
  281. "nameOfRoomInThisDirection": "WishingWellGlade",
  282. "enabled": "True",
  283. "validKeyNames": [
  284. ]
  285. },
  286. {
  287. "directionName": "North",
  288. "nameOfRoomInThisDirection": "Quarry",
  289. "enabled": "False",
  290. "validKeyNames": [
  291. "Shovel"
  292. ]
  293. },
  294. {
  295. "directionName": "South",
  296. "nameOfRoomInThisDirection": "Forest",
  297. "enabled": "True",
  298. "validKeyNames": [
  299. ]
  300. }
  301. ],
  302. "items": [
  303. {
  304. "name": "NetClosetKey"
  305. }
  306. ],
  307. "creatures": {
  308. }
  309. },
  310. {
  311. "name": "Forest",
  312. "description": "The area is so thick with cedars! What if I get lost in here!",
  313. "possibleDirectionsFromRoom": [
  314. {
  315. "directionName": "North",
  316. "nameOfRoomInThisDirection": "Clocktower",
  317. "enabled": "True",
  318. "validKeyNames": [
  319. ]
  320. }
  321. ],
  322. "items": [
  323. {
  324. "name": "ShovelClosetKey"
  325. }
  326. ],
  327. "creatures": {}
  328. },
  329. {
  330. "name": "Quarry",
  331. "description": "I heard this place is famous for unearthing big fossils \nsometimes. I bet the museum needs one of those!",
  332. "possibleDirectionsFromRoom": [
  333. {
  334. "directionName": "South",
  335. "nameOfRoomInThisDirection": "Clocktower",
  336. "enabled": "True",
  337. "validKeyNames": [
  338. ]
  339. }
  340. ],
  341. "items": [
  342. {
  343. "name": "Fossil"
  344. }
  345. ],
  346. "creatures": {
  347. "type": "Rock",
  348. "hitPoints": 20,
  349. "attackPoints": 0
  350. }
  351. },
  352. {
  353. "name": "Museum",
  354. "description": "'You did it! You did it! Thank you so much!' Blathers is \nso very thankful for all the help!\n\nGAME OVER! YOU WIN!",
  355. "possibleDirectionsFromRoom": [
  356. {
  357. "directionName": "Southwest",
  358. "nameOfRoomInThisDirection": "WishingWellGlade",
  359. "enabled": "True",
  360. "validKeyNames": [
  361. ]
  362. }
  363. ],
  364. "items": [
  365. ],
  366. "creatures": {}
  367. }
  368. ]
  369. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement