Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.01 KB | None | 0 0
  1. {
  2.  
  3. "startingRoom": "Jubilife City",
  4. "Ending room": "Eterna City",
  5. "Player:": null,
  6.  
  7. "rooms": [{
  8. "name": "Jubilife City",
  9. "description": "A bustling metropolis which exits with Rt204 to the north and a distant Canalave over the east sea.",
  10.  
  11. "directions": [{
  12. "directionName": "West",
  13. "room": "Canalave City",
  14. "enabled": "no",
  15. "hidden": "false",
  16. "validKeyNames": "Potion"
  17. }, {
  18.  
  19. "directionName": "North",
  20. "room": "Rt204",
  21. "enabled": "yes",
  22. "hidden": "false",
  23. "validKeyNames": null
  24. }
  25.  
  26.  
  27. ],
  28. "items": [{
  29. "name": "Potion",
  30. "description": "A basic healing item for 20 HP."
  31. }]
  32. },
  33.  
  34.  
  35. {
  36. "name": "Rt204",
  37. "description": "A lively route between Jubilife City and a desolate ravaged path.",
  38.  
  39. "directions": [{
  40. "directionName": "North",
  41. "room": "Ravaged Path",
  42. "enabled": "yes",
  43. "hidden": "false",
  44. "validKeyNames": null
  45. },
  46. {
  47. "directionName": "South",
  48. "room": "Jubilife City",
  49. "enabled": "yes",
  50. "hidden": "false",
  51. "validKeyNames": null
  52. }
  53. ],
  54.  
  55. "items": [{
  56. "name": "Poketch",
  57. "description": "A handy watch to track a basic trainer's info."
  58. }]
  59. },
  60. {
  61. "name": "Canalave City",
  62. "description": "A coastal town not known to many",
  63.  
  64. "directions": [{
  65. "directionName": "East",
  66. "room": "Jubilife City",
  67. "enabled": "yes",
  68. "hidden": "false",
  69. "validKeyNames": null
  70. },
  71. {
  72. "directionName": "North",
  73. "room": "Iron Island",
  74. "enabled": "yes",
  75. "hidden": "false",
  76. "validKeyNames": null
  77. }
  78. ],
  79. "items": [{}
  80.  
  81. ]
  82.  
  83.  
  84. },
  85. {
  86. "name": "Iron Island",
  87. "description": "A desolate islanded guarded by aura",
  88.  
  89. "directions": [{
  90. "directionName": "South",
  91. "room": "Canalave City",
  92. "enabled": "yes",
  93. "hidden": "false",
  94. "validKeyNames": null
  95. },
  96. {
  97. "directionName": "Underground",
  98. "room": "Underground",
  99. "enabled": "no",
  100. "hidden": "true",
  101. "validKeyNames": "Poketch"
  102.  
  103. }
  104. ],
  105.  
  106. "items": [{}
  107.  
  108. ]
  109.  
  110.  
  111.  
  112. },
  113. {
  114. "name": "Underground",
  115. "description": "A secret land rich in iron. But it's caved in, and no way out!!",
  116.  
  117. "directions": [{
  118. "directionName": "Up",
  119. "room": "Iron Island",
  120. "enabled": "no",
  121. "hidden": "false",
  122. "validKeyNames": null
  123. }],
  124. "items": [{
  125. "name": "Abra",
  126. "description": "A rare Pokemon that possess teleportation."
  127. }]
  128.  
  129.  
  130.  
  131. },
  132. {
  133. "name": "Ravaged Path",
  134. "description": "A path barely passable from rocky terrain.",
  135.  
  136. "directions": [{
  137. "directionName": "North",
  138. "room": "Floaroma Meadow",
  139. "enabled": "yes",
  140. "hidden": "false",
  141. "validKeyNames": null
  142. }, {
  143. "directionName": "South",
  144. "room": "Rt204",
  145. "enabled": "yes",
  146. "hidden": "false",
  147. "validKeyNames": null
  148. }],
  149. "items": [{}]
  150.  
  151.  
  152. },
  153. {
  154. "name": "Floaroma Meadow",
  155. "description": "A lively meadow abounding with fragrance.",
  156.  
  157. "directions": [{
  158. "directionName": "East",
  159. "room": "Valley Windworks",
  160. "enabled": "yes",
  161. "hidden": "false",
  162. "validKeyNames": null
  163. },
  164. {
  165. "directionName": "North",
  166. "room": "Flower Paradise",
  167. "enabled": "yes",
  168. "hidden": "true",
  169. "validKeyNames": "Fragrant Honey"
  170.  
  171.  
  172. },
  173. {
  174. "directionName": "South",
  175. "room": "Ravaged Path",
  176. "enabled": "yes",
  177. "hidden": "false",
  178. "validKeyNames": null
  179.  
  180.  
  181. }
  182.  
  183.  
  184.  
  185. ],
  186. "items": [{
  187.  
  188. }
  189.  
  190. ]
  191. },
  192. {
  193. "name": "Valley Windworks",
  194. "description": "The clean, green and mean region's power source",
  195.  
  196. "directions": [{
  197. "directionName": "West",
  198. "room": "Floaroma Meadow",
  199. "enabled": "yes",
  200. "hidden": "false",
  201. "validKeyNames": null
  202. },
  203. {
  204. "directionName": "North",
  205. "room": "Eterna Forest",
  206. "enabled": "yes",
  207. "hidden": "false",
  208. "validKeyNames": null
  209. }
  210. ],
  211.  
  212.  
  213.  
  214. "items": [{
  215. }]
  216. },
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224. {
  225. "name": "Eterna Forest",
  226. "description": "A forest where time stands still.",
  227.  
  228. "directions": [{
  229. "directionName": "South",
  230. "room": "Valley Windworks",
  231. "enabled": "yes",
  232. "hidden": "false",
  233. "validKeyNames": null
  234. },
  235. {
  236. "directionName": "North",
  237. "room": "Old Chateau",
  238. "enabled": "no",
  239. "hidden": "false",
  240. "validKeyNames": "Electric drill"
  241. },
  242. {
  243. "directionName": "Northeast",
  244. "room": "Eterna City",
  245. "enabled": "no",
  246. "hidden": "false",
  247. "validKeyNames": "Floral Charm"
  248. }
  249. ],
  250.  
  251.  
  252.  
  253. "items": [{
  254. "name": "Electric drill",
  255. "description": "A drill to destory even ancient rocks."
  256. }]
  257. },
  258.  
  259. {
  260. "name": "Old Chateau",
  261. "description": "A forlorn old relic of times long past. Rumoured to have treasure but was previously blocked by a rock.",
  262.  
  263. "directions": [{
  264. "directionName": "South",
  265. "room": "Eterna Forest",
  266. "enabled": "yes",
  267. "hidden": "false",
  268. "validKeyNames": null
  269. }],
  270.  
  271.  
  272.  
  273. "items": [{
  274. "name": "Fragrant Honey",
  275. "description": "Honey so sweet it makes you crave more."
  276. }
  277.  
  278. ]
  279. },
  280.  
  281.  
  282.  
  283.  
  284. {
  285. "name": "Flower Paradise",
  286. "description": "An alcove accessible by covering trees in honey and using secret approach.",
  287.  
  288. "directions": [{
  289. "directionName": "South",
  290. "room": "Floaroma Meadow",
  291. "enabled": "yes",
  292. "hidden": "false",
  293. "validKeyNames": null
  294. }],
  295.  
  296.  
  297.  
  298. "items": [{
  299. "name": "Floral Charm",
  300. "description": "A charm with a bountiful essence. Guards protection from evil."
  301. }]
  302. },
  303.  
  304. {
  305. "name": "Eterna City",
  306. "description": "Your final destination. A historical relic of a city",
  307.  
  308. "directions": [{
  309. "directionName": "West",
  310. "room": "Eterna Forest",
  311. "enabled": "yes",
  312. "hidden": "false",
  313. "validKeyNames": null
  314. }],
  315.  
  316.  
  317.  
  318.  
  319. "items": [{
  320.  
  321. }]
  322. }
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329. ]
  330.  
  331. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement