@maka/maka-cli 4.7.12 → 4.7.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (323) hide show
  1. package/.eslintrc.json +29 -29
  2. package/.mocharc.json +3 -3
  3. package/.vs/VSWorkspaceState.json +12 -0
  4. package/.vs/maka-cli-src/FileContentIndex/18ca123b-cf4e-4263-8cf0-ed1624e8e918.vsidx +0 -0
  5. package/.vs/maka-cli-src/FileContentIndex/69d2de39-b193-48d9-b520-96bdb73b7b61.vsidx +0 -0
  6. package/.vs/maka-cli-src/FileContentIndex/93947812-c77d-4667-aaed-3f9a0df8b484.vsidx +0 -0
  7. package/.vs/maka-cli-src/FileContentIndex/c4cbf57e-b360-4b2a-8b3d-fc8f800c195a.vsidx +0 -0
  8. package/.vs/maka-cli-src/FileContentIndex/c9d2ef23-4e6c-46eb-a405-3584022229ed.vsidx +0 -0
  9. package/.vs/maka-cli-src/config/applicationhost.config +1016 -0
  10. package/.vs/maka-cli-src/v17/.wsuo +0 -0
  11. package/.vs/maka-cli-src/v17/workspaceFileList.bin +0 -0
  12. package/.vs/slnx.sqlite +0 -0
  13. package/README.md +21 -21
  14. package/bundle/obf/package.json +127 -127
  15. package/bundle/obf/src/README.md +21 -21
  16. package/bundle/obf/src/command.js +1 -1
  17. package/bundle/obf/src/commands/_index.js +1 -1
  18. package/bundle/obf/src/commands/ai.js +1 -1
  19. package/bundle/obf/src/commands/aws/_index.js +1 -1
  20. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  21. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  23. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  24. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  26. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  32. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/build/_index.js +1 -1
  34. package/bundle/obf/src/commands/build/build.js +1 -1
  35. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  36. package/bundle/obf/src/commands/create.js +1 -1
  37. package/bundle/obf/src/commands/debug.js +1 -1
  38. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  39. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  40. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  41. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  42. package/bundle/obf/src/commands/game/_index.js +1 -1
  43. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  44. package/bundle/obf/src/commands/game/play.command.js +1 -1
  45. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  69. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  70. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  71. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  72. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  73. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  74. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  75. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  76. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  77. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  78. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  79. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  80. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  81. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  82. package/bundle/obf/src/commands/generate.js +1 -1
  83. package/bundle/obf/src/commands/get/_index.js +1 -1
  84. package/bundle/obf/src/commands/get/get.command.js +1 -1
  85. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  88. package/bundle/obf/src/commands/help.js +1 -1
  89. package/bundle/obf/src/commands/install.js +1 -1
  90. package/bundle/obf/src/commands/jsdoc.js +1 -1
  91. package/bundle/obf/src/commands/lint.js +1 -1
  92. package/bundle/obf/src/commands/login.js +1 -1
  93. package/bundle/obf/src/commands/logout.js +1 -1
  94. package/bundle/obf/src/commands/logs.js +1 -1
  95. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  96. package/bundle/obf/src/commands/murder.js +1 -1
  97. package/bundle/obf/src/commands/proxy.js +1 -1
  98. package/bundle/obf/src/commands/reconfig.js +1 -1
  99. package/bundle/obf/src/commands/run/_index.js +1 -1
  100. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  101. package/bundle/obf/src/commands/run/run.command.js +1 -1
  102. package/bundle/obf/src/commands/set/_index.js +1 -1
  103. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  104. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  105. package/bundle/obf/src/commands/set/set.command.js +1 -1
  106. package/bundle/obf/src/commands/ssh.js +1 -1
  107. package/bundle/obf/src/commands/ssl.js +1 -1
  108. package/bundle/obf/src/commands/test.js +1 -1
  109. package/bundle/obf/src/commands/version.js +1 -1
  110. package/bundle/obf/src/error.js +1 -1
  111. package/bundle/obf/src/exec.js +1 -1
  112. package/bundle/obf/src/generator.js +1 -1
  113. package/bundle/obf/src/generators/_index.js +1 -1
  114. package/bundle/obf/src/generators/api.js +1 -1
  115. package/bundle/obf/src/generators/collection.js +1 -1
  116. package/bundle/obf/src/generators/component.js +1 -1
  117. package/bundle/obf/src/generators/config.js +1 -1
  118. package/bundle/obf/src/generators/dbc.js +1 -1
  119. package/bundle/obf/src/generators/dockerfile.js +1 -1
  120. package/bundle/obf/src/generators/hook.js +1 -1
  121. package/bundle/obf/src/generators/kits/_index.js +1 -1
  122. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  123. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  125. package/bundle/obf/src/generators/kits/kit.js +1 -1
  126. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  127. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  129. package/bundle/obf/src/generators/layout.js +1 -1
  130. package/bundle/obf/src/generators/maka.gen.js +1 -1
  131. package/bundle/obf/src/generators/methods.js +1 -1
  132. package/bundle/obf/src/generators/package.js +1 -1
  133. package/bundle/obf/src/generators/page.js +1 -1
  134. package/bundle/obf/src/generators/publish.js +1 -1
  135. package/bundle/obf/src/generators/route.js +1 -1
  136. package/bundle/obf/src/generators/service.js +1 -1
  137. package/bundle/obf/src/generators/services/_index.js +1 -1
  138. package/bundle/obf/src/generators/services/openssl.js +1 -1
  139. package/bundle/obf/src/generators/services/translation.js +1 -1
  140. package/bundle/obf/src/maka.js +1 -1
  141. package/bundle/obf/src/templates/meteor/api/api.js +11 -11
  142. package/bundle/obf/src/templates/meteor/api/api.js.ts +11 -11
  143. package/bundle/obf/src/templates/meteor/api/collection.js +86 -86
  144. package/bundle/obf/src/templates/meteor/api/collection.js.ts +94 -94
  145. package/bundle/obf/src/templates/meteor/api/fixtures.js +23 -23
  146. package/bundle/obf/src/templates/meteor/api/fixtures.js.ts +23 -23
  147. package/bundle/obf/src/templates/meteor/api/methods.js +136 -136
  148. package/bundle/obf/src/templates/meteor/api/methods.js.ts +137 -137
  149. package/bundle/obf/src/templates/meteor/api/publications.js +31 -31
  150. package/bundle/obf/src/templates/meteor/api/publications.js.ts +31 -31
  151. package/bundle/obf/src/templates/meteor/api/register-api.js +15 -15
  152. package/bundle/obf/src/templates/meteor/api/register-api.js.ts +15 -15
  153. package/bundle/obf/src/templates/meteor/api/resolvers.js +9 -9
  154. package/bundle/obf/src/templates/meteor/api/resolvers.js.ts +9 -9
  155. package/bundle/obf/src/templates/meteor/api/tests.js +1 -1
  156. package/bundle/obf/src/templates/meteor/api/tests.js.ts +1 -1
  157. package/bundle/obf/src/templates/meteor/api/typeDefs.js +5 -5
  158. package/bundle/obf/src/templates/meteor/api/typeDefs.js.ts +5 -5
  159. package/bundle/obf/src/templates/meteor/app/client/body.html +3 -3
  160. package/bundle/obf/src/templates/meteor/app/client/head.html +15 -15
  161. package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js +9 -9
  162. package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.jsx +9 -9
  163. package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.ts +9 -9
  164. package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.tsx +9 -9
  165. package/bundle/obf/src/templates/meteor/app/client/main.js +13 -13
  166. package/bundle/obf/src/templates/meteor/app/client/main.js.jsx +13 -13
  167. package/bundle/obf/src/templates/meteor/app/client/main.js.ts +13 -13
  168. package/bundle/obf/src/templates/meteor/app/client/main.js.tsx +13 -13
  169. package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js +20 -20
  170. package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.jsx +117 -117
  171. package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.ts +20 -20
  172. package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.tsx +118 -118
  173. package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js +39 -39
  174. package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.jsx +48 -48
  175. package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.ts +24 -24
  176. package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.tsx +48 -48
  177. package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js +9 -9
  178. package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js.jsx +9 -9
  179. package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js.ts +9 -9
  180. package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js.tsx +9 -9
  181. package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js +1 -1
  182. package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.jsx +21 -21
  183. package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.ts +1 -1
  184. package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.tsx +21 -21
  185. package/bundle/obf/src/templates/meteor/app/imports/startup/lib/routes.js.jsx +48 -48
  186. package/bundle/obf/src/templates/meteor/app/imports/startup/lib/routes.js.tsx +48 -48
  187. package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js +1 -1
  188. package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.jsx +152 -152
  189. package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.tsx +152 -152
  190. package/bundle/obf/src/templates/meteor/app/imports/ui/test-helpers.js +24 -24
  191. package/bundle/obf/src/templates/meteor/app/imports/ui/test-helpers.js.ts +24 -24
  192. package/bundle/obf/src/templates/meteor/app/lib/main.js +1 -1
  193. package/bundle/obf/src/templates/meteor/app/lib/main.js.jsx +1 -1
  194. package/bundle/obf/src/templates/meteor/app/lib/main.js.ts +1 -1
  195. package/bundle/obf/src/templates/meteor/app/lib/main.js.tsx +1 -1
  196. package/bundle/obf/src/templates/meteor/app/maka.d.ts +160 -160
  197. package/bundle/obf/src/templates/meteor/app/meteor.d.ts +955 -955
  198. package/bundle/obf/src/templates/meteor/app/public/manifest.json +27 -27
  199. package/bundle/obf/src/templates/meteor/app/public/sw.js +30 -30
  200. package/bundle/obf/src/templates/meteor/app/public/sw.js.jsx +30 -30
  201. package/bundle/obf/src/templates/meteor/app/public/sw.js.ts +30 -30
  202. package/bundle/obf/src/templates/meteor/app/public/sw.js.tsx +30 -30
  203. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js +179 -179
  204. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.jsx +179 -179
  205. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.ts +179 -179
  206. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.tsx +179 -179
  207. package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js +9 -9
  208. package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.jsx +9 -9
  209. package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.ts +9 -9
  210. package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.tsx +9 -9
  211. package/bundle/obf/src/templates/meteor/app/server/main.js +11 -11
  212. package/bundle/obf/src/templates/meteor/app/server/main.js.jsx +11 -11
  213. package/bundle/obf/src/templates/meteor/app/server/main.js.ts +11 -11
  214. package/bundle/obf/src/templates/meteor/app/server/main.js.tsx +11 -11
  215. package/bundle/obf/src/templates/meteor/app/tsconfig.json +40 -40
  216. package/bundle/obf/src/templates/meteor/collection/collection.js +85 -85
  217. package/bundle/obf/src/templates/meteor/collection/collection.js.ts +97 -97
  218. package/bundle/obf/src/templates/meteor/collection/tests.js +27 -27
  219. package/bundle/obf/src/templates/meteor/collection/tests.js.ts +27 -27
  220. package/bundle/obf/src/templates/meteor/config/docker-compose.yaml +17 -17
  221. package/bundle/obf/src/templates/meteor/config/pm2.config.js +25 -25
  222. package/bundle/obf/src/templates/meteor/config/process.env +5 -5
  223. package/bundle/obf/src/templates/meteor/config/settings.json +11 -11
  224. package/bundle/obf/src/templates/meteor/config/ssh.json +6 -6
  225. package/bundle/obf/src/templates/meteor/dbc/config.js +70 -70
  226. package/bundle/obf/src/templates/meteor/dbc/config.js.ts +70 -70
  227. package/bundle/obf/src/templates/meteor/dbc/conn.js +37 -37
  228. package/bundle/obf/src/templates/meteor/dbc/conn.js.ts +37 -37
  229. package/bundle/obf/src/templates/meteor/dbc/register-dbc.js +3 -3
  230. package/bundle/obf/src/templates/meteor/dbc/register-dbc.js.ts +3 -3
  231. package/bundle/obf/src/templates/meteor/method/method.js +48 -48
  232. package/bundle/obf/src/templates/meteor/method/method.js.ts +48 -48
  233. package/bundle/obf/src/templates/meteor/package/package.js +37 -37
  234. package/bundle/obf/src/templates/meteor/package/package.js.jsx +37 -37
  235. package/bundle/obf/src/templates/meteor/package/package.js.ts +36 -36
  236. package/bundle/obf/src/templates/meteor/package/package.js.tsx +37 -37
  237. package/bundle/obf/src/templates/meteor/package/tests/client/package.js +5 -5
  238. package/bundle/obf/src/templates/meteor/package/tests/client/package.js.jsx +5 -5
  239. package/bundle/obf/src/templates/meteor/package/tests/client/package.js.ts +5 -5
  240. package/bundle/obf/src/templates/meteor/package/tests/client/package.js.tsx +5 -5
  241. package/bundle/obf/src/templates/meteor/package/tests/server/package.js +5 -5
  242. package/bundle/obf/src/templates/meteor/package/tests/server/package.js.jsx +5 -5
  243. package/bundle/obf/src/templates/meteor/package/tests/server/package.js.ts +5 -5
  244. package/bundle/obf/src/templates/meteor/package/tests/server/package.js.tsx +5 -5
  245. package/bundle/obf/src/templates/meteor/project/.maka/config.json +29 -29
  246. package/bundle/obf/src/templates/meteor/project/README.md +1 -1
  247. package/bundle/obf/src/templates/meteor/project/build/README +4 -4
  248. package/bundle/obf/src/templates/meteor/project/gitignore +7 -7
  249. package/bundle/obf/src/templates/meteor/project/package.json +20 -20
  250. package/bundle/obf/src/templates/meteor/publish/publish.js +3 -3
  251. package/bundle/obf/src/templates/meteor/publish/publish.js.jsx +3 -3
  252. package/bundle/obf/src/templates/meteor/publish/publish.js.tsx +3 -3
  253. package/bundle/obf/src/templates/meteor/publish/publish.ts +3 -3
  254. package/bundle/obf/src/templates/meteor/service/logger/logger.js +27 -27
  255. package/bundle/obf/src/templates/meteor/service/logger/logger.js.ts +27 -27
  256. package/bundle/obf/src/templates/meteor/stylesheet/stylesheet.css +5 -5
  257. package/bundle/obf/src/templates/meteor/stylesheet/stylesheet.css.less +5 -5
  258. package/bundle/obf/src/templates/meteor/template/template-tests.js +1 -1
  259. package/bundle/obf/src/templates/meteor/template/template-tests.js.jsx +55 -55
  260. package/bundle/obf/src/templates/meteor/template/template-tests.js.ts +1 -1
  261. package/bundle/obf/src/templates/meteor/template/template-tests.js.tsx +55 -55
  262. package/bundle/obf/src/templates/meteor/template/template.css +3 -3
  263. package/bundle/obf/src/templates/meteor/template/template.css.less +3 -3
  264. package/bundle/obf/src/templates/meteor/template/template.css.scss +3 -3
  265. package/bundle/obf/src/templates/meteor/template/template.html +5 -5
  266. package/bundle/obf/src/templates/meteor/template/template.js +20 -20
  267. package/bundle/obf/src/templates/meteor/template/template.js.jsx +77 -77
  268. package/bundle/obf/src/templates/meteor/template/template.js.ts +1 -1
  269. package/bundle/obf/src/templates/meteor/template/template.js.tsx +89 -89
  270. package/bundle/obf/src/templates/react/component/component.css +6 -6
  271. package/bundle/obf/src/templates/react/component/component.css.less +6 -6
  272. package/bundle/obf/src/templates/react/component/component.css.scss +3 -3
  273. package/bundle/obf/src/templates/react/component/component.js.jsx +63 -63
  274. package/bundle/obf/src/templates/react/component/component.js.tsx +68 -68
  275. package/bundle/obf/src/templates/react/hook/hook.css +3 -3
  276. package/bundle/obf/src/templates/react/hook/hook.css.scss +3 -3
  277. package/bundle/obf/src/templates/react/hook/hook.js +1 -1
  278. package/bundle/obf/src/templates/react/hook/hook.js.jsx +24 -24
  279. package/bundle/obf/src/templates/react/hook/hook.js.tsx +23 -23
  280. package/bundle/obf/src/templates/react/kit/esri/map/basic-map.js.jsx +27 -27
  281. package/bundle/obf/src/templates/react/kit/esri/map/basic-map.js.tsx +29 -29
  282. package/bundle/obf/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.jsx +41 -41
  283. package/bundle/obf/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.tsx +40 -40
  284. package/bundle/obf/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.jsx +118 -118
  285. package/bundle/obf/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.tsx +116 -116
  286. package/bundle/obf/src/templates/react/route/route.js +8 -8
  287. package/bundle/obf/src/templates/react/route/route.js.jsx +8 -8
  288. package/bundle/obf/src/templates/react/route/route.js.ts +8 -8
  289. package/bundle/obf/src/templates/react/route/route.js.tsx +8 -8
  290. package/bundle/obf/src/templates/react/test/test.js +1 -1
  291. package/bundle/obf/src/templates/react/test/test.js.jsx +41 -41
  292. package/bundle/obf/src/templates/react/test/test.js.ts +1 -1
  293. package/bundle/obf/src/templates/react/test/test.js.tsx +41 -41
  294. package/bundle/obf/src/templates/service/docker/Dockerfile +54 -54
  295. package/bundle/obf/src/templates/service/eslint/eslintrc.json +33 -33
  296. package/bundle/obf/src/templates/service/i18n/i18n.js +33 -33
  297. package/bundle/obf/src/templates/service/i18n/i18n.js.ts +33 -33
  298. package/bundle/obf/src/templates/service/i18n/locales.js +3 -3
  299. package/bundle/obf/src/templates/service/i18n/locales.js.ts +3 -3
  300. package/bundle/obf/src/templates/service/openssl/openssl.conf +22 -22
  301. package/bundle/obf/src/tool.js +1 -1
  302. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  303. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  304. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  305. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  306. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  307. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  308. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  309. package/bundle/obf/src/tools/https/https.class.js +1 -1
  310. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  311. package/bundle/obf/src/tools/log/log.class.js +1 -1
  312. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  313. package/bundle/obf/src/tools/options/options.class.js +1 -1
  314. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  315. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  316. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  317. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  318. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  319. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  320. package/jest.config.js +11 -11
  321. package/obfuscator.json +29 -29
  322. package/package.json +127 -127
  323. package/tsconfig.json +23 -23
@@ -1 +1 @@
1
- const a45k=a45d;function a45d(a,b){const c=a45c();return a45d=function(d,e){d=d-0x1b6;let f=c[d];return f;},a45d(a,b);}(function(a,b){const h=a45d,c=a();while(!![]){try{const d=parseInt(h(0x1ea))/0x1*(-parseInt(h(0x1bd))/0x2)+-parseInt(h(0x1cc))/0x3+-parseInt(h(0x1ba))/0x4+-parseInt(h(0x1c3))/0x5*(parseInt(h(0x1be))/0x6)+parseInt(h(0x1b7))/0x7*(-parseInt(h(0x1dc))/0x8)+-parseInt(h(0x1d7))/0x9+parseInt(h(0x1c8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a45c,0x36466));const a45b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a45d;if(c){const e=c[i(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a45a=a45b(this,function(){const j=a45d;return a45a[j(0x1e9)]()[j(0x1d0)](j(0x1e6))[j(0x1e9)]()[j(0x1b8)](a45a)['search'](j(0x1e6));});a45a();function a45c(){const s=['search','name','take','unequip','trim','lock','clear','1828710CypzUI','apply','initialize','getHelpMessage','Available\x20Commands:\x0a','14936BVrosN','slice','createCommand','registerCommands','instance','split','registerCommand','drop','player','I\x20don\x27t\x20understand\x20the\x20command\x20\x22','(((.+)+)+)+$','unlock','help','toString','412578JppVtZ','determineStartRoom','1582IWOQeI','constructor','maka','1407940ILYANZ','You\x20are\x20still\x20in\x20the\x20game,\x20type\x20\x22quit\x22\x20to\x20exit','scene','2wsdJgv','6vEAFis','toLowerCase','currentLocation','currentRoom','execute','2114210kfOgZQ','look','quit','getAllRegisteredCommands','-\x20clear:\x20Clear\x20the\x20screen.\x0a','21648170BmicTC','getInstance','handleInput','-\x20quit:\x20Exit\x20the\x20game.\x0a','389910ooxVsJ','rooms','hasOwnProperty','solve'];a45c=function(){return s;};return a45c();}import{Scene}from'./models/scene.js';import{LookCommand}from'./commands/look.js';import{TakeCommand}from'./commands/take.js';import{GoCommand}from'./commands/go.js';import{UseCommand}from'./commands/use.js';import{EquipCommand}from'./commands/equip.js';import{UnequipCommand}from'./commands/unequip.js';import{SolveCommand}from'./commands/solve.js';import{DropCommand}from'./commands/drop.js';import{UnlockCommand}from'./commands/unlock.js';import{LockCommand}from'./commands/lock.js';import{SearchCommand}from'./commands/search.js';import{SayCommand}from'./commands/say.js';import{CommandFactory}from'./factories/commandF.js';export default class Game{static [a45k(0x1e0)];[a45k(0x1bc)];[a45k(0x1e4)];[a45k(0x1c1)];[a45k(0x1cd)];constructor(a,b){const l=a45k;this[l(0x1e4)]=a,this[l(0x1bc)]=new Scene({'player':a,'roomConfiguration':b}),this[l(0x1bc)][l(0x1d9)](),this[l(0x1e4)][l(0x1c0)]=this[l(0x1b6)](),this[l(0x1df)]();}[a45k(0x1df)](){const m=a45k;CommandFactory[m(0x1e2)](m(0x1c4),LookCommand),CommandFactory[m(0x1e2)]('go',GoCommand),CommandFactory[m(0x1e2)](m(0x1d2),TakeCommand),CommandFactory[m(0x1e2)]('use',UseCommand),CommandFactory[m(0x1e2)]('equip',EquipCommand),CommandFactory[m(0x1e2)](m(0x1d3),UnequipCommand),CommandFactory[m(0x1e2)](m(0x1cf),SolveCommand),CommandFactory[m(0x1e2)](m(0x1e3),DropCommand),CommandFactory[m(0x1e2)](m(0x1e7),UnlockCommand),CommandFactory['registerCommand'](m(0x1d5),LockCommand),CommandFactory[m(0x1e2)](m(0x1d0),SearchCommand),CommandFactory[m(0x1e2)]('say',SayCommand);}[a45k(0x1b6)](){const n=a45k;return this[n(0x1bc)][n(0x1b6)]();}['getWelcomeMessage'](){const o=a45k;return'Welcome,\x20'+this[o(0x1e4)][o(0x1d1)];}static[a45k(0x1c9)](a,b){const p=a45k;return!Game[p(0x1e0)]&&(Game[p(0x1e0)]=new Game(a,b)),Game[p(0x1e0)];}[a45k(0x1ca)](a){const q=a45k,b=a[q(0x1d4)]()[q(0x1e1)]('\x20'),c=b[0x0][q(0x1bf)](),d=b[q(0x1dd)](0x1);if(c===q(0x1c5))return null;if(c===q(0x1b9))return q(0x1bb);if(c===q(0x1e8))return this[q(0x1da)]();if(c===q(0x1d6))return'';const e={'actor':this[q(0x1e4)],'rooms':this[q(0x1bc)]['getRooms'](),'scene':this['scene']},f=CommandFactory[q(0x1de)](c,e);if(f){const g=f[q(0x1c2)](d);return g;}return q(0x1e5)+c+'\x22.';}['getHelpMessage'](){const r=a45k,a=CommandFactory[r(0x1c6)]();let b=r(0x1db);for(const c in a){if(a[r(0x1ce)](c)){const d=a[c];b+='-\x20'+c+':\x20'+d['getDescription']()+'\x0a';}}return b+=r(0x1c7),b+=r(0x1cb),b;}}
1
+ const a43k=a43d;(function(a,b){const h=a43d,c=a();while(!![]){try{const d=parseInt(h(0x10a))/0x1+-parseInt(h(0xf0))/0x2+parseInt(h(0x100))/0x3+-parseInt(h(0x107))/0x4*(parseInt(h(0xe6))/0x5)+parseInt(h(0x103))/0x6+-parseInt(h(0xf5))/0x7*(parseInt(h(0xef))/0x8)+-parseInt(h(0xfd))/0x9*(-parseInt(h(0x101))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a43c,0xbd9b4));function a43d(a,b){const c=a43c();return a43d=function(d,e){d=d-0xe6;let f=c[d];return f;},a43d(a,b);}const a43b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a43d;if(c){const e=c[i(0xe9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a43a=a43b(this,function(){const j=a43d;return a43a['toString']()[j(0x104)](j(0xf1))['toString']()['constructor'](a43a)[j(0x104)](j(0xf1));});a43a();import{Scene}from'./models/scene.js';import{LookCommand}from'./commands/look.js';import{TakeCommand}from'./commands/take.js';import{GoCommand}from'./commands/go.js';import{UseCommand}from'./commands/use.js';import{EquipCommand}from'./commands/equip.js';import{UnequipCommand}from'./commands/unequip.js';import{SolveCommand}from'./commands/solve.js';import{DropCommand}from'./commands/drop.js';import{UnlockCommand}from'./commands/unlock.js';import{LockCommand}from'./commands/lock.js';import{SearchCommand}from'./commands/search.js';import{SayCommand}from'./commands/say.js';import{CommandFactory}from'./factories/commandF.js';export default class Game{static [a43k(0x10e)];[a43k(0xf8)];[a43k(0xe8)];[a43k(0x102)];[a43k(0xeb)];constructor(a,b){const l=a43k;this[l(0xe8)]=a,this[l(0xf8)]=new Scene({'player':a,'roomConfiguration':b}),this[l(0xf8)]['initialize'](),this['player']['currentLocation']=this[l(0xe7)](),this['registerCommands']();}[a43k(0xea)](){const m=a43k;CommandFactory[m(0x108)]('look',LookCommand),CommandFactory[m(0x108)]('go',GoCommand),CommandFactory['registerCommand'](m(0xfc),TakeCommand),CommandFactory[m(0x108)](m(0xf7),UseCommand),CommandFactory[m(0x108)]('equip',EquipCommand),CommandFactory[m(0x108)](m(0xfe),UnequipCommand),CommandFactory[m(0x108)](m(0xec),SolveCommand),CommandFactory[m(0x108)]('drop',DropCommand),CommandFactory['registerCommand']('unlock',UnlockCommand),CommandFactory[m(0x108)]('lock',LockCommand),CommandFactory[m(0x108)](m(0x104),SearchCommand),CommandFactory[m(0x108)](m(0xee),SayCommand);}[a43k(0xe7)](){const n=a43k;return this[n(0xf8)][n(0xe7)]();}[a43k(0xf3)](){const o=a43k;return'Welcome,\x20'+this[o(0xe8)][o(0xfa)];}static['getInstance'](a,b){const p=a43k;return!Game['instance']&&(Game[p(0x10e)]=new Game(a,b)),Game[p(0x10e)];}[a43k(0x10c)](a){const q=a43k,b=a['trim']()['split']('\x20'),c=b[0x0][q(0xf4)](),d=b[q(0x109)](0x1);if(c===q(0xf2))return null;if(c===q(0xf6))return q(0xfb);if(c===q(0x10d))return this['getHelpMessage']();if(c==='clear')return'';const e={'actor':this['player'],'rooms':this[q(0xf8)]['getRooms'](),'scene':this[q(0xf8)]},f=CommandFactory[q(0x106)](c,e);if(f){const g=f['execute'](d);return g;}return q(0x10b)+c+'\x22.';}[a43k(0xff)](){const r=a43k,a=CommandFactory[r(0xed)]();let b='Available\x20Commands:\x0a';for(const c in a){if(a['hasOwnProperty'](c)){const d=a[c];b+='-\x20'+c+':\x20'+d[r(0xf9)]()+'\x0a';}}return b+=r(0x105),b+=r(0x10f),b;}}function a43c(){const s=['(((.+)+)+)+$','quit','getWelcomeMessage','toLowerCase','7567CDyRYp','maka','use','scene','getDescription','name','You\x20are\x20still\x20in\x20the\x20game,\x20type\x20\x22quit\x22\x20to\x20exit','take','182043rvixpV','unequip','getHelpMessage','893514IMjnvV','1060XyBdOS','currentRoom','7812462wVMafL','search','-\x20clear:\x20Clear\x20the\x20screen.\x0a','createCommand','4012mXJirt','registerCommand','slice','846773UpuGhF','I\x20don\x27t\x20understand\x20the\x20command\x20\x22','handleInput','help','instance','-\x20quit:\x20Exit\x20the\x20game.\x0a','6360jXYHhu','determineStartRoom','player','apply','registerCommands','rooms','solve','getAllRegisteredCommands','say','10920SlMYWJ','2125482LYvWtQ'];a43c=function(){return s;};return a43c();}
@@ -1 +1 @@
1
- function a46d(a,b){var c=a46c();return a46d=function(d,e){d=d-0x14f;var f=c[d];return f;},a46d(a,b);}(function(a,b){var f=a46d,c=a();while(!![]){try{var d=parseInt(f(0x15b))/0x1*(parseInt(f(0x158))/0x2)+parseInt(f(0x154))/0x3*(-parseInt(f(0x155))/0x4)+parseInt(f(0x157))/0x5+parseInt(f(0x156))/0x6*(-parseInt(f(0x151))/0x7)+-parseInt(f(0x15e))/0x8+-parseInt(f(0x15a))/0x9*(-parseInt(f(0x152))/0xa)+parseInt(f(0x150))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a46c,0xae99f));var a46b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a46d;if(c){var e=c[g(0x15c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a46a=a46b(this,function(){var h=a46d;return a46a[h(0x14f)]()[h(0x15d)](h(0x159))[h(0x14f)]()[h(0x153)](a46a)['search'](h(0x159));});a46a();function a46c(){var i=['22115AAbeiV','2554yPCjjW','(((.+)+)+)+$','1044WmEDoJ','699tLKzhH','apply','search','2993672jaAcNu','toString','19665910BDHaYK','464072zXHIow','15230kQFpXX','constructor','9129VVuWBN','848gQECUl','102NMckkD'];a46c=function(){return i;};return a46c();}export*from'./door.js';export*from'./inventory.js';export*from'./item.js';export*from'./npc.js';export*from'./player.js';export*from'./puzzle.js';export*from'./room.js';export*from'./scene.js';
1
+ (function(a,b){var f=a52d,c=a();while(!![]){try{var d=parseInt(f(0x1db))/0x1*(parseInt(f(0x1e3))/0x2)+parseInt(f(0x1df))/0x3*(parseInt(f(0x1e0))/0x4)+parseInt(f(0x1d7))/0x5*(-parseInt(f(0x1e1))/0x6)+-parseInt(f(0x1e2))/0x7+parseInt(f(0x1d9))/0x8*(-parseInt(f(0x1de))/0x9)+parseInt(f(0x1dd))/0xa+-parseInt(f(0x1da))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0x8a8a5));var a52b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a52a=a52b(this,function(){var g=a52d;return a52a[g(0x1d8)]()[g(0x1d6)](g(0x1e4))[g(0x1d8)]()[g(0x1dc)](a52a)[g(0x1d6)](g(0x1e4));});a52a();export*from'./door.js';export*from'./inventory.js';function a52c(){var h=['search','235MAGFOu','toString','8080EiyrTn','9855274IBHzqB','1BQHBbm','constructor','6068270EJVeTP','342pOxHGJ','438aslXXa','22776luQRKg','63114YJwYbN','280455HtlsXO','1196164qfnFqv','(((.+)+)+)+$'];a52c=function(){return h;};return a52c();}export*from'./item.js';function a52d(a,b){var c=a52c();return a52d=function(d,e){d=d-0x1d6;var f=c[d];return f;},a52d(a,b);}export*from'./npc.js';export*from'./player.js';export*from'./puzzle.js';export*from'./room.js';export*from'./scene.js';
@@ -1 +1 @@
1
- var a47i=a47d;(function(a,b){var f=a47d,c=a();while(!![]){try{var d=-parseInt(f(0x1e5))/0x1+parseInt(f(0x1d8))/0x2*(parseInt(f(0x1f2))/0x3)+parseInt(f(0x1d9))/0x4+parseInt(f(0x1da))/0x5*(-parseInt(f(0x1f1))/0x6)+-parseInt(f(0x1dc))/0x7*(-parseInt(f(0x1de))/0x8)+parseInt(f(0x1eb))/0x9*(-parseInt(f(0x1e3))/0xa)+parseInt(f(0x1ec))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a47c,0xe6627));function a47c(){var n=['11020248JWSVOU','9395595ltGdUe','getInstance','roomB','.\x20Is\x20Locked:\x20','write','1602RYCTFh','408957zOOlUQ','Door\x20created\x20between\x20','Failed\x20to\x20unlock\x20door:\x20','isLockable','name','isLocked','Door\x20unlocked:\x20','20CILWfR','779380kSjpyq','2235HtKiXv','.\x20Used:\x20','7ApMJEy','search','2708680xQzcfS','(((.+)+)+)+$','unlockItemOrSolution','To\x20','roomA','10ekkEpZ','checkIfLocked','463289GBzYLN','getOtherSide','toString','logger','checkIfLockable','apply'];a47c=function(){return n;};return a47c();}var a47b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a47d;if(c){var e=c[g(0x1ea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a47a=a47b(this,function(){var h=a47d;return a47a[h(0x1e7)]()[h(0x1dd)]('(((.+)+)+)+$')[h(0x1e7)]()['constructor'](a47a)[h(0x1dd)](h(0x1df));});a47a();function a47d(a,b){var c=a47c();return a47d=function(d,e){d=d-0x1d5;var f=c[d];return f;},a47d(a,b);}import{Logger}from'../utilities/logger.js';import{capitalCase}from'change-case';import{AbstractDoor}from'../types/abstracts.js';export class Door extends AbstractDoor{['roomA'];['roomB'];[a47i(0x1d6)];[a47i(0x1e0)];[a47i(0x1d5)];[a47i(0x1e8)];[a47i(0x1f5)];constructor(a){var j=a47i;super(),this[j(0x1e2)]=a[j(0x1e2)],this[j(0x1ee)]=a[j(0x1ee)],this[j(0x1d6)]=a['isLocked']||![],this[j(0x1e0)]=a['unlockItemOrSolution'],this[j(0x1d5)]=a[j(0x1d5)]?capitalCase(a[j(0x1d5)]):j(0x1e1)+a[j(0x1ee)][j(0x1d5)],this[j(0x1e8)]=Logger[j(0x1ed)](),this['isLockable']=!!a['unlockItemOrSolution'],this['logger'][j(0x1f0)](j(0x1f3)+this[j(0x1e2)][j(0x1d5)]+'\x20and\x20'+this[j(0x1ee)][j(0x1d5)]+j(0x1ef)+this[j(0x1d6)]);}[a47i(0x1e6)](a){var k=a47i;return this[k(0x1e2)]===a?this[k(0x1ee)]:this[k(0x1e2)];}['attemptUnlock'](a){var l=a47i;if(this[l(0x1d6)]&&this[l(0x1e0)]&&this[l(0x1e0)]===a)return this[l(0x1d6)]=![],this['logger'][l(0x1f0)](l(0x1d7)+this['name']+'.\x20Used:\x20'+a),!![];return this[l(0x1e8)][l(0x1f0)](l(0x1f4)+this[l(0x1d5)]+l(0x1db)+a),![];}[a47i(0x1e4)](){return this['isLocked'];}[a47i(0x1e9)](){var m=a47i;return this[m(0x1f5)];}}
1
+ var a44i=a44d;(function(a,b){var f=a44d,c=a();while(!![]){try{var d=parseInt(f(0x160))/0x1+-parseInt(f(0x16e))/0x2*(parseInt(f(0x168))/0x3)+parseInt(f(0x165))/0x4+parseInt(f(0x167))/0x5+-parseInt(f(0x162))/0x6*(-parseInt(f(0x15c))/0x7)+-parseInt(f(0x164))/0x8+-parseInt(f(0x170))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a44c,0xdbc8a));var a44b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a44d;if(c){var e=c[g(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a44a=a44b(this,function(){var h=a44d;return a44a[h(0x15e)]()[h(0x15a)]('(((.+)+)+)+$')[h(0x15e)]()['constructor'](a44a)[h(0x15a)](h(0x155));});function a44d(a,b){var c=a44c();return a44d=function(d,e){d=d-0x155;var f=c[d];return f;},a44d(a,b);}function a44c(){var o=['4412648ezeFXp','5219792SpfJaw','apply','4864060PMmgwg','3QoLglT','checkIfLocked','Door\x20unlocked:\x20','getInstance','write','isLocked','2084866BKtuCo','Door\x20created\x20between\x20','24421554Dpfezl','roomA','roomB','logger','(((.+)+)+)+$','.\x20Used:\x20','.\x20Is\x20Locked:\x20','name','\x20and\x20','search','isLockable','4333IWvWza','attemptUnlock','toString','Failed\x20to\x20unlock\x20door:\x20','1333593uIkiYV','To\x20','15474lNxoMS','unlockItemOrSolution'];a44c=function(){return o;};return a44c();}a44a();import{Logger}from'../utilities/logger.js';import{capitalCase}from'change-case';import{AbstractDoor}from'../types/abstracts.js';export class Door extends AbstractDoor{[a44i(0x171)];[a44i(0x172)];[a44i(0x16d)];[a44i(0x163)];[a44i(0x158)];[a44i(0x173)];[a44i(0x15b)];constructor(a){var j=a44i;super(),this['roomA']=a[j(0x171)],this['roomB']=a[j(0x172)],this[j(0x16d)]=a[j(0x16d)]||![],this['unlockItemOrSolution']=a[j(0x163)],this[j(0x158)]=a['name']?capitalCase(a[j(0x158)]):j(0x161)+a[j(0x172)]['name'],this[j(0x173)]=Logger[j(0x16b)](),this[j(0x15b)]=!!a['unlockItemOrSolution'],this[j(0x173)][j(0x16c)](j(0x16f)+this[j(0x171)][j(0x158)]+j(0x159)+this['roomB'][j(0x158)]+j(0x157)+this[j(0x16d)]);}['getOtherSide'](a){var k=a44i;return this[k(0x171)]===a?this[k(0x172)]:this[k(0x171)];}[a44i(0x15d)](a){var l=a44i;if(this['isLocked']&&this[l(0x163)]&&this[l(0x163)]===a)return this[l(0x16d)]=![],this[l(0x173)][l(0x16c)](l(0x16a)+this[l(0x158)]+'.\x20Used:\x20'+a),!![];return this[l(0x173)][l(0x16c)](l(0x15f)+this[l(0x158)]+l(0x156)+a),![];}[a44i(0x169)](){var m=a44i;return this[m(0x16d)];}['checkIfLockable'](){var n=a44i;return this[n(0x15b)];}}
@@ -1 +1 @@
1
- const a48i=a48d;(function(a,b){const f=a48d,c=a();while(!![]){try{const d=parseInt(f(0xae))/0x1+-parseInt(f(0xad))/0x2+parseInt(f(0xc2))/0x3*(parseInt(f(0xab))/0x4)+parseInt(f(0xb5))/0x5+parseInt(f(0xbb))/0x6*(-parseInt(f(0xac))/0x7)+parseInt(f(0xa8))/0x8*(-parseInt(f(0xb3))/0x9)+parseInt(f(0xc3))/0xa*(-parseInt(f(0xb1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a48c,0xeaef2));function a48d(a,b){const c=a48c();return a48d=function(d,e){d=d-0x97;let f=c[d];return f;},a48d(a,b);}const a48b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a48d;if(c){const e=c[g(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a48a=a48b(this,function(){const h=a48d;return a48a[h(0x9e)]()['search']('(((.+)+)+)+$')['toString']()[h(0xb4)](a48a)[h(0xa2)]('(((.+)+)+)+$');});a48a();import{capitalCase}from'change-case';import{Logger}from'../utilities/logger.js';import{AbstractInventory}from'../types/abstracts.js';function a48c(){const r=['write','toLowerCase','10244456KbXaHw','weight','items','12bmAjOs','504567aKSXmL','934972gQcLXd','1496627cYrERP','getInstance','\x20to\x20inventory.','407lchrSp','map','9VkhsGf','constructor','4643885HqwdZX','values','join','.\x20Item\x20not\x20found.','removeItem','getItem','6TtsTBL','keys','Listed\x20items\x20in\x20inventory:\x20','\x20from\x20inventory.','set','Added\x20item:\x20','apply','527691ZrYkib','46130rAjBdL','Retrieved\x20details\x20for\x20item:\x20','listItems','Checked\x20for\x20item:\x20','getAllItems','logger','.\x20Exists:\x20','has','toString','Failed\x20to\x20retrieve\x20details\x20for\x20item:\x20','Removed\x20item:\x20','getWeight','search','hasItem','Failed\x20to\x20remove\x20item:\x20','get'];a48c=function(){return r;};return a48c();}export class Inventory extends AbstractInventory{[a48i(0xaa)];[a48i(0x9b)];constructor(){const j=a48i;super(),this['items']=new Map(),this[j(0x9b)]=Logger[j(0xaf)]();}['addItem'](a){const k=a48i;this[k(0xaa)][k(0xbf)](a['name'][k(0xa7)](),a),this[k(0x9b)][k(0xa6)](k(0xc0)+a['name']+k(0xb0));}[a48i(0xb9)](a){const l=a48i,b=this[l(0xba)](a);if(b)return this[l(0xaa)]['delete'](a[l(0xa7)]()),this[l(0x9b)]['write'](l(0xa0)+a+l(0xbe)),b;return this['logger'][l(0xa6)](l(0xa4)+a+l(0xb8)),null;}[a48i(0xa3)](a){const m=a48i,b=this['items'][m(0x9d)](a[m(0xa7)]()),c=[...this['items'][m(0xbc)]()];return this[m(0x9b)][m(0xa6)](m(0x99)+a+'\x20in\x20'+c['join'](',\x20')+m(0x9c)+b+'.'),b;}[a48i(0xba)](a){const n=a48i,b=this[n(0xaa)][n(0xa5)](a[n(0xa7)]())||null;return b?this['logger'][n(0xa6)](n(0x97)+a+'.'):this[n(0x9b)][n(0xa6)](n(0x9f)+a+n(0xb8)),b;}[a48i(0x98)](){const o=a48i,a=[...this['items'][o(0xbc)]()],b=a[o(0xb2)](c=>capitalCase(c));return this['logger'][o(0xa6)](o(0xbd)+b[o(0xb7)](',\x20')+'.'),a;}[a48i(0xa1)](){const p=a48i;let a=0x0;for(const b of this[p(0xaa)][p(0xb6)]()){a+=b[p(0xa9)];}return a;}[a48i(0x9a)](){const q=a48i;return[...this[q(0xaa)][q(0xb6)]()];}}
1
+ const a45j=a45d;(function(a,b){const f=a45d,c=a();while(!![]){try{const d=parseInt(f(0xfc))/0x1+-parseInt(f(0x10d))/0x2*(parseInt(f(0x122))/0x3)+parseInt(f(0x11c))/0x4*(parseInt(f(0x112))/0x5)+-parseInt(f(0x102))/0x6*(parseInt(f(0x121))/0x7)+parseInt(f(0x10f))/0x8*(-parseInt(f(0x114))/0x9)+-parseInt(f(0xfe))/0xa+-parseInt(f(0x101))/0xb*(-parseInt(f(0xfb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a45c,0x88bac));const a45b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a45a=a45b(this,function(){const g=a45d;return a45a['toString']()['search']('(((.+)+)+)+$')['toString']()[g(0x11e)](a45a)[g(0x117)]('(((.+)+)+)+$');});a45a();function a45c(){const q=['Checked\x20for\x20item:\x20','162934DUigAr','values','719184Iuaonu','hasItem','\x20to\x20inventory.','92255RwZdxj','.\x20Item\x20not\x20found.','90tyRhqE','Added\x20item:\x20','removeItem','search','set','items','logger','keys','232ogIBRP','weight','constructor','Listed\x20items\x20in\x20inventory:\x20','getAllItems','379862iskHEz','30tEHCBZ','Removed\x20item:\x20','\x20from\x20inventory.','84bBKFJQ','27355IKuwjE','Retrieved\x20details\x20for\x20item:\x20','8636040aYfiQK','getItem','map','4143403OQggTC','66eBImVK','write','get','Failed\x20to\x20remove\x20item:\x20','getInstance','has','toLowerCase','getWeight','Failed\x20to\x20retrieve\x20details\x20for\x20item:\x20','listItems'];a45c=function(){return q;};return a45c();}function a45d(a,b){const c=a45c();return a45d=function(d,e){d=d-0xfa;let f=c[d];return f;},a45d(a,b);}import{capitalCase}from'change-case';import{Logger}from'../utilities/logger.js';import{AbstractInventory}from'../types/abstracts.js';export class Inventory extends AbstractInventory{['items'];['logger'];constructor(){const h=a45d;super(),this[h(0x119)]=new Map(),this[h(0x11a)]=Logger[h(0x106)]();}['addItem'](a){const i=a45d;this['items'][i(0x118)](a['name'][i(0x108)](),a),this[i(0x11a)][i(0x103)](i(0x115)+a['name']+i(0x111));}[a45j(0x116)](a){const k=a45j,b=this[k(0xff)](a);if(b)return this[k(0x119)]['delete'](a['toLowerCase']()),this[k(0x11a)][k(0x103)](k(0x123)+a+k(0xfa)),b;return this['logger'][k(0x103)](k(0x105)+a+k(0x113)),null;}[a45j(0x110)](a){const l=a45j,b=this[l(0x119)][l(0x107)](a[l(0x108)]()),c=[...this[l(0x119)][l(0x11b)]()];return this[l(0x11a)][l(0x103)](l(0x10c)+a+'\x20in\x20'+c['join'](',\x20')+'.\x20Exists:\x20'+b+'.'),b;}[a45j(0xff)](a){const m=a45j,b=this['items'][m(0x104)](a['toLowerCase']())||null;return b?this[m(0x11a)]['write'](m(0xfd)+a+'.'):this[m(0x11a)]['write'](m(0x10a)+a+m(0x113)),b;}[a45j(0x10b)](){const n=a45j,a=[...this[n(0x119)][n(0x11b)]()],b=a[n(0x100)](c=>capitalCase(c));return this[n(0x11a)]['write'](n(0x11f)+b['join'](',\x20')+'.'),a;}[a45j(0x109)](){const o=a45j;let a=0x0;for(const b of this[o(0x119)][o(0x10e)]()){a+=b[o(0x11d)];}return a;}[a45j(0x120)](){const p=a45j;return[...this[p(0x119)]['values']()];}}
@@ -1 +1 @@
1
- function a49c(){var l=['199191BElQIV','10nQcZer','rating','309184wkDNhO','description','30mSZuTR','constructor','texture','apply','toString','605028XzZirX','7TerohO','2AoDhlM','search','name','.\x20Nothing\x20special\x20happens.','587169jGiqbu','weight','shape','6239904WOgCRA','color','95901TrojnP','uuid','You\x20use\x20the\x20','520200zQuUdW','size','category'];a49c=function(){return l;};return a49c();}function a49d(a,b){var c=a49c();return a49d=function(d,e){d=d-0x160;var f=c[d];return f;},a49d(a,b);}var a49i=a49d;(function(a,b){var f=a49d,c=a();while(!![]){try{var d=parseInt(f(0x164))/0x1+parseInt(f(0x176))/0x2*(-parseInt(f(0x16a))/0x3)+-parseInt(f(0x167))/0x4+parseInt(f(0x16b))/0x5*(-parseInt(f(0x174))/0x6)+parseInt(f(0x175))/0x7*(parseInt(f(0x16d))/0x8)+-parseInt(f(0x17a))/0x9*(parseInt(f(0x16f))/0xa)+parseInt(f(0x162))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a49c,0x1a5bf));var a49b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a49d;if(c){var e=c[g(0x172)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a49a=a49b(this,function(){var h=a49d;return a49a[h(0x173)]()[h(0x177)]('(((.+)+)+)+$')[h(0x173)]()[h(0x170)](a49a)[h(0x177)]('(((.+)+)+)+$');});a49a();import{v4 as a49e}from'uuid';import{AbstractItem}from'../types/abstracts.js';export class Item extends AbstractItem{[a49i(0x165)];['name'];['description'];[a49i(0x168)];['category'];[a49i(0x161)];[a49i(0x163)];[a49i(0x171)];[a49i(0x16c)];[a49i(0x160)];constructor(a){var j=a49i;super(),this[j(0x178)]=a[j(0x178)],this[j(0x16e)]=a[j(0x16e)],this['size']=a[j(0x168)],this[j(0x169)]=a[j(0x169)],this[j(0x161)]=a['shape'],this['color']=a[j(0x163)],this[j(0x171)]=a[j(0x171)],this[j(0x16c)]=a['rating'],this[j(0x160)]=a[j(0x160)],this['uuid']=a49e();}['use'](){var k=a49i;return k(0x166)+this[k(0x178)]+k(0x179);}}
1
+ var a46i=a46d;(function(a,b){var f=a46d,c=a();while(!![]){try{var d=-parseInt(f(0xa3))/0x1+parseInt(f(0x8a))/0x2*(-parseInt(f(0x92))/0x3)+-parseInt(f(0x93))/0x4*(-parseInt(f(0x97))/0x5)+parseInt(f(0x96))/0x6*(-parseInt(f(0x88))/0x7)+-parseInt(f(0x8d))/0x8*(parseInt(f(0x8c))/0x9)+-parseInt(f(0x95))/0xa*(-parseInt(f(0xa2))/0xb)+parseInt(f(0x9c))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a46c,0x332d8));var a46b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a46d;if(c){var e=c[g(0x98)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a46a=a46b(this,function(){var h=a46d;return a46a[h(0xa1)]()[h(0x8f)](h(0x9f))['toString']()[h(0xa0)](a46a)[h(0x8f)](h(0x9f));});function a46d(a,b){var c=a46c();return a46d=function(d,e){d=d-0x87;var f=c[d];return f;},a46d(a,b);}function a46c(){var l=['toString','4582732CfsbLN','368643ABmMYy','weight','1853509GIwjru','texture','2HYQIhv','rating','3429126lLKXOh','8dUCSfO','description','search','name','You\x20use\x20the\x20','676011ZxYnAY','502448DiWIVo','color','10AKtxzH','6jYcAhe','10JzTPeV','apply','size','category','shape','9378828UwJIHE','uuid','use','(((.+)+)+)+$','constructor'];a46c=function(){return l;};return a46c();}a46a();import{v4 as a46e}from'uuid';import{AbstractItem}from'../types/abstracts.js';export class Item extends AbstractItem{[a46i(0x9d)];['name'];[a46i(0x8e)];[a46i(0x99)];[a46i(0x9a)];[a46i(0x9b)];[a46i(0x94)];[a46i(0x89)];[a46i(0x8b)];[a46i(0x87)];constructor(a){var j=a46i;super(),this[j(0x90)]=a[j(0x90)],this[j(0x8e)]=a[j(0x8e)],this[j(0x99)]=a['size'],this[j(0x9a)]=a['category'],this['shape']=a['shape'],this[j(0x94)]=a[j(0x94)],this[j(0x89)]=a['texture'],this['rating']=a['rating'],this[j(0x87)]=a[j(0x87)],this[j(0x9d)]=a46e();}[a46i(0x9e)](){var k=a46i;return k(0x91)+this['name']+'.\x20Nothing\x20special\x20happens.';}}
@@ -1 +1 @@
1
- const a50i=a50d;(function(a,b){const f=a50d,c=a();while(!![]){try{const d=parseInt(f(0xe4))/0x1+-parseInt(f(0xf5))/0x2*(parseInt(f(0xe9))/0x3)+parseInt(f(0xeb))/0x4*(parseInt(f(0xf4))/0x5)+-parseInt(f(0xf0))/0x6+parseInt(f(0xed))/0x7*(-parseInt(f(0xea))/0x8)+parseInt(f(0xe8))/0x9*(-parseInt(f(0xe7))/0xa)+parseInt(f(0xe1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a50c,0xf4183));const a50b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a50d;if(c){const e=c[g(0xf1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a50a=a50b(this,function(){const h=a50d;return a50a[h(0xf3)]()[h(0xde)](h(0xf7))[h(0xf3)]()[h(0xf6)](a50a)['search'](h(0xf7));});a50a();import{Player}from'./player.js';function a50d(a,b){const c=a50c();return a50d=function(d,e){d=d-0xde;let f=c[d];return f;},a50d(a,b);}import{GoCommand}from'../commands/go.js';export class NPC extends Player{['_name'];[a50i(0xe2)];[a50i(0xe6)];[a50i(0xe3)];constructor(a,b,c,d){const j=a50i;super(d),this[j(0xdf)]=a,this[j(0xe2)]=b,this[j(0xe6)]=c;}get[a50i(0xee)](){return this['_name'];}[a50i(0xf2)](){const k=a50i;return this[k(0xe2)][Math[k(0xe0)](Math[k(0xec)]()*this[k(0xe2)][k(0xef)])];}['autonomousMove'](a){const l=a50i,b=a[Math[l(0xe0)](Math[l(0xec)]()*a[l(0xef)])];this[l(0xe5)](b[l(0xee)]);}['moveTo'](a){const m=a50i,b={'actor':this,'rooms':this[m(0xe6)],'scene':this[m(0xe3)]},c=new GoCommand(b);c['execute']([a]);}}function a50c(){const n=['(((.+)+)+)+$','search','_name','floor','57017433ebVDdH','_dialogue','scene','443463DRrDwd','moveTo','rooms','70BJvtfi','1102563AyiOHB','83901IOcYrv','1112uHOQIZ','5108ARXlKL','random','55531kAxEPd','name','length','9733950CTwzGH','apply','speak','toString','1495mPjuyM','102Aygkcl','constructor'];a50c=function(){return n;};return a50c();}
1
+ const a47h=a47d;function a47d(a,b){const c=a47c();return a47d=function(d,e){d=d-0x195;let f=c[d];return f;},a47d(a,b);}(function(a,b){const f=a47d,c=a();while(!![]){try{const d=-parseInt(f(0x19c))/0x1*(-parseInt(f(0x1a8))/0x2)+parseInt(f(0x1a0))/0x3*(-parseInt(f(0x1a1))/0x4)+parseInt(f(0x1a5))/0x5+-parseInt(f(0x195))/0x6+parseInt(f(0x1ac))/0x7+-parseInt(f(0x198))/0x8+-parseInt(f(0x1aa))/0x9*(-parseInt(f(0x1a4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a47c,0xdb24a));const a47b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a47a=a47b(this,function(){const g=a47d;return a47a[g(0x199)]()[g(0x1ab)](g(0x1ad))[g(0x199)]()[g(0x196)](a47a)['search'](g(0x1ad));});a47a();function a47c(){const n=['random','rooms','42855QQvtWv','_name','scene','_dialogue','3aWdJqb','3524024KjPlKJ','floor','length','228050qqJSJl','3622600VaZGcg','execute','moveTo','64vvJYBm','autonomousMove','36lncVoR','search','8775704WYpNrf','(((.+)+)+)+$','name','9910752RqKKRV','constructor','speak','82912sUBrBl','toString'];a47c=function(){return n;};return a47c();}import{Player}from'./player.js';import{GoCommand}from'../commands/go.js';export class NPC extends Player{[a47h(0x19d)];['_dialogue'];[a47h(0x19b)];[a47h(0x19e)];constructor(a,b,c,d){const i=a47h;super(d),this['_name']=a,this[i(0x19f)]=b,this[i(0x19b)]=c;}get[a47h(0x1ae)](){const j=a47h;return this[j(0x19d)];}[a47h(0x197)](){const k=a47h;return this[k(0x19f)][Math[k(0x1a2)](Math[k(0x19a)]()*this[k(0x19f)][k(0x1a3)])];}[a47h(0x1a9)](a){const l=a47h,b=a[Math['floor'](Math[l(0x19a)]()*a[l(0x1a3)])];this['moveTo'](b[l(0x1ae)]);}[a47h(0x1a7)](a){const m=a47h,b={'actor':this,'rooms':this[m(0x19b)],'scene':this[m(0x19e)]},c=new GoCommand(b);c[m(0x1a6)]([a]);}}
@@ -1 +1 @@
1
- const a51h=a51d;(function(a,b){const f=a51d,c=a();while(!![]){try{const d=-parseInt(f(0xe7))/0x1+parseInt(f(0xe2))/0x2*(-parseInt(f(0x12d))/0x3)+-parseInt(f(0xf3))/0x4*(-parseInt(f(0x11b))/0x5)+-parseInt(f(0xe6))/0x6*(parseInt(f(0xfa))/0x7)+parseInt(f(0x102))/0x8*(parseInt(f(0x136))/0x9)+parseInt(f(0xfd))/0xa+parseInt(f(0xee))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0x2634e));const a51b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a51a=a51b(this,function(){const g=a51d;return a51a['toString']()[g(0xfb)](g(0x110))[g(0x106)]()[g(0x127)](a51a)[g(0xfb)](g(0x110));});function a51d(a,b){const c=a51c();return a51d=function(d,e){d=d-0xdf;let f=c[d];return f;},a51d(a,b);}a51a();import{camelCase}from'change-case';import{Category}from'../types/enums.js';import{Logger}from'../utilities/logger.js';import{Room}from'./room.js';import{Inventory}from'./inventory.js';function a51c(){const A=['getInstance','\x20is\x20no\x20longer\x20listeng\x20in\x20','initialEquipment','Hat','2503314yvLleT','Invalid\x20category\x20or\x20slot:\x20','hasItem','head','unequipBySlot','4WFWEXo','legarmor','arms','You\x20don\x27t\x20have\x20','bodyarmor','Removed\x20','\x20is\x20now\x20listening\x20in\x20room\x20','1834FtUvuN','search','You\x20don\x27t\x20have\x20anything\x20equipped\x20in\x20the\x20','1432690hxtPLU','Boots','arm\x20armor','body\x20armor','Max\x20carrying\x20weight\x20must\x20be\x20positive.','16iYCOLB','removeItem','determineEquipmentSlot','category','toString','_playerName','Failed\x20to\x20add\x20item\x20to\x20inventory\x20due\x20to\x20weight\x20limits.','inventory','feet','\x20in\x20your\x20inventory.','LegArmor','inventoryItems','log','boots','(((.+)+)+)+$','leaveRoom','\x20from\x20player\x27s\x20inventory.','Weapon','_inventory','unequip','Nexus','weapon','Failed\x20to\x20remove\x20','equipment','You\x20equipped\x20','381265XtRKYa','hear','_equipment','getWeight','leftHand','_currentLocation','You\x20can\x27t\x20equip\x20','bind','ArmArmor','You\x20unequipped\x20','_maxCarryingWeight','BodyArmor','constructor','addItem','weight','\x20slot.','enterRoom','shield','311367beSPAm','addInventory','off','maxCarryingWeight','armarmor','\x20to\x20player\x27s\x20inventory.','name','currentLocation','includes','517446dgecFn','write','toLowerCase','rightHand','gloves','canEquip','torso','removeInventory','speak','playerName','legs','6GXOYlC','\x20doesn\x27t\x20fit\x20any\x20known\x20equipment\x20slot.','A\x20featureless\x20room','values','426EjEgcN','75621aFGaMM','logger','equip'];a51c=function(){return A;};return a51c();}import{AbstractPlayer}from'../types/abstracts.js';export class Player extends AbstractPlayer{[a51h(0x107)];[a51h(0x120)];[a51h(0x114)];[a51h(0x11d)];[a51h(0x125)]=0x32;[a51h(0xe8)];constructor(a){const i=a51h;super(),this[i(0x107)]=a[i(0xe0)],this['_currentLocation']=a['startLocation']||new Room({'name':i(0x116),'description':i(0xe4)}),this[i(0x114)]=new Inventory(),this[i(0xe8)]=Logger[i(0xea)]();if(a?.[i(0x10d)])for(const b of a[i(0x10d)]){this[i(0x114)][i(0x128)](b);}this[i(0x11d)]=a?.[i(0xec)]||{'head':null,'torso':null,'legs':null,'feet':null,'arms':null,'gloves':null,'leftHand':null,'rightHand':null};}get[a51h(0x133)](){const j=a51h;return this[j(0x107)];}get['currentLocation'](){const k=a51h;return this[k(0x120)];}set[a51h(0x134)](a){const l=a51h;this[l(0x120)]!==a&&(this['leaveRoom'](),this[l(0x12b)](a)),this['_currentLocation']=a;}get[a51h(0x109)](){const m=a51h;return this[m(0x114)];}get[a51h(0x119)](){return this['_equipment'];}set['equipment'](a){const n=a51h;this[n(0x11d)]=a;}get['maxCarryingWeight'](){return this['_maxCarryingWeight'];}set[a51h(0x130)](a){const o=a51h;a>0x0?this[o(0x125)]=a:console['error'](o(0x101));}get['currentWeight'](){const p=a51h;let a=this['_inventory'][p(0x11e)]();for(const b in this[p(0x11d)]){const c=this['_equipment'][b];c&&(a+=c['weight']);}return a;}[a51h(0x12e)](a){const q=a51h;if(this['currentWeight']+a[q(0x129)]>this[q(0x130)]){this[q(0xe8)][q(0x137)](q(0x108));throw new Error('The\x20item\x20is\x20too\x20heavy\x20to\x20add\x20to\x20your\x20inventory.');}this['_inventory'][q(0x128)](a),this[q(0xe8)][q(0x137)]('Added\x20'+a[q(0x133)]+q(0x132));}[a51h(0x13d)](a){const r=a51h;if(this['_inventory'][r(0x103)](a[r(0x133)]))return this[r(0xe8)][r(0x137)](r(0xf8)+a[r(0x133)]+r(0x112)),!![];return this[r(0xe8)][r(0x137)](r(0x118)+a[r(0x133)]+r(0x112)),![];}[a51h(0xe9)](a){const s=a51h;if(!this[s(0x114)][s(0xf0)](a['name']))return s(0xf6)+a['name']+s(0x10b);if(!this[s(0x13b)](a))return s(0x121)+a[s(0x133)]+'.';const b=this[s(0x104)](a['category']);if(!b)return a[s(0x133)]+s(0xe3);if(this['equipment'][b])return'You\x20are\x20already\x20wearing\x20something\x20on\x20your\x20'+b+'.\x20You\x20must\x20unequip\x20it\x20first.';return this[s(0x119)][b]=a,this[s(0x13d)](a),s(0x11a)+a[s(0x133)]+'.';}[a51h(0x115)](a){const t=a51h;let b=a;if(!this[t(0x119)][camelCase(b)]){b=this[t(0x104)](a);if(!b)return t(0xef)+a+'.';}return this[t(0xf2)](b);}['determineEquipmentSlot'](a){const u=a51h;switch(a[u(0x138)]()){case Category[u(0x113)][u(0x138)]():return u(0x139);case Category['Shield'][u(0x138)]():return u(0x11f);case Category['Gloves'][u(0x138)]():return u(0x13a);case Category['Helmet'][u(0x138)]():case Category[u(0xed)][u(0x138)]():return'head';case Category[u(0xfe)][u(0x138)]():return u(0x10a);case Category[u(0x10c)][u(0x138)]():return u(0xe1);case Category[u(0x123)]['toLowerCase']():return u(0xf5);case Category[u(0x126)][u(0x138)]():return u(0x13c);case u(0x117):return'rightHand';case u(0x12c):return'leftHand';case u(0x13a):return u(0x13a);case'helmet':case'hat':return u(0xf1);case u(0x10f):return u(0x10a);case'leg\x20armor':case u(0xf4):return u(0xe1);case u(0xff):case u(0x131):return u(0xf5);case u(0x100):case u(0xf7):case u(0x13c):return u(0x13c);default:return null;}}[a51h(0x13b)](a){const v=a51h;return Object[v(0xe5)](Category)[v(0x135)](a[v(0x105)]);}[a51h(0xf2)](a){const w=a51h,b=this['equipment'][a];if(!b)return w(0xfc)+a+w(0x12a);return this[w(0x12e)](b),this['equipment'][a]=null,w(0x124)+b[w(0x133)]+'.';}[a51h(0x11c)](a,b){const x=a51h;a!==this&&this[x(0xe8)][x(0x10e)](a[x(0x133)]+'\x20says:\x20\x22'+b+'\x22');}[a51h(0x12b)](a){const y=a51h;this[y(0x120)]=a,a['on']('speak',this[y(0x11c)][y(0x122)](this)),this['logger'][y(0x137)](this[y(0x133)]+y(0xf9)+a[y(0x133)]);}[a51h(0x111)](){const z=a51h;this[z(0x120)]&&(this[z(0x120)][z(0x12f)](z(0xdf),this['hear'][z(0x122)](this)),this['logger']['write'](this[z(0x133)]+z(0xeb)+this['_currentLocation'][z(0x133)]));}}
1
+ const a48i=a48d;(function(a,b){const f=a48d,c=a();while(!![]){try{const d=-parseInt(f(0xec))/0x1+parseInt(f(0x10e))/0x2*(-parseInt(f(0x108))/0x3)+-parseInt(f(0x105))/0x4*(parseInt(f(0x106))/0x5)+-parseInt(f(0x12f))/0x6+parseInt(f(0x10a))/0x7*(parseInt(f(0x109))/0x8)+parseInt(f(0x113))/0x9+parseInt(f(0x123))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a48c,0xceef0));function a48d(a,b){const c=a48c();return a48d=function(d,e){d=d-0xdf;let f=c[d];return f;},a48d(a,b);}const a48b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a48d;if(c){const e=c[g(0xe5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a48a=a48b(this,function(){const h=a48d;return a48a[h(0x107)]()[h(0x111)](h(0xf0))[h(0x107)]()[h(0x11e)](a48a)[h(0x111)]('(((.+)+)+)+$');});a48a();function a48c(){const B=['speak','BodyArmor','getInstance','1445571sqvpSt','helmet','error','\x20says:\x20\x22','(((.+)+)+)+$','You\x20are\x20already\x20wearing\x20something\x20on\x20your\x20','unequipBySlot','legarmor','shield','\x20is\x20no\x20longer\x20listeng\x20in\x20','off','head','LegArmor','currentLocation','playerName','toLowerCase','Helmet','values','leg\x20armor','equipment','startLocation','bind','torso','\x20from\x20player\x27s\x20inventory.','determineEquipmentSlot','577032arBBfE','55stPxGP','toString','2019WkELfj','584fpujvx','93289BPQXSY','inventoryItems','removeItem','leaveRoom','1962TMSSwp','_inventory','equip','search','You\x20don\x27t\x20have\x20anything\x20equipped\x20in\x20the\x20','2866482KcegUt','addItem','You\x20equipped\x20','name','hear','_playerName','initialEquipment','logger','leftHand','body\x20armor','arms','constructor','gloves','hasItem','\x20slot.','.\x20You\x20must\x20unequip\x20it\x20first.','35483010drwMCB','_maxCarryingWeight','armarmor','enterRoom','You\x20can\x27t\x20equip\x20','Invalid\x20category\x20or\x20slot:\x20','_equipment','The\x20item\x20is\x20too\x20heavy\x20to\x20add\x20to\x20your\x20inventory.','Failed\x20to\x20remove\x20','maxCarryingWeight','inventory','Hat','1796688TwVUHG','arm\x20armor','weapon','includes','\x20is\x20now\x20listening\x20in\x20room\x20','Boots','write','bodyarmor','Max\x20carrying\x20weight\x20must\x20be\x20positive.','canEquip','Failed\x20to\x20add\x20item\x20to\x20inventory\x20due\x20to\x20weight\x20limits.','addInventory','Weapon','_currentLocation','weight','feet','getWeight','You\x20unequipped\x20','unequip','rightHand','category','hat','removeInventory','Shield','apply','legs','currentWeight','Nexus'];a48c=function(){return B;};return a48c();}import{camelCase}from'change-case';import{Category}from'../types/enums.js';import{Logger}from'../utilities/logger.js';import{Room}from'./room.js';import{Inventory}from'./inventory.js';import{AbstractPlayer}from'../types/abstracts.js';export class Player extends AbstractPlayer{[a48i(0x118)];[a48i(0x13c)];['_inventory'];[a48i(0x129)];['_maxCarryingWeight']=0x32;[a48i(0x11a)];constructor(a){const j=a48i;super(),this['_playerName']=a[j(0xfa)],this['_currentLocation']=a[j(0x100)]||new Room({'name':j(0xe8),'description':'A\x20featureless\x20room'}),this[j(0x10f)]=new Inventory(),this[j(0x11a)]=Logger[j(0xeb)]();if(a?.[j(0x10b)])for(const b of a[j(0x10b)]){this['_inventory'][j(0x114)](b);}this[j(0x129)]=a?.[j(0x119)]||{'head':null,'torso':null,'legs':null,'feet':null,'arms':null,'gloves':null,'leftHand':null,'rightHand':null};}get[a48i(0x116)](){const k=a48i;return this[k(0x118)];}get[a48i(0xf9)](){return this['_currentLocation'];}set['currentLocation'](a){const l=a48i;this['_currentLocation']!==a&&(this['leaveRoom'](),this[l(0x126)](a)),this[l(0x13c)]=a;}get[a48i(0x12d)](){return this['_inventory'];}get[a48i(0xff)](){const m=a48i;return this[m(0x129)];}set['equipment'](a){const n=a48i;this[n(0x129)]=a;}get[a48i(0x12c)](){const o=a48i;return this[o(0x124)];}set[a48i(0x12c)](a){const p=a48i;a>0x0?this[p(0x124)]=a:console[p(0xee)](p(0x137));}get[a48i(0xe7)](){const q=a48i;let a=this[q(0x10f)][q(0x13f)]();for(const b in this['_equipment']){const c=this['_equipment'][b];c&&(a+=c[q(0x13d)]);}return a;}[a48i(0x13a)](a){const r=a48i;if(this[r(0xe7)]+a['weight']>this[r(0x12c)]){this['logger'][r(0x135)](r(0x139));throw new Error(r(0x12a));}this['_inventory']['addItem'](a),this[r(0x11a)][r(0x135)]('Added\x20'+a[r(0x116)]+'\x20to\x20player\x27s\x20inventory.');}[a48i(0xe3)](a){const s=a48i;if(this[s(0x10f)][s(0x10c)](a['name']))return this[s(0x11a)][s(0x135)]('Removed\x20'+a[s(0x116)]+s(0x103)),!![];return this[s(0x11a)][s(0x135)](s(0x12b)+a[s(0x116)]+s(0x103)),![];}[a48i(0x110)](a){const t=a48i;if(!this[t(0x10f)][t(0x120)](a['name']))return'You\x20don\x27t\x20have\x20'+a['name']+'\x20in\x20your\x20inventory.';if(!this[t(0x138)](a))return t(0x127)+a['name']+'.';const b=this[t(0x104)](a[t(0xe1)]);if(!b)return a[t(0x116)]+'\x20doesn\x27t\x20fit\x20any\x20known\x20equipment\x20slot.';if(this[t(0xff)][b])return t(0xf1)+b+t(0x122);return this['equipment'][b]=a,this[t(0xe3)](a),t(0x115)+a['name']+'.';}[a48i(0xdf)](a){const u=a48i;let b=a;if(!this[u(0xff)][camelCase(b)]){b=this[u(0x104)](a);if(!b)return u(0x128)+a+'.';}return this[u(0xf2)](b);}[a48i(0x104)](a){const v=a48i;switch(a[v(0xfb)]()){case Category[v(0x13b)][v(0xfb)]():return'rightHand';case Category[v(0xe4)][v(0xfb)]():return'leftHand';case Category['Gloves']['toLowerCase']():return v(0x11f);case Category[v(0xfc)][v(0xfb)]():case Category[v(0x12e)][v(0xfb)]():return v(0xf7);case Category[v(0x134)][v(0xfb)]():return v(0x13e);case Category[v(0xf8)]['toLowerCase']():return v(0xe6);case Category['ArmArmor'][v(0xfb)]():return'arms';case Category[v(0xea)][v(0xfb)]():return v(0x102);case v(0x131):return v(0xe0);case v(0xf4):return v(0x11b);case v(0x11f):return v(0x11f);case v(0xed):case v(0xe2):return v(0xf7);case'boots':return'feet';case v(0xfe):case v(0xf3):return v(0xe6);case v(0x130):case v(0x125):return v(0x11d);case v(0x11c):case v(0x136):case v(0x102):return v(0x102);default:return null;}}['canEquip'](a){const w=a48i;return Object[w(0xfd)](Category)[w(0x132)](a[w(0xe1)]);}['unequipBySlot'](a){const x=a48i,b=this[x(0xff)][a];if(!b)return x(0x112)+a+x(0x121);return this['addInventory'](b),this[x(0xff)][a]=null,x(0x140)+b['name']+'.';}['hear'](a,b){const y=a48i;a!==this&&this[y(0x11a)]['log'](a[y(0x116)]+y(0xef)+b+'\x22');}[a48i(0x126)](a){const z=a48i;this[z(0x13c)]=a,a['on'](z(0xe9),this['hear'][z(0x101)](this)),this[z(0x11a)][z(0x135)](this[z(0x116)]+z(0x133)+a['name']);}[a48i(0x10d)](){const A=a48i;this[A(0x13c)]&&(this['_currentLocation'][A(0xf6)]('speak',this[A(0x117)][A(0x101)](this)),this[A(0x11a)][A(0x135)](this[A(0x116)]+A(0xf5)+this[A(0x13c)]['name']));}}
@@ -1 +1 @@
1
- var a52i=a52d;(function(a,b){var f=a52d,c=a();while(!![]){try{var d=parseInt(f(0x14d))/0x1*(-parseInt(f(0x141))/0x2)+parseInt(f(0x144))/0x3+parseInt(f(0x12e))/0x4*(parseInt(f(0x13a))/0x5)+parseInt(f(0x14c))/0x6*(parseInt(f(0x136))/0x7)+-parseInt(f(0x13e))/0x8+parseInt(f(0x13c))/0x9*(parseInt(f(0x135))/0xa)+-parseInt(f(0x146))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0xb33e4));var a52b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a52d;if(c){var e=c[g(0x138)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a52a=a52b(this,function(){var h=a52d;return a52a[h(0x13f)]()[h(0x14a)](h(0x134))['toString']()[h(0x148)](a52a)['search'](h(0x134));});a52a();function a52d(a,b){var c=a52c();return a52d=function(d,e){d=d-0x12e;var f=c[d];return f;},a52d(a,b);}function a52c(){var n=['You\x20don\x27t\x20have\x20the\x20necessary\x20item\x20or\x20the\x20correct\x20phrase\x20to\x20solve\x20the\x20puzzle.','getInstance','solve','solved','riddle','(((.+)+)+)+$','7310peoGyQ','77mBfwbs','successMessage','apply','failureMessage','15llxjVV','requiredItem','864sllomh','Puzzle:\x20Attempted\x20to\x20solve\x20an\x20already\x20solved\x20puzzle.','1896616HSgbsN','toString','You\x20have\x20already\x20solved\x20this\x20puzzle.','2hhzNHx','hasItem','You\x20solved\x20the\x20puzzle!','3750861WASdEC','write','16846797MbAKTJ','Puzzle:\x20Necessary\x20item\x20or\x20correct\x20phrase\x20not\x20provided.','constructor','Puzzle:\x20Correct\x20solution\x20provided.','search','matchesRequiredPhrase','472914JukXyd','246021IeKHZi','rewardItem','logger','requiredPhrase','748444kqbcyI'];a52c=function(){return n;};return a52c();}import{Logger}from'../utilities/logger.js';import{AbstractPuzzle}from'../types/abstracts.js';export class Puzzle extends AbstractPuzzle{[a52i(0x14f)]=Logger[a52i(0x130)]();[a52i(0x132)]=![];[a52i(0x13b)];[a52i(0x150)];[a52i(0x133)];['rewardItem'];['successMessage'];['failureMessage'];constructor(a){var j=a52i;super(),this[j(0x13b)]=a[j(0x13b)],this[j(0x150)]=a['requiredPhrase'],this[j(0x133)]=a[j(0x133)],this[j(0x14e)]=a[j(0x14e)],this['successMessage']=a[j(0x137)]||j(0x143),this[j(0x139)]=a[j(0x139)]||j(0x12f);}['hasRequiredItem'](a){var k=a52i;if(this[k(0x13b)])return a[k(0x142)](this[k(0x13b)]);return![];}[a52i(0x14b)](a){var l=a52i;return this[l(0x150)]===a;}[a52i(0x131)](a,b){var m=a52i;if(this['solved'])return this[m(0x14f)][m(0x145)](m(0x13d)),{'success':![],'message':m(0x140)};return this['hasRequiredItem'](b)||this[m(0x14b)](a)?(this[m(0x132)]=!![],this['logger'][m(0x145)](m(0x149)),{'success':!![],'message':this[m(0x137)]}):(this[m(0x14f)]['write'](m(0x147)),{'success':![],'message':this[m(0x139)]});}}
1
+ var a49i=a49d;function a49c(){var n=['30cVdWSM','27461ZxZedJ','riddle','87309eBzfFV','(((.+)+)+)+$','You\x20have\x20already\x20solved\x20this\x20puzzle.','failureMessage','You\x20don\x27t\x20have\x20the\x20necessary\x20item\x20or\x20the\x20correct\x20phrase\x20to\x20solve\x20the\x20puzzle.','constructor','solve','apply','successMessage','Puzzle:\x20Correct\x20solution\x20provided.','requiredItem','13499oHJHuH','solved','15Odazny','145630yRvxXz','requiredPhrase','434284ynEbju','write','Puzzle:\x20Necessary\x20item\x20or\x20correct\x20phrase\x20not\x20provided.','hasItem','150jBJFXe','logger','861921zrSfiC','hasRequiredItem','rewardItem','matchesRequiredPhrase','search','Puzzle:\x20Attempted\x20to\x20solve\x20an\x20already\x20solved\x20puzzle.','505392GIgZqL'];a49c=function(){return n;};return a49c();}(function(a,b){var f=a49d,c=a();while(!![]){try{var d=parseInt(f(0xb0))/0x1+parseInt(f(0xb3))/0x2+parseInt(f(0xbb))/0x3+parseInt(f(0xb5))/0x4*(-parseInt(f(0xb2))/0x5)+parseInt(f(0xb9))/0x6*(parseInt(f(0xc3))/0x7)+parseInt(f(0xc1))/0x8+-parseInt(f(0xc5))/0x9*(-parseInt(f(0xc2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a49c,0x3a2b4));function a49d(a,b){var c=a49c();return a49d=function(d,e){d=d-0xaa;var f=c[d];return f;},a49d(a,b);}var a49b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a49d;if(c){var e=c[g(0xac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a49a=a49b(this,function(){var h=a49d;return a49a['toString']()[h(0xbf)](h(0xc6))['toString']()[h(0xaa)](a49a)[h(0xbf)]('(((.+)+)+)+$');});a49a();import{Logger}from'../utilities/logger.js';import{AbstractPuzzle}from'../types/abstracts.js';export class Puzzle extends AbstractPuzzle{[a49i(0xba)]=Logger['getInstance']();[a49i(0xb1)]=![];[a49i(0xaf)];['requiredPhrase'];[a49i(0xc4)];[a49i(0xbd)];['successMessage'];['failureMessage'];constructor(a){var j=a49i;super(),this['requiredItem']=a['requiredItem'],this['requiredPhrase']=a[j(0xb4)],this[j(0xc4)]=a[j(0xc4)],this[j(0xbd)]=a[j(0xbd)],this[j(0xad)]=a[j(0xad)]||'You\x20solved\x20the\x20puzzle!',this[j(0xc8)]=a['failureMessage']||j(0xc9);}['hasRequiredItem'](a){var k=a49i;if(this[k(0xaf)])return a[k(0xb8)](this['requiredItem']);return![];}[a49i(0xbe)](a){var l=a49i;return this[l(0xb4)]===a;}[a49i(0xab)](a,b){var m=a49i;if(this[m(0xb1)])return this[m(0xba)]['write'](m(0xc0)),{'success':![],'message':m(0xc7)};return this[m(0xbc)](b)||this[m(0xbe)](a)?(this['solved']=!![],this['logger'][m(0xb6)](m(0xae)),{'success':!![],'message':this[m(0xad)]}):(this[m(0xba)][m(0xb6)](m(0xb7)),{'success':![],'message':this[m(0xc8)]});}}
@@ -1 +1 @@
1
- const a53i=a53d;function a53d(a,b){const c=a53c();return a53d=function(d,e){d=d-0x100;let f=c[d];return f;},a53d(a,b);}(function(a,b){const f=a53d,c=a();while(!![]){try{const d=-parseInt(f(0x113))/0x1*(parseInt(f(0x12d))/0x2)+-parseInt(f(0x129))/0x3+-parseInt(f(0x120))/0x4*(parseInt(f(0x10d))/0x5)+parseInt(f(0x139))/0x6*(parseInt(f(0x108))/0x7)+-parseInt(f(0x104))/0x8+parseInt(f(0x131))/0x9+parseInt(f(0x12b))/0xa*(parseInt(f(0x10a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0xda9a0));const a53b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a53d;if(c){const e=c[g(0x137)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){const h=a53d;return a53a[h(0x111)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a53a)[h(0x100)](h(0x109));});a53a();import{Logger}from'../utilities/logger.js';import{RoomType,Direction}from'../types/enums.js';import{Door}from'./door.js';import{Inventory}from'./inventory.js';function a53c(){const u=['getExit','getInstance','findExistingDoor','south','475612JWxERR','The\x20','No\x20locked\x20exit\x20found\x20in\x20direction\x20','DOWN','roomType','north','name','Invalid\x20direction:\x20','NORTH','4628196NSNuVZ','Item\x20added\x20to\x20room\x20','50DkAIKK','riddle','46020athYNR','write','hasItem','puzzle','11691144JZbCgs','removeItem','logger','isExitLocked','emit','Attempted\x20to\x20unlock\x20exit\x20in\x20direction\x20','apply','west','36wFeuoV','get','WEST','addItem','Attempted\x20to\x20remove\x20item\x20that\x27s\x20not\x20in\x20room\x20','isStartRoom','speak','east','SOUTH','search','exits','values','setPuzzle','3570552PYqlFI','say','down','\x20is\x20locked.\x20Result:\x20','1626877AZtYvE','(((.+)+)+)+$','5136912mCMBMZ','set','.\x20Success:\x20','65updjhC','Room\x20created:\x20','Fetching\x20exit\x20in\x20direction:\x20','inventory','toString','Item\x20removed\x20from\x20room\x20','26vujCWF','Checking\x20if\x20exit\x20in\x20direction\x20','\x20unlocked!','roomA','getOppositeDirection','There\x27s\x20no\x20locked\x20exit\x20in\x20that\x20direction.','EAST','attemptUnlockExit','attemptUnlock'];a53c=function(){return u;};return a53c();}import{AbstractRoom}from'../types/abstracts.js';export class Room extends AbstractRoom{[a53i(0x133)]=Logger[a53i(0x11d)]();[a53i(0x126)];['description'];[a53i(0x101)]=new Map();[a53i(0x124)];[a53i(0x13e)];[a53i(0x110)]=new Inventory();constructor(a){const j=a53i;super(),this[j(0x126)]=a[j(0x126)],this['description']=a['description'],this['roomType']=a[j(0x124)]||RoomType['INSIDE'],a[j(0x101)]&&(this[j(0x101)]=a[j(0x101)]||new Map()),a[j(0x110)]&&(this[j(0x110)]=a[j(0x110)]),a[j(0x130)]&&(this['puzzle']=a[j(0x130)]),this[j(0x13e)]=a[j(0x13e)]||![],this[j(0x133)]['write'](j(0x10e)+this[j(0x126)]);}[a53i(0x105)](a,b){const k=a53i;this[k(0x135)](k(0x13f),a,b);}['addExit'](a,b,c){const l=a53i;let d=this[l(0x11e)](b);!d&&(d=new Door({'roomA':this,'roomB':b,'isLocked':Boolean(c),'unlockItemOrSolution':c})),this['exits'][l(0x10b)](a,d),b[l(0x101)][l(0x10b)](this[l(0x117)](a),d);}[a53i(0x11a)](a,b){const m=a53i,c=this['exits'][m(0x13a)](a);if(c instanceof Door){const d=c[m(0x11b)](b);return this['logger'][m(0x12e)](m(0x136)+a+m(0x10c)+d),d?'The\x20'+c[m(0x126)]+m(0x115):m(0x121)+c['name']+'\x20remains\x20locked.';}return this['logger'][m(0x12e)](m(0x122)+a),m(0x118);}[a53i(0x11c)](a){const n=a53i;return this[n(0x133)][n(0x12e)](n(0x10f)+a),this[n(0x101)][n(0x13a)](a);}[a53i(0x134)](a){const o=a53i,b=this[o(0x101)][o(0x13a)](a),c=b instanceof Door&&b['checkIfLocked']();return this[o(0x133)][o(0x12e)](o(0x114)+a+o(0x107)+c),c;}[a53i(0x13c)](a){const p=a53i;this[p(0x110)][p(0x13c)](a),this[p(0x133)][p(0x12e)](p(0x12a)+this[p(0x126)]+':\x20'+a['name']);}[a53i(0x132)](a){const q=a53i;this[q(0x110)][q(0x12f)](a['name'])?(this[q(0x110)][q(0x132)](a['name']),this[q(0x133)][q(0x12e)](q(0x112)+this['name']+':\x20'+a['name'])):this[q(0x133)][q(0x12e)](q(0x13d)+this[q(0x126)]+':\x20'+a['name']);}[a53i(0x103)](a){const r=a53i;this[r(0x130)]=a,this[r(0x133)][r(0x12e)]('Puzzle\x20set\x20for\x20room\x20'+this[r(0x126)]+':\x20'+a[r(0x12c)]);}[a53i(0x117)](a){const s=a53i;switch(a){case s(0x125):return Direction[s(0x141)];case s(0x11f):return Direction[s(0x128)];case s(0x140):return Direction[s(0x13b)];case s(0x138):return Direction[s(0x119)];case'up':return Direction[s(0x123)];case s(0x106):return Direction['UP'];default:throw new Error(s(0x127)+a);}}['findExistingDoor'](a){const t=a53i;for(const b of this[t(0x101)][t(0x102)]()){if(b instanceof Door){if(b[t(0x116)]===this&&b['roomB']===a||b['roomB']===this&&b[t(0x116)]===a)return b;}}return undefined;}}
1
+ const a50i=a50d;function a50c(){const t=['attemptUnlockExit','get','NORTH','Checking\x20if\x20exit\x20in\x20direction\x20','description','The\x20','Puzzle\x20set\x20for\x20room\x20','isStartRoom','Room\x20created:\x20','roomType','roomB','\x20remains\x20locked.','puzzle','write','north','toString','search','3126429DMOXNB','Attempted\x20to\x20remove\x20item\x20that\x27s\x20not\x20in\x20room\x20','DOWN','addExit','Item\x20added\x20to\x20room\x20','1807452noqRMd','down','Attempted\x20to\x20unlock\x20exit\x20in\x20direction\x20','(((.+)+)+)+$','\x20is\x20locked.\x20Result:\x20','Item\x20removed\x20from\x20room\x20','235rgtxbl','say','roomA','There\x27s\x20no\x20locked\x20exit\x20in\x20that\x20direction.','59466ObcOoP','SOUTH','2019627cJPWBV','getOppositeDirection','name','values','222162mlHgRG','8eRndzu','.\x20Success:\x20','west','findExistingDoor','11eslLpZ','riddle','\x20unlocked!','logger','inventory','WEST','apply','20xEYiGm','set','4ZhfxOE','removeItem','INSIDE','No\x20locked\x20exit\x20found\x20in\x20direction\x20','2879268uDdpmi','12357660hntTSm','getInstance','exits','getExit','isExitLocked','checkIfLocked'];a50c=function(){return t;};return a50c();}(function(a,b){const f=a50d,c=a();while(!![]){try{const d=-parseInt(f(0xaf))/0x1+parseInt(f(0x9f))/0x2+-parseInt(f(0xab))/0x3*(parseInt(f(0xbd))/0x4)+parseInt(f(0xa5))/0x5*(parseInt(f(0xa9))/0x6)+parseInt(f(0xc1))/0x7*(parseInt(f(0xb0))/0x8)+-parseInt(f(0x9a))/0x9*(-parseInt(f(0xbb))/0xa)+-parseInt(f(0xb4))/0xb*(parseInt(f(0xc2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a50c,0x86635));const a50b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a50d;if(c){const e=c[g(0xba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a50a=a50b(this,function(){const h=a50d;return a50a[h(0xd7)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a50a)[h(0x99)](h(0xa2));});a50a();import{Logger}from'../utilities/logger.js';import{RoomType,Direction}from'../types/enums.js';import{Door}from'./door.js';import{Inventory}from'./inventory.js';function a50d(a,b){const c=a50c();return a50d=function(d,e){d=d-0x99;let f=c[d];return f;},a50d(a,b);}import{AbstractRoom}from'../types/abstracts.js';export class Room extends AbstractRoom{[a50i(0xb7)]=Logger[a50i(0xc3)]();[a50i(0xad)];[a50i(0xcc)];[a50i(0xc4)]=new Map();[a50i(0xd1)];[a50i(0xcf)];[a50i(0xb8)]=new Inventory();constructor(a){const j=a50i;super(),this['name']=a[j(0xad)],this['description']=a[j(0xcc)],this['roomType']=a[j(0xd1)]||RoomType[j(0xbf)],a['exits']&&(this['exits']=a[j(0xc4)]||new Map()),a[j(0xb8)]&&(this[j(0xb8)]=a[j(0xb8)]),a['puzzle']&&(this[j(0xd4)]=a[j(0xd4)]),this[j(0xcf)]=a[j(0xcf)]||![],this[j(0xb7)][j(0xd5)](j(0xd0)+this['name']);}[a50i(0xa6)](a,b){this['emit']('speak',a,b);}[a50i(0x9d)](a,b,c){const k=a50i;let d=this[k(0xb3)](b);!d&&(d=new Door({'roomA':this,'roomB':b,'isLocked':Boolean(c),'unlockItemOrSolution':c})),this[k(0xc4)][k(0xbc)](a,d),b[k(0xc4)][k(0xbc)](this[k(0xac)](a),d);}[a50i(0xc8)](a,b){const l=a50i,c=this[l(0xc4)][l(0xc9)](a);if(c instanceof Door){const d=c['attemptUnlock'](b);return this[l(0xb7)][l(0xd5)](l(0xa1)+a+l(0xb1)+d),d?l(0xcd)+c[l(0xad)]+l(0xb6):l(0xcd)+c[l(0xad)]+l(0xd3);}return this[l(0xb7)]['write'](l(0xc0)+a),l(0xa8);}[a50i(0xc5)](a){const m=a50i;return this[m(0xb7)]['write']('Fetching\x20exit\x20in\x20direction:\x20'+a),this['exits']['get'](a);}[a50i(0xc6)](a){const n=a50i,b=this[n(0xc4)]['get'](a),c=b instanceof Door&&b[n(0xc7)]();return this[n(0xb7)][n(0xd5)](n(0xcb)+a+n(0xa3)+c),c;}['addItem'](a){const o=a50i;this[o(0xb8)]['addItem'](a),this['logger'][o(0xd5)](o(0x9e)+this['name']+':\x20'+a['name']);}[a50i(0xbe)](a){const p=a50i;this[p(0xb8)]['hasItem'](a[p(0xad)])?(this[p(0xb8)][p(0xbe)](a[p(0xad)]),this[p(0xb7)][p(0xd5)](p(0xa4)+this[p(0xad)]+':\x20'+a['name'])):this['logger']['write'](p(0x9b)+this[p(0xad)]+':\x20'+a[p(0xad)]);}['setPuzzle'](a){const q=a50i;this[q(0xd4)]=a,this[q(0xb7)]['write'](q(0xce)+this[q(0xad)]+':\x20'+a[q(0xb5)]);}['getOppositeDirection'](a){const r=a50i;switch(a){case r(0xd6):return Direction[r(0xaa)];case'south':return Direction[r(0xca)];case'east':return Direction[r(0xb9)];case r(0xb2):return Direction['EAST'];case'up':return Direction[r(0x9c)];case r(0xa0):return Direction['UP'];default:throw new Error('Invalid\x20direction:\x20'+a);}}[a50i(0xb3)](a){const s=a50i;for(const b of this[s(0xc4)][s(0xae)]()){if(b instanceof Door){if(b[s(0xa7)]===this&&b[s(0xd2)]===a||b['roomB']===this&&b['roomA']===a)return b;}}return undefined;}}
@@ -1 +1 @@
1
- const a54l=a54d;(function(a,b){const i=a54d,c=a();while(!![]){try{const d=parseInt(i(0x1ae))/0x1*(parseInt(i(0x1c9))/0x2)+-parseInt(i(0x1cb))/0x3+parseInt(i(0x1d2))/0x4+-parseInt(i(0x1c6))/0x5*(parseInt(i(0x195))/0x6)+-parseInt(i(0x1cd))/0x7*(-parseInt(i(0x1ca))/0x8)+parseInt(i(0x1ba))/0x9*(parseInt(i(0x18f))/0xa)+-parseInt(i(0x1c0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x51666));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a54d;if(c){const e=c[j(0x190)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const k=a54d;return a54a[k(0x1bd)]()['search']('(((.+)+)+)+$')[k(0x1bd)]()['constructor'](a54a)[k(0x1bf)](k(0x1ce));});a54a();function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x18e;let f=c[d];return f;},a54d(a,b);}import{Logger}from'../utilities/logger.js';import{Direction}from'../types/enums.js';function a54c(){const D=['allActors','Added\x20item\x20','2655nJbYsL','addExit','No\x20actor\x20with\x20name\x20','4KZRKoc','320752cMZZej','383004UxLnZL','keyRequired','105wZDSVW','(((.+)+)+)+$','\x20already\x20exists\x20in\x20the\x20scene.','getPlayer','exits','2437524XUHNuq','determineStartRoom','removeActor','1130QSmXFs','apply','addActor','actors','Room\x20\x22','\x20found\x20in\x20the\x20scene.','5838PcLudL','isStartRoom','Actor\x20with\x20name\x20','set','toUpperCase','Attempted\x20to\x20remove\x20a\x20non-existent\x20room\x20from\x20scene:\x20','\x20is\x20now\x20in\x20room\x20','get','Room\x20Factory\x20was\x20not\x20correctly\x20initialized','No\x20starting\x20room\x20designated.\x20Defaulting\x20to\x20the\x20first\x20room.','\x20not\x20found\x20in\x20scene.','rooms','Multiple\x20starting\x20rooms\x20have\x20been\x20defined.\x20Please\x20ensure\x20there\x27s\x20only\x20one\x20starting\x20room.','getCharacterLocation','Added\x20puzzle\x20to\x20room\x20','keys','createExitsFromConfig','Scene\x20initialized\x20with\x20rooms:\x20','values','length','Failed\x20to\x20add\x20puzzle.\x20Room\x20','No\x20rooms\x20have\x20been\x20defined\x20in\x20the\x20game.','roomFactory','write','getRooms','28641GmFScs','\x22\x20does\x20not\x20exist.','warn','from','Failed\x20to\x20add\x20item\x20','setPuzzle','currentLocation','push','characterLocations','generateRoomsFromConfig','initialize','logger','108XFOIVS','Failed\x20to\x20set\x20','name','toString','removeRoom','search','3208524eeNZri','\x20to\x20room\x20','player','roomConfiguration'];a54c=function(){return D;};return a54c();}import{AbstractScene}from'../types/abstracts.js';import{RoomFactory}from'../factories/roomsF.js';export class Scene extends AbstractScene{[a54l(0x1a0)];[a54l(0x1c2)];[a54l(0x1b9)];[a54l(0x192)];[a54l(0x1b6)]=new Map();[a54l(0x1ab)];constructor(a){const m=a54l;super(),this['roomFactory']=new RoomFactory(),this['player']=a[m(0x1c2)],this[m(0x1a0)]=this[m(0x1b7)](a['roomConfiguration']),this['logger']=Logger['getInstance'](),this[m(0x192)]=new Map(),this[m(0x1a5)](a[m(0x1c3)]),this['logger'][m(0x1ac)](m(0x1a6)+Object[m(0x1a4)](this[m(0x1a0)])['join'](',\x20'));}[a54l(0x1b8)](){const n=a54l;this['player'][n(0x1b4)]=this[n(0x1d3)]();}['generateRoomsFromConfig'](a){const o=a54l;if(!this[o(0x1ab)])throw new Error(o(0x19d));const b={};for(const c of a){const d=this[o(0x1ab)]['createRoom'](c);b[c[o(0x1bc)]]=d;}return b;}[a54l(0x1a5)](a){const p=a54l;for(const b of a){const c=this['rooms'][b[p(0x1bc)]];if(b[p(0x1d1)])for(const d of b['exits']){const e=d['direction'][p(0x199)](),f=d['targetRoom'],g=d[p(0x1cc)],h=this[p(0x1a0)][f];h&&c['addExit'](Direction[e],h,g);}}}[a54l(0x191)](a){const q=a54l;if(this['actors']['has'](a[q(0x1bc)]))throw new Error(q(0x197)+a[q(0x1bc)]+q(0x1cf));this[q(0x192)][q(0x198)](a[q(0x1bc)],a);}[a54l(0x18e)](a){const r=a54l;if(!this['actors']['has'](a))throw new Error(r(0x1c8)+a+r(0x194));this[r(0x192)]['delete'](a);}['getActor'](a){const s=a54l;return this[s(0x192)][s(0x19c)](a);}get[a54l(0x1c4)](){const t=a54l;return Array[t(0x1b1)](this['actors'][t(0x1a7)]());}['addRoom'](a){const u=a54l;this[u(0x1a0)][a[u(0x1bc)]]=a,this[u(0x1b9)][u(0x1ac)]('Added\x20room\x20to\x20scene:\x20'+a['name']);}[a54l(0x1be)](a){const v=a54l;return this[v(0x1a0)][a]?(delete this['rooms'][a],this[v(0x1b9)][v(0x1ac)]('Removed\x20room\x20from\x20scene:\x20'+a),!![]):(this[v(0x1b9)][v(0x1ac)](v(0x19a)+a),![]);}['addItemToRoom'](a,b){const w=a54l,c=this['rooms'][b];c?(c['addItem'](a),this[w(0x1b9)][w(0x1ac)](w(0x1c5)+a[w(0x1bc)]+w(0x1c1)+c[w(0x1bc)])):this[w(0x1b9)]['write'](w(0x1b2)+a[w(0x1bc)]+'.\x20Room\x20'+b+w(0x19f));}['addPuzzleToRoom'](a,b){const x=a54l,c=this[x(0x1a0)][b];c?(c[x(0x1b3)](a),this['logger'][x(0x1ac)](x(0x1a3)+c[x(0x1bc)])):this[x(0x1b9)][x(0x1ac)](x(0x1a9)+b+x(0x19f));}['setCharacterLocation'](a,b){const y=a54l,c=this['rooms'][b];c?(this['characterLocations'][y(0x198)](a[y(0x1bc)],c),this[y(0x1b9)]['write'](a['name']+y(0x19b)+c[y(0x1bc)])):this['logger']['write'](y(0x1bb)+a[y(0x1bc)]+'\x27s\x20location.\x20Room\x20'+b+y(0x19f));}[a54l(0x1a2)](a){const z=a54l;return this[z(0x1b6)]['get'](a[z(0x1bc)]);}[a54l(0x1d3)](){const A=a54l,a=[];for(const c in this[A(0x1a0)]){if(this[A(0x1a0)]['hasOwnProperty'](c)){const d=this[A(0x1a0)][c];d[A(0x196)]&&a[A(0x1b5)](d);}}if(a[A(0x1a8)]>0x1)throw new Error(A(0x1a1));if(a[A(0x1a8)]===0x1)return a[0x0];const b=Object['keys'](this['rooms']);if(b[A(0x1a8)]===0x0)throw new Error(A(0x1aa));return console[A(0x1b0)](A(0x19e)),this[A(0x1a0)][b[0x0]];}[a54l(0x1d0)](){const B=a54l;return this[B(0x1c2)];}[a54l(0x1ad)](){return this['rooms'];}['connectRooms'](a,b,c,d){const C=a54l,e=this['rooms'][a],f=this['rooms'][c];if(!e)throw new Error('Room\x20\x22'+a+'\x22\x20does\x20not\x20exist.');if(!f)throw new Error(C(0x193)+c+C(0x1af));e[C(0x1c7)](b,f,d);}}
1
+ const a51l=a51d;function a51d(a,b){const c=a51c();return a51d=function(d,e){d=d-0x14c;let f=c[d];return f;},a51d(a,b);}(function(a,b){const i=a51d,c=a();while(!![]){try{const d=-parseInt(i(0x192))/0x1*(parseInt(i(0x195))/0x2)+parseInt(i(0x180))/0x3+parseInt(i(0x154))/0x4*(parseInt(i(0x17c))/0x5)+-parseInt(i(0x184))/0x6+-parseInt(i(0x158))/0x7+parseInt(i(0x193))/0x8+parseInt(i(0x160))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0xabdeb));const a51b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a51d;if(c){const e=c[j(0x175)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a51a=a51b(this,function(){const k=a51d;return a51a[k(0x18b)]()[k(0x176)](k(0x179))['toString']()[k(0x14c)](a51a)[k(0x176)](k(0x179));});a51a();import{Logger}from'../utilities/logger.js';function a51c(){const E=['15rPNshC','Room\x20\x22','\x20is\x20now\x20in\x20room\x20','createRoom','4016430VwDapG','determineStartRoom','roomFactory','generateRoomsFromConfig','7189194sSMIxg','No\x20starting\x20room\x20designated.\x20Defaulting\x20to\x20the\x20first\x20room.','get','delete','join','\x22\x20does\x20not\x20exist.','initialize','toString','keys','player','length','addActor','allActors','Added\x20puzzle\x20to\x20room\x20','8992UXZuqE','7484632kcKxOh','connectRooms','122htInDg','constructor','Scene\x20initialized\x20with\x20rooms:\x20','currentLocation','write','has','No\x20actor\x20with\x20name\x20','Actor\x20with\x20name\x20','addExit','86396HGAcYm','getPlayer','\x20already\x20exists\x20in\x20the\x20scene.','.\x20Room\x20','7906927xccrUq','actors','Added\x20item\x20','removeActor','setCharacterLocation','toUpperCase','\x20not\x20found\x20in\x20scene.','Attempted\x20to\x20remove\x20a\x20non-existent\x20room\x20from\x20scene:\x20','11169585XTWApK','getActor','values','addItemToRoom','createExitsFromConfig','getCharacterLocation','\x27s\x20location.\x20Room\x20','push','Added\x20room\x20to\x20scene:\x20','direction','setPuzzle','Failed\x20to\x20add\x20item\x20','removeRoom','characterLocations','hasOwnProperty','logger','Multiple\x20starting\x20rooms\x20have\x20been\x20defined.\x20Please\x20ensure\x20there\x27s\x20only\x20one\x20starting\x20room.','addRoom','Room\x20Factory\x20was\x20not\x20correctly\x20initialized','roomConfiguration','Removed\x20room\x20from\x20scene:\x20','apply','search','name','keyRequired','(((.+)+)+)+$','rooms','getRooms'];a51c=function(){return E;};return a51c();}import{Direction}from'../types/enums.js';import{AbstractScene}from'../types/abstracts.js';import{RoomFactory}from'../factories/roomsF.js';export class Scene extends AbstractScene{[a51l(0x17a)];[a51l(0x18d)];[a51l(0x16f)];[a51l(0x159)];['characterLocations']=new Map();[a51l(0x182)];constructor(a){const m=a51l;super(),this[m(0x182)]=new RoomFactory(),this[m(0x18d)]=a[m(0x18d)],this[m(0x17a)]=this[m(0x183)](a[m(0x173)]),this[m(0x16f)]=Logger['getInstance'](),this[m(0x159)]=new Map(),this[m(0x164)](a[m(0x173)]),this['logger'][m(0x14f)](m(0x14d)+Object[m(0x18c)](this[m(0x17a)])[m(0x188)](',\x20'));}[a51l(0x18a)](){const n=a51l;this[n(0x18d)][n(0x14e)]=this[n(0x181)]();}['generateRoomsFromConfig'](a){const o=a51l;if(!this[o(0x182)])throw new Error(o(0x172));const b={};for(const c of a){const d=this[o(0x182)][o(0x17f)](c);b[c[o(0x177)]]=d;}return b;}[a51l(0x164)](a){const p=a51l;for(const b of a){const c=this[p(0x17a)][b['name']];if(b['exits'])for(const d of b['exits']){const e=d[p(0x169)][p(0x15d)](),f=d['targetRoom'],g=d[p(0x178)],h=this[p(0x17a)][f];h&&c[p(0x153)](Direction[e],h,g);}}}[a51l(0x18f)](a){const q=a51l;if(this['actors'][q(0x150)](a['name']))throw new Error(q(0x152)+a[q(0x177)]+q(0x156));this[q(0x159)]['set'](a['name'],a);}[a51l(0x15b)](a){const r=a51l;if(!this['actors'][r(0x150)](a))throw new Error(r(0x151)+a+'\x20found\x20in\x20the\x20scene.');this[r(0x159)][r(0x187)](a);}[a51l(0x161)](a){const s=a51l;return this['actors'][s(0x186)](a);}get[a51l(0x190)](){const t=a51l;return Array['from'](this[t(0x159)][t(0x162)]());}[a51l(0x171)](a){const u=a51l;this[u(0x17a)][a[u(0x177)]]=a,this[u(0x16f)][u(0x14f)](u(0x168)+a[u(0x177)]);}[a51l(0x16c)](a){const v=a51l;return this[v(0x17a)][a]?(delete this[v(0x17a)][a],this['logger']['write'](v(0x174)+a),!![]):(this['logger'][v(0x14f)](v(0x15f)+a),![]);}[a51l(0x163)](a,b){const w=a51l,c=this[w(0x17a)][b];c?(c['addItem'](a),this[w(0x16f)][w(0x14f)](w(0x15a)+a[w(0x177)]+'\x20to\x20room\x20'+c[w(0x177)])):this[w(0x16f)][w(0x14f)](w(0x16b)+a[w(0x177)]+w(0x157)+b+w(0x15e));}['addPuzzleToRoom'](a,b){const x=a51l,c=this['rooms'][b];c?(c[x(0x16a)](a),this['logger']['write'](x(0x191)+c[x(0x177)])):this[x(0x16f)][x(0x14f)]('Failed\x20to\x20add\x20puzzle.\x20Room\x20'+b+'\x20not\x20found\x20in\x20scene.');}[a51l(0x15c)](a,b){const y=a51l,c=this[y(0x17a)][b];c?(this[y(0x16d)]['set'](a[y(0x177)],c),this['logger'][y(0x14f)](a['name']+y(0x17e)+c[y(0x177)])):this['logger'][y(0x14f)]('Failed\x20to\x20set\x20'+a[y(0x177)]+y(0x166)+b+y(0x15e));}[a51l(0x165)](a){const z=a51l;return this[z(0x16d)][z(0x186)](a[z(0x177)]);}[a51l(0x181)](){const A=a51l,a=[];for(const c in this[A(0x17a)]){if(this[A(0x17a)][A(0x16e)](c)){const d=this[A(0x17a)][c];d['isStartRoom']&&a[A(0x167)](d);}}if(a[A(0x18e)]>0x1)throw new Error(A(0x170));if(a[A(0x18e)]===0x1)return a[0x0];const b=Object['keys'](this[A(0x17a)]);if(b[A(0x18e)]===0x0)throw new Error('No\x20rooms\x20have\x20been\x20defined\x20in\x20the\x20game.');return console['warn'](A(0x185)),this['rooms'][b[0x0]];}[a51l(0x155)](){const B=a51l;return this[B(0x18d)];}[a51l(0x17b)](){const C=a51l;return this[C(0x17a)];}[a51l(0x194)](a,b,c,d){const D=a51l,e=this[D(0x17a)][a],f=this['rooms'][c];if(!e)throw new Error(D(0x17d)+a+D(0x189));if(!f)throw new Error(D(0x17d)+c+D(0x189));e['addExit'](b,f,d);}}
@@ -1 +1 @@
1
- var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x200))/0x1+parseInt(f(0x209))/0x2*(parseInt(f(0x20b))/0x3)+-parseInt(f(0x20a))/0x4+parseInt(f(0x1f3))/0x5+-parseInt(f(0x214))/0x6*(-parseInt(f(0x203))/0x7)+parseInt(f(0x1fe))/0x8+parseInt(f(0x217))/0x9*(-parseInt(f(0x1f1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x657f7));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var g=a55d;return a55a[g(0x1ff)]()[g(0x210)](g(0x205))[g(0x1ff)]()[g(0x1f8)](a55a)[g(0x210)](g(0x205));});a55a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a55d;super({'name':a,'description':b,'size':Size[h(0x213)],'category':Category[h(0x212)],'shape':Shape[h(0x201)],'color':Color[h(0x20d)],'texture':Texture[h(0x1f6)],'rating':Rating['Common'],'weight':0x1});}[a55i(0x1fd)](){var j=a55i;return this[j(0x20e)];}}export class Sword extends Item{constructor(a,b){var k=a55i;super({'name':a,'description':b,'size':Size[k(0x213)],'category':Category['Weapon'],'shape':Shape[k(0x20c)],'color':Color[k(0x216)],'texture':Texture[k(0x218)],'rating':Rating[k(0x21c)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a55i;super({'name':a,'description':b,'size':Size[l(0x1fa)],'category':Category['Weapon'],'shape':Shape[l(0x207)],'color':Color[l(0x1f9)],'texture':Texture[l(0x218)],'rating':Rating[l(0x204)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a55i;super({'name':a,'description':b,'size':Size[m(0x213)],'category':Category['Helmet'],'shape':Shape[m(0x1f5)],'color':Color['Grey'],'texture':Texture[m(0x218)],'rating':Rating[m(0x21c)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a55i;super({'name':a,'description':b,'size':Size[n(0x1fa)],'category':Category['BodyArmor'],'shape':Shape[n(0x201)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[n(0x21c)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a55i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['LegArmor'],'shape':Shape[o(0x201)],'color':Color[o(0x216)],'texture':Texture[o(0x218)],'rating':Rating[o(0x21c)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a55i;super({'name':a,'description':b,'size':Size[p(0x213)],'category':Category[p(0x211)],'shape':Shape[p(0x1f5)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[p(0x21c)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a55i;super({'name':a,'description':b,'size':Size[q(0x1f0)],'category':Category[q(0x1fb)],'shape':Shape[q(0x1f5)],'color':Color[q(0x1f9)],'texture':Texture['Smooth'],'rating':Rating[q(0x21c)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a55i;super({'name':a,'description':b,'size':Size[r(0x213)],'category':Category['ArmArmor'],'shape':Shape['Rectangle'],'color':Color[r(0x216)],'texture':Texture[r(0x218)],'rating':Rating[r(0x21c)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a55i;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[s(0x21a)],'shape':Shape['Rectangle'],'color':Color[s(0x20d)],'texture':Texture[s(0x1f6)],'rating':Rating[s(0x21c)],'weight':0x0});}[a55i(0x1fd)](){var t=a55i;return t(0x1fc);}}export class Weapon extends Item{constructor(a,b){var u=a55i;super({'name':a,'description':b,'size':Size[u(0x213)],'category':Category[u(0x21b)],'shape':Shape[u(0x20c)],'color':Color['Grey'],'texture':Texture[u(0x218)],'rating':Rating[u(0x21c)],'weight':0x3});}[a55i(0x1fd)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1ed;var f=c[d];return f;},a55d(a,b);}export class Book extends Item{[a55i(0x220)];[a55i(0x21e)];['pageCount'];constructor(a,b=a55i(0x20f),c=a55i(0x206)){var v=a55i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[v(0x1ee)],'shape':Shape['Rectangle'],'color':Color['Brown'],'texture':Texture[v(0x1f6)],'rating':Rating['Common'],'weight':0x1}),this[v(0x220)]=c,this[v(0x21e)]=new Date(),this['pageCount']=0x64;}['use'](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var w=a55i;super({'name':w(0x215),'description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size['Medium'],'category':Category[w(0x21b)],'shape':Shape[w(0x20c)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[w(0x21c)],'weight':0x3});}['use'](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}function a55c(){var B=['2176296oRYxEQ','3cscVbp','Blade','Yellow','description','A\x20mysterious\x20book.','search','Boots','Unknown','Medium','6jdJdaL','Short\x20Sword','Grey','130149oZZNjA','Metallic','Gold','Key','Weapon','Common','\x20aloft,\x20feeling\x20its\x20immense\x20power.','publishDate','name','author','Cup','Book','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Small','620IVexII','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','2130545pRpUYx','You\x20hold\x20the\x20','Circle','Smooth','Holy\x20Grail','constructor','Brown','Large','Gloves','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','use','6532376aFpzRh','toString','230617lraywd','Rectangle','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','4079803NaeSCF','Rare','(((.+)+)+)+$','Unknown\x20Author','Rifle','Legendary','523046dzVkPb'];a55c=function(){return B;};return a55c();}export class SniperRifle extends Item{constructor(){var x=a55i;super({'name':'Sniper\x20Rifle','description':x(0x202),'size':Size[x(0x1fa)],'category':Category[x(0x21b)],'shape':Shape['Rifle'],'color':Color[x(0x1f9)],'texture':Texture[x(0x1f6)],'rating':Rating[x(0x21c)],'weight':0x5});}[a55i(0x1fd)](){var y=a55i;return y(0x1f2);}}export class HolyGrail extends Item{constructor(){var z=a55i;super({'name':z(0x1f7),'description':z(0x1ef),'size':Size['Small'],'category':Category[z(0x1ed)],'shape':Shape['Circle'],'color':Color[z(0x219)],'texture':Texture['Metallic'],'rating':Rating[z(0x208)],'weight':0x1});}[a55i(0x1fd)](){var A=a55i;return A(0x1f4)+this[A(0x21f)]+A(0x21d);}}
1
+ var a53i=a53d;(function(a,b){var f=a53d,c=a();while(!![]){try{var d=parseInt(f(0x83))/0x1*(parseInt(f(0x77))/0x2)+parseInt(f(0x9c))/0x3+parseInt(f(0x8c))/0x4*(parseInt(f(0xa5))/0x5)+parseInt(f(0x9f))/0x6*(parseInt(f(0xa4))/0x7)+parseInt(f(0x8b))/0x8*(parseInt(f(0x74))/0x9)+parseInt(f(0x91))/0xa*(-parseInt(f(0x7b))/0xb)+parseInt(f(0x84))/0xc*(-parseInt(f(0x9b))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0x48ff9));var a53b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){var g=a53d;return a53a[g(0x76)]()['search'](g(0x98))['toString']()['constructor'](a53a)['search'](g(0x98));});a53a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a53d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[h(0x78)],'shape':Shape[h(0x71)],'color':Color[h(0x7e)],'texture':Texture[h(0xa2)],'rating':Rating[h(0x8e)],'weight':0x1});}[a53i(0x8f)](){var j=a53i;return this[j(0x75)];}}export class Sword extends Item{constructor(a,b){var k=a53i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Weapon'],'shape':Shape[k(0x79)],'color':Color[k(0x8d)],'texture':Texture[k(0x70)],'rating':Rating[k(0x8e)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a53i;super({'name':a,'description':b,'size':Size['Large'],'category':Category[l(0x86)],'shape':Shape['Rifle'],'color':Color[l(0x96)],'texture':Texture['Metallic'],'rating':Rating[l(0x8a)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a53i;super({'name':a,'description':b,'size':Size[m(0x7d)],'category':Category['Helmet'],'shape':Shape[m(0x72)],'color':Color[m(0x8d)],'texture':Texture[m(0x70)],'rating':Rating[m(0x8e)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a53i;super({'name':a,'description':b,'size':Size[n(0x97)],'category':Category[n(0xa0)],'shape':Shape[n(0x71)],'color':Color['Grey'],'texture':Texture[n(0x70)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a53i;super({'name':a,'description':b,'size':Size[o(0x7d)],'category':Category['LegArmor'],'shape':Shape[o(0x71)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[o(0x8e)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a53i;super({'name':a,'description':b,'size':Size[p(0x7d)],'category':Category['Boots'],'shape':Shape['Circle'],'color':Color[p(0x96)],'texture':Texture[p(0xa2)],'rating':Rating[p(0x8e)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a53i;super({'name':a,'description':b,'size':Size[q(0x89)],'category':Category['Gloves'],'shape':Shape[q(0x72)],'color':Color[q(0x96)],'texture':Texture['Smooth'],'rating':Rating[q(0x8e)],'weight':0x1});}}function a53c(){var C=['author','35750WkKAFY','637899WHvWtH','Legendary','ArmArmor','562434ayosVY','BodyArmor','Gold','Smooth','Unknown\x20Author','14AzDLFT','2307905qMRDdY','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Metallic','Rectangle','Circle','Short\x20Sword','232083JAEuki','description','toString','402JCYuti','Unknown','Blade','Book','14718rCwGfa','Cup','Medium','Yellow','name','Rifle','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','1079cqNRjW','2328ibbveA','pageCount','Weapon','Sniper\x20Rifle','publishDate','Small','Rare','32hmAfyt','4jXPluJ','Grey','Common','use','Holy\x20Grail','2610JEgFER','Tiny','\x20aloft,\x20feeling\x20its\x20immense\x20power.','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','You\x20hold\x20the\x20','Brown','Large','(((.+)+)+)+$','Key'];a53c=function(){return C;};return a53c();}export class Gauntlets extends Item{constructor(a,b){var r=a53i;super({'name':a,'description':b,'size':Size[r(0x7d)],'category':Category[r(0x9e)],'shape':Shape[r(0x71)],'color':Color[r(0x8d)],'texture':Texture[r(0x70)],'rating':Rating[r(0x8e)],'weight':0x3});}}function a53d(a,b){var c=a53c();return a53d=function(d,e){d=d-0x6f;var f=c[d];return f;},a53d(a,b);}export class Key extends Item{constructor(a,b){var s=a53i;super({'name':a,'description':b,'size':Size[s(0x92)],'category':Category[s(0x99)],'shape':Shape[s(0x71)],'color':Color[s(0x7e)],'texture':Texture['Smooth'],'rating':Rating[s(0x8e)],'weight':0x0});}[a53i(0x8f)](){var t=a53i;return t(0x6f);}}export class Weapon extends Item{constructor(a,b){var u=a53i;super({'name':a,'description':b,'size':Size[u(0x7d)],'category':Category[u(0x86)],'shape':Shape[u(0x79)],'color':Color[u(0x8d)],'texture':Texture[u(0x70)],'rating':Rating['Common'],'weight':0x3});}[a53i(0x8f)](){var v=a53i;return v(0x81);}}export class Book extends Item{[a53i(0x9a)];['publishDate'];[a53i(0x85)];constructor(a,b='A\x20mysterious\x20book.',c=a53i(0xa3)){var w=a53i;super({'name':a,'description':b,'size':Size[w(0x7d)],'category':Category[w(0x7a)],'shape':Shape[w(0x71)],'color':Color[w(0x96)],'texture':Texture[w(0xa2)],'rating':Rating['Common'],'weight':0x1}),this[w(0x9a)]=c,this[w(0x88)]=new Date(),this[w(0x85)]=0x64;}[a53i(0x8f)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var x=a53i;super({'name':x(0x73),'description':x(0x94),'size':Size['Medium'],'category':Category[x(0x86)],'shape':Shape[x(0x79)],'color':Color[x(0x8d)],'texture':Texture['Metallic'],'rating':Rating[x(0x8e)],'weight':0x3});}['use'](){var y=a53i;return y(0x81);}}export class SniperRifle extends Item{constructor(){var z=a53i;super({'name':z(0x87),'description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size['Large'],'category':Category[z(0x86)],'shape':Shape[z(0x80)],'color':Color[z(0x96)],'texture':Texture[z(0xa2)],'rating':Rating[z(0x8e)],'weight':0x5});}['use'](){return'You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22';}}export class HolyGrail extends Item{constructor(){var A=a53i;super({'name':A(0x90),'description':A(0x82),'size':Size[A(0x89)],'category':Category[A(0x7c)],'shape':Shape[A(0x72)],'color':Color[A(0xa1)],'texture':Texture[A(0x70)],'rating':Rating[A(0x9d)],'weight':0x1});}['use'](){var B=a53i;return B(0x95)+this[B(0x7f)]+B(0x93);}}
@@ -1 +1 @@
1
- const a57i=a57d;(function(a,b){const f=a57d,c=a();while(!![]){try{const d=-parseInt(f(0x1cf))/0x1*(parseInt(f(0x1f1))/0x2)+-parseInt(f(0x181))/0x3*(parseInt(f(0x1df))/0x4)+-parseInt(f(0x1bf))/0x5+-parseInt(f(0x19c))/0x6*(parseInt(f(0x1c5))/0x7)+-parseInt(f(0x1c8))/0x8*(-parseInt(f(0x192))/0x9)+-parseInt(f(0x19b))/0xa+parseInt(f(0x1c1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x66c3a));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a57d;if(c){const e=c[g(0x1ba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const h=a57d;return a57a['toString']()[h(0x1c9)](h(0x196))['toString']()[h(0x1eb)](a57a)[h(0x1c9)](h(0x196));});function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x180;let f=c[d];return f;},a57d(a,b);}a57a();export const rooms=[{'name':a57i(0x1f7),'description':a57i(0x1d3),'isStartRoom':!![],'items':[{'type':a57i(0x1b2),'name':a57i(0x1ca),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':a57i(0x1cc),'name':'Guard\x27s\x20Log\x20Book','description':a57i(0x19f),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a57i(0x1a0),'targetRoom':a57i(0x194)}]},{'name':'Secret\x20Passage','description':a57i(0x1f2),'exits':[{'direction':a57i(0x1ed),'targetRoom':a57i(0x1e5),'keyRequired':a57i(0x1ca)},{'direction':a57i(0x199),'targetRoom':a57i(0x1b0)}]},{'name':a57i(0x1e5),'description':a57i(0x1c6),'items':[{'type':a57i(0x198),'name':a57i(0x1e0),'description':a57i(0x1e9)}]},{'name':a57i(0x1b0),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a57i(0x1e4),'exits':[{'direction':'UP','targetRoom':a57i(0x18f)}]},{'name':'Watch\x20Tower','description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':'OUTSIDE','puzzle':{'requiredPhrase':a57i(0x19a),'riddle':a57i(0x18d),'rewardItem':{'type':a57i(0x1c3),'name':a57i(0x1b9),'description':a57i(0x189)},'successMessage':a57i(0x1e2),'failureMessage':a57i(0x193)}}];export const dungeonConfig=[{'name':a57i(0x19e),'description':a57i(0x1e6),'isStartRoom':!![],'roomType':a57i(0x1b4),'puzzle':{'requiredPhrase':a57i(0x1d1),'riddle':a57i(0x1a3),'rewardItem':{'type':a57i(0x1b2),'name':a57i(0x18e),'description':a57i(0x1de)},'successMessage':a57i(0x1cb),'failureMessage':a57i(0x1dc)},'exits':[{'direction':'north','targetRoom':a57i(0x1f6)},{'direction':a57i(0x18b),'targetRoom':a57i(0x1a1),'keyRequired':a57i(0x18e)}]},{'name':a57i(0x1f6),'description':a57i(0x1d5),'roomType':a57i(0x1b4),'items':[{'type':a57i(0x1cc),'name':a57i(0x1ab),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a57i(0x1f8)},{'type':a57i(0x1b2),'name':a57i(0x18e),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':'south','targetRoom':'Entrance\x20Hall'},{'direction':a57i(0x18b),'targetRoom':a57i(0x186)}]},{'name':a57i(0x186),'description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a57i(0x1b4),'items':[{'type':'basic','name':'Empty\x20vial','description':a57i(0x1a7)}],'exits':[{'direction':a57i(0x188),'targetRoom':a57i(0x1f6)},{'direction':a57i(0x18c),'targetRoom':a57i(0x191)}]},{'name':a57i(0x191),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a57i(0x1b4),'items':[{'type':'shield','name':a57i(0x197),'description':a57i(0x1ec)},{'type':'sword','name':a57i(0x1dd),'description':a57i(0x1a9)}],'exits':[{'direction':'south','targetRoom':a57i(0x186)},{'direction':a57i(0x18b),'targetRoom':a57i(0x1a1)}]},{'name':a57i(0x1a1),'description':a57i(0x1bb),'roomType':a57i(0x1b4),'exits':[{'direction':a57i(0x188),'targetRoom':a57i(0x191)},{'direction':a57i(0x183),'targetRoom':a57i(0x19e)},{'direction':'north','targetRoom':a57i(0x1cd)},{'direction':a57i(0x18b),'targetRoom':a57i(0x1e5)}]},{'name':a57i(0x1cd),'description':a57i(0x1d4),'roomType':a57i(0x1b4),'items':[{'type':a57i(0x1b2),'name':a57i(0x1ce),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a57i(0x1b3),'riddle':a57i(0x1b5),'rewardItem':{'type':a57i(0x1af),'name':a57i(0x18a),'description':a57i(0x1b7)},'successMessage':a57i(0x182),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a57i(0x183),'targetRoom':'Central\x20Chamber'}]},{'name':a57i(0x1e5),'description':a57i(0x1d2),'roomType':a57i(0x1b4),'puzzle':{'requiredPhrase':a57i(0x187),'riddle':a57i(0x184),'rewardItem':{'type':'cup','name':a57i(0x1ae),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a57i(0x1da),'failureMessage':a57i(0x1bd)},'exits':[{'direction':a57i(0x188),'targetRoom':a57i(0x1a1)}]}];function a57c(){const j=['Entrance\x20Hall','A\x20thin\x20log\x20book','EAST','Central\x20Chamber','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','amulet','creditstick','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','A\x20clear\x20glass\x20vial.','drone','An\x20old\x20and\x20rusted\x20sword.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Riddle\x20Book','decrypt','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Golden\x20Chalice','gem','Courtyard','A\x20small\x20surveillance\x20drone.','key','release','inside','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Sniper\x20Rifle','apply','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','The\x20chest\x20remains\x20firmly\x20shut.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','3865140sLlpKR','disenchant','31611965gYDMgL','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','rifle','CorpSec\x20Plans','28vhqitp','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','16208QEXhOP','search','Golden\x20Key','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','book','Torture\x20Chamber','Blood-stained\x20Key','1011yyKhMr','Ares\x20Predator','open\x20sesame','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Encrypted\x20Data\x20Key','Corporate\x20Creditstick','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Nothing\x20happens.','Rusted\x20Sword','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','166536rVWOJv','Holy\x20Grail','Rigger\x27s\x20Workshop','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','Matrix\x20Data\x20Haven','OUTSIDE','Treasure\x20Room','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20creditstick\x20loaded\x20with\x20nuyen.','Gang\x20Insignia','The\x20legendary\x20Holy\x20Grail.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','constructor','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','NORTH','MCT\x20Fly-Spy','Downtown\x20Seattle','outside','1654MCSzjG','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Barrens\x20Hideout','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Study','Library','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','weapon','down','Barrens\x20Entrance','18pjYbyP','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','south','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Amulet\x20of\x20Awakening','Alchemy\x20Lab','insert\x20gem','west','A\x20long-range\x20weapon.','Ancient\x20Gem','east','north','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Central\x20Chamber\x20Key','Watch\x20Tower','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Armory','2889SpzZgk','That\x20passcode\x20is\x20incorrect','Secret\x20Passage','Jackpoint\x20Login','(((.+)+)+)+$','Emblem\x20Shield','holyGrail','SOUTH','secret123','8365460hmDGCA','611646foHAbb','document'];a57c=function(){return j;};return a57c();}export const shadowrunConfig=[{'name':a57i(0x195),'description':a57i(0x1a6),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':a57i(0x18c),'targetRoom':a57i(0x1ef)},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':a57i(0x1e3),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a57i(0x1b4),'puzzle':{'requiredPhrase':a57i(0x1ac),'riddle':a57i(0x1a2),'rewardItem':{'type':a57i(0x1b2),'name':a57i(0x1d8),'description':a57i(0x1b6)},'successMessage':a57i(0x1db),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a57i(0x1fa),'targetRoom':a57i(0x195)}]},{'name':'Downtown\x20Seattle','description':a57i(0x1d6),'roomType':'outside','exits':[{'direction':a57i(0x183),'targetRoom':a57i(0x195)},{'direction':a57i(0x18b),'targetRoom':a57i(0x180)},{'direction':a57i(0x188),'targetRoom':'Corp\x20Enclave'}]},{'name':a57i(0x180),'description':a57i(0x1c2),'roomType':a57i(0x1f0),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a57i(0x1f3),'rewardItem':{'type':a57i(0x1b2),'name':a57i(0x1e8),'description':a57i(0x1f5)},'successMessage':a57i(0x1bc),'failureMessage':a57i(0x1d7)},'exits':[{'direction':'west','targetRoom':a57i(0x1ef)},{'direction':a57i(0x18c),'targetRoom':a57i(0x1f4)}]},{'name':'Corp\x20Enclave','description':a57i(0x190),'roomType':a57i(0x1b4),'items':[{'type':a57i(0x1a5),'name':a57i(0x1d9),'description':a57i(0x1e7)},{'type':a57i(0x19d),'name':a57i(0x1c4),'description':a57i(0x1ea)}],'exits':[{'direction':a57i(0x18b),'targetRoom':a57i(0x1ef)}]},{'name':'Barrens\x20Hideout','description':a57i(0x1b8),'roomType':a57i(0x1f0),'items':[{'type':a57i(0x1f9),'name':a57i(0x1d0),'description':a57i(0x1aa)}],'exits':[{'direction':a57i(0x183),'targetRoom':a57i(0x180)},{'direction':a57i(0x18c),'targetRoom':'Mage\x27s\x20Lair'},{'direction':'east','targetRoom':'Rigger\x27s\x20Workshop'}]},{'name':'Mage\x27s\x20Lair','description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a57i(0x1b4),'puzzle':{'requiredPhrase':a57i(0x1c0),'riddle':a57i(0x1ad),'rewardItem':{'type':a57i(0x1a4),'name':a57i(0x185),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a57i(0x1be),'failureMessage':a57i(0x1c7)},'exits':[{'direction':a57i(0x183),'targetRoom':a57i(0x1f4)}]},{'name':a57i(0x1e1),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':'inside','items':[{'type':a57i(0x1a8),'name':a57i(0x1ee),'description':a57i(0x1b1)}],'exits':[{'direction':a57i(0x188),'targetRoom':'Barrens\x20Hideout'}]}];
1
+ const a55i=a55d;(function(a,b){const f=a55d,c=a();while(!![]){try{const d=-parseInt(f(0x1db))/0x1*(-parseInt(f(0x21a))/0x2)+parseInt(f(0x21f))/0x3*(parseInt(f(0x1e3))/0x4)+parseInt(f(0x1eb))/0x5*(-parseInt(f(0x200))/0x6)+-parseInt(f(0x235))/0x7*(-parseInt(f(0x1e2))/0x8)+-parseInt(f(0x211))/0x9+parseInt(f(0x207))/0xa*(-parseInt(f(0x23a))/0xb)+-parseInt(f(0x1d2))/0xc*(parseInt(f(0x1ea))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x87184));function a55c(){const j=['apply','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Alchemy\x20Lab','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Holy\x20Grail','holyGrail','Courtyard','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','rifle','Amulet\x20of\x20Awakening','Treasure\x20Room','Entrance\x20Hall','Corporate\x20Creditstick','1820JRXaTL','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Golden\x20Key','west','12793kJxkZU','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','inside','NORTH','search','Ancient\x20Gem','Blood-stained\x20Key','basic','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','SOUTH','Emblem\x20Shield','Sniper\x20Rifle','Central\x20Chamber','release','Central\x20Chamber\x20Key','Ares\x20Predator','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Watch\x20Tower','sword','key','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Jackpoint\x20Login','A\x20clear\x20glass\x20vial.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','60bRJMvh','A\x20creditstick\x20loaded\x20with\x20nuyen.','(((.+)+)+)+$','Riddle\x20Book','The\x20legendary\x20Holy\x20Grail.','Secret\x20Passage','south','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','7073cdFKpt','Corp\x20Enclave','decrypt','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','outside','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','21216nQdkjN','3686516EYuFMe','Empty\x20vial','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Barrens\x20Hideout','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Golden\x20Chalice','cup','4595838ppdsDM','152610WQHjrU','Matrix\x20Data\x20Haven','toString','Downtown\x20Seattle','Armory','MCT\x20Fly-Spy','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','secret123','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Encrypted\x20Data\x20Key','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Guard\x27s\x20Log\x20Book','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','weapon','A\x20small\x20surveillance\x20drone.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Chad\x20the\x20stupid\x20guard','Barrens\x20Entrance','Mage\x27s\x20Lair','gem','A\x20chalice\x20made\x20of\x20pure\x20gold.','6VEhiQE','north','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','The\x20chest\x20remains\x20firmly\x20shut.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','1930rXWwmo','An\x20old\x20and\x20rusted\x20sword.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','document','constructor','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','east','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','book','992574XHGgNZ','open\x20sesame','Library','Rigger\x27s\x20Workshop','Gang\x20Insignia','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','EAST','That\x20passcode\x20is\x20incorrect','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','304IcdkiO','OUTSIDE','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','amulet','Torture\x20Chamber','3nAQJYp','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Study','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','creditstick','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.'];a55c=function(){return j;};return a55c();}const a55b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a55d;if(c){const e=c[g(0x227)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){const h=a55d;return a55a[h(0x1ed)]()['search'](h(0x1d4))[h(0x1ed)]()[h(0x20b)](a55a)[h(0x23e)]('(((.+)+)+)+$');});a55a();function a55d(a,b){const c=a55c();return a55d=function(d,e){d=d-0x1c1;let f=c[d];return f;},a55d(a,b);}export const rooms=[{'name':a55i(0x213),'description':a55i(0x223),'isStartRoom':!![],'items':[{'type':a55i(0x1cd),'name':a55i(0x238),'description':a55i(0x22e)},{'type':a55i(0x210),'name':a55i(0x1f6),'description':'A\x20thin\x20log\x20book','content':a55i(0x1fb)}],'exits':[{'direction':a55i(0x217),'targetRoom':'Secret\x20Passage'}]},{'name':a55i(0x1d7),'description':a55i(0x22a),'exits':[{'direction':a55i(0x23d),'targetRoom':'Treasure\x20Room','keyRequired':a55i(0x238)},{'direction':a55i(0x1c3),'targetRoom':a55i(0x22d)}]},{'name':a55i(0x232),'description':a55i(0x216),'items':[{'type':a55i(0x22c),'name':a55i(0x22b),'description':a55i(0x1d6)}]},{'name':a55i(0x22d),'description':a55i(0x237),'roomType':a55i(0x21b),'exits':[{'direction':'UP','targetRoom':a55i(0x1cb)}]},{'name':a55i(0x1cb),'description':a55i(0x22f),'roomType':a55i(0x21b),'puzzle':{'requiredPhrase':a55i(0x1f2),'riddle':a55i(0x1df),'rewardItem':{'type':a55i(0x230),'name':a55i(0x1c5),'description':'A\x20long-range\x20weapon.'},'successMessage':a55i(0x219),'failureMessage':a55i(0x218)}}];export const dungeonConfig=[{'name':a55i(0x233),'description':a55i(0x1e5),'isStartRoom':!![],'roomType':a55i(0x23c),'puzzle':{'requiredPhrase':a55i(0x212),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a55i(0x1cd),'name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a55i(0x202),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a55i(0x201),'targetRoom':a55i(0x222)},{'direction':'east','targetRoom':a55i(0x1c6),'keyRequired':a55i(0x1c8)}]},{'name':'Study','description':a55i(0x221),'roomType':a55i(0x23c),'items':[{'type':a55i(0x210),'name':a55i(0x1d5),'description':a55i(0x228),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a55i(0x1cd),'name':'Central\x20Chamber\x20Key','description':a55i(0x209)}],'exits':[{'direction':a55i(0x1d8),'targetRoom':a55i(0x233)},{'direction':a55i(0x20d),'targetRoom':'Alchemy\x20Lab'}]},{'name':'Alchemy\x20Lab','description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a55i(0x23c),'items':[{'type':a55i(0x1c1),'name':a55i(0x1e4),'description':a55i(0x1d0)}],'exits':[{'direction':a55i(0x239),'targetRoom':'Study'},{'direction':a55i(0x201),'targetRoom':'Armory'}]},{'name':a55i(0x1ef),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a55i(0x23c),'items':[{'type':'shield','name':a55i(0x1c4),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a55i(0x1cc),'name':'Rusted\x20Sword','description':a55i(0x208)}],'exits':[{'direction':a55i(0x1d8),'targetRoom':a55i(0x229)},{'direction':a55i(0x20d),'targetRoom':'Central\x20Chamber'}]},{'name':a55i(0x1c6),'description':a55i(0x204),'roomType':'inside','exits':[{'direction':a55i(0x239),'targetRoom':a55i(0x1ef)},{'direction':a55i(0x1d8),'targetRoom':'Entrance\x20Hall'},{'direction':a55i(0x201),'targetRoom':a55i(0x21e)},{'direction':a55i(0x20d),'targetRoom':a55i(0x232)}]},{'name':'Torture\x20Chamber','description':a55i(0x224),'roomType':a55i(0x23c),'items':[{'type':'key','name':a55i(0x240),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a55i(0x1c7),'riddle':a55i(0x20f),'rewardItem':{'type':a55i(0x1fe),'name':a55i(0x23f),'description':a55i(0x1da)},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':a55i(0x1d1)},'exits':[{'direction':a55i(0x1d8),'targetRoom':a55i(0x1c6)}]},{'name':a55i(0x232),'description':a55i(0x1f5),'roomType':a55i(0x23c),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':a55i(0x1d9),'rewardItem':{'type':a55i(0x1e9),'name':a55i(0x1e8),'description':a55i(0x1ff)},'successMessage':a55i(0x206),'failureMessage':a55i(0x205)},'exits':[{'direction':a55i(0x239),'targetRoom':a55i(0x1c6)}]}];export const shadowrunConfig=[{'name':a55i(0x1cf),'description':a55i(0x21c),'isStartRoom':!![],'roomType':a55i(0x23c),'exits':[{'direction':'north','targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a55i(0x1ec)}]},{'name':a55i(0x1ec),'description':a55i(0x1ce),'roomType':a55i(0x23c),'puzzle':{'requiredPhrase':a55i(0x1dd),'riddle':a55i(0x1f3),'rewardItem':{'type':a55i(0x1cd),'name':a55i(0x1f4),'description':a55i(0x20c)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':'down','targetRoom':a55i(0x1cf)}]},{'name':'Downtown\x20Seattle','description':a55i(0x236),'roomType':'outside','exits':[{'direction':'south','targetRoom':a55i(0x1cf)},{'direction':a55i(0x20d),'targetRoom':a55i(0x1fc)},{'direction':a55i(0x239),'targetRoom':a55i(0x1dc)}]},{'name':a55i(0x1fc),'description':a55i(0x226),'roomType':a55i(0x1e0),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a55i(0x1fa),'rewardItem':{'type':a55i(0x1cd),'name':a55i(0x215),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a55i(0x1f1),'failureMessage':a55i(0x1e7)},'exits':[{'direction':a55i(0x239),'targetRoom':a55i(0x1ee)},{'direction':a55i(0x201),'targetRoom':a55i(0x1e6)}]},{'name':a55i(0x1dc),'description':a55i(0x1e1),'roomType':a55i(0x23c),'items':[{'type':a55i(0x225),'name':a55i(0x234),'description':a55i(0x1d3)},{'type':a55i(0x20a),'name':'CorpSec\x20Plans','description':a55i(0x220)}],'exits':[{'direction':a55i(0x20d),'targetRoom':a55i(0x1ee)}]},{'name':a55i(0x1e6),'description':a55i(0x1de),'roomType':'outside','items':[{'type':a55i(0x1f8),'name':a55i(0x1c9),'description':a55i(0x20e)}],'exits':[{'direction':a55i(0x1d8),'targetRoom':a55i(0x1fc)},{'direction':'north','targetRoom':'Mage\x27s\x20Lair'},{'direction':a55i(0x20d),'targetRoom':a55i(0x214)}]},{'name':a55i(0x1fd),'description':a55i(0x1c2),'roomType':a55i(0x23c),'puzzle':{'requiredPhrase':'disenchant','riddle':a55i(0x203),'rewardItem':{'type':a55i(0x21d),'name':a55i(0x231),'description':a55i(0x23b)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a55i(0x1f7)},'exits':[{'direction':a55i(0x1d8),'targetRoom':a55i(0x1e6)}]},{'name':a55i(0x214),'description':a55i(0x1ca),'roomType':a55i(0x23c),'items':[{'type':'drone','name':a55i(0x1f0),'description':a55i(0x1f9)}],'exits':[{'direction':a55i(0x239),'targetRoom':a55i(0x1e6)}]}];
@@ -1 +1 @@
1
- var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0xf7))/0x1+parseInt(f(0xe6))/0x2+-parseInt(f(0xfd))/0x3+parseInt(f(0xf0))/0x4*(-parseInt(f(0xf1))/0x5)+-parseInt(f(0xdf))/0x6*(parseInt(f(0xfa))/0x7)+-parseInt(f(0x106))/0x8*(-parseInt(f(0x101))/0x9)+parseInt(f(0xe8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x8447b));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xe9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()['search'](h(0xfe))['toString']()[h(0xf8)](a58a)[h(0xef)](h(0xfe));});a58a();import{EventEmitter}from'events';export class AbstractScene{[a58i(0xec)];[a58i(0xf2)];[a58i(0x107)];[a58i(0xf3)];}export class AbstractRoom extends EventEmitter{[a58i(0xe7)];[a58i(0xea)];[a58i(0xdc)];[a58i(0xee)];[a58i(0xe5)];[a58i(0xf4)];[a58i(0xf5)];}function a58c(){var j=['search','1088OHbBut','19310eNoHly','player','characterLocations','roomType','isStartRoom','_logger','366165IDoxzX','constructor','_currentLocation','763rTnBvr','color','_playerName','1468083kRrpbm','(((.+)+)+)+$','isLockable','category','9QWFIib','items','roomA','unlockItemOrSolution','_inventory','1097176fUMydN','logger','exits','solved','isLocked','49398MWidyP','weight','_equipment','_maxCarryingWeight','size','rating','puzzle','1158554WQiwqs','name','18964520rFumTk','apply','description','roomB','rooms','shape','inventory'];a58c=function(){return j;};return a58c();}export class AbstractDoor{[a58i(0x103)];[a58i(0xeb)];[a58i(0xde)];[a58i(0x104)];['name'];[a58i(0x107)];[a58i(0xff)];}export class AbstractInventory{[a58i(0x102)];[a58i(0x107)];}export class AbstractItem{['uuid'];['name'];[a58i(0xea)];[a58i(0xe3)];[a58i(0x100)];[a58i(0xed)];[a58i(0xfb)];['texture'];[a58i(0xe4)];[a58i(0xe0)];}export class AbstractPlayer{[a58i(0xfc)];[a58i(0xf9)];[a58i(0x105)];[a58i(0xe1)];[a58i(0xe2)];[a58i(0xf6)];}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xdc;var f=c[d];return f;},a58d(a,b);}export class AbstractPuzzle{[a58i(0x107)];[a58i(0xdd)];}
1
+ var a56h=a56d;function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x150;var f=c[d];return f;},a56d(a,b);}(function(a,b){var f=a56d,c=a();while(!![]){try{var d=-parseInt(f(0x15c))/0x1+-parseInt(f(0x16f))/0x2*(-parseInt(f(0x153))/0x3)+parseInt(f(0x15b))/0x4*(-parseInt(f(0x166))/0x5)+parseInt(f(0x155))/0x6+-parseInt(f(0x159))/0x7+-parseInt(f(0x17c))/0x8*(-parseInt(f(0x16c))/0x9)+parseInt(f(0x175))/0xa*(parseInt(f(0x179))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x9e17f));var a56b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a56a=a56b(this,function(){var g=a56d;return a56a['toString']()[g(0x164)](g(0x169))[g(0x17a)]()[g(0x162)](a56a)[g(0x164)](g(0x169));});a56a();import{EventEmitter}from'events';function a56c(){var i=['uuid','_maxCarryingWeight','unlockItemOrSolution','items','puzzle','5273030AxVSdg','roomA','exits','_currentLocation','22CuHbKM','toString','isLockable','3376ffCmKj','size','name','description','43275xmTVff','_playerName','1765884YAtqOb','shape','logger','texture','1113070kFyUBI','category','2280052KgWXuq','398418MTJXPc','solved','rating','inventory','isLocked','_inventory','constructor','isStartRoom','search','_logger','5gTKgXA','roomB','characterLocations','(((.+)+)+)+$','player','color','2934DIyvlU','weight','rooms','40JIHRpg'];a56c=function(){return i;};return a56c();}export class AbstractScene{[a56h(0x16e)];[a56h(0x16a)];[a56h(0x157)];[a56h(0x168)];}export class AbstractRoom extends EventEmitter{['name'];['description'];[a56h(0x177)];[a56h(0x15f)];[a56h(0x174)];['roomType'];[a56h(0x163)];}export class AbstractDoor{[a56h(0x176)];[a56h(0x167)];[a56h(0x160)];[a56h(0x172)];[a56h(0x151)];[a56h(0x157)];[a56h(0x17b)];}export class AbstractInventory{[a56h(0x173)];[a56h(0x157)];}export class AbstractItem{[a56h(0x170)];[a56h(0x151)];[a56h(0x152)];[a56h(0x150)];[a56h(0x15a)];[a56h(0x156)];[a56h(0x16b)];[a56h(0x158)];[a56h(0x15e)];[a56h(0x16d)];}export class AbstractPlayer{[a56h(0x154)];[a56h(0x178)];[a56h(0x161)];['_equipment'];[a56h(0x171)];[a56h(0x165)];}export class AbstractPuzzle{[a56h(0x157)];[a56h(0x15d)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a59d,c=a();while(!![]){try{var d=-parseInt(k(0x149))/0x1*(-parseInt(k(0x191))/0x2)+parseInt(k(0x182))/0x3+parseInt(k(0x16a))/0x4+parseInt(k(0x1a1))/0x5*(-parseInt(k(0x1a5))/0x6)+-parseInt(k(0x17f))/0x7+parseInt(k(0x175))/0x8*(-parseInt(k(0x15a))/0x9)+-parseInt(k(0x155))/0xa*(parseInt(k(0x152))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x30b4f));export var Size;function a59c(){var v=['OUTSIDE','181086wVhCSi','fuzzy','hat','UNDERGROUND','orange','triangle','common','east','brown','smooth','Fuzzy','toString','Metallic','weapon','green','759086tZSwSM','west','outside','metallic','Large','purple','Helmet','body\x20armor','Small','square','Key','Gloves','TOWER','Triangle','south','Tiny','455tPdPXk','forest','rough','Legendary','4926ejlEXA','blue','BEACH','Medium','Rifle','beach','arm\x20armor','Gold','1guLLVI','book','mountain','Common','large','SOUTH','legendary','BodyArmor','Smooth','165jQVWas','ArmArmor','gloves','13980RzfNob','grainy','Square','search','Yellow','9CujHPq','Circle','Book','NORTH','shield','MOUNTAIN','helmet','Blade','rectangle','cave','Boots','LegArmor','blade','very\x20large','DESERT','key','575036EQjbZj','tiny','Unknown','circle','north','Orange','grey','medium','EAST','rare','Green','210072QqYVQM','FOREST','sea','red','DOWN','down','(((.+)+)+)+$','apply','Rare','bumpy','1835547pEsRhL','VeryLarge'];a59c=function(){return v;};return a59c();}(function(a){var l=a59d;a[l(0x1a0)]=l(0x16b),a[l(0x199)]='small',a[l(0x144)]=l(0x171),a[l(0x195)]=l(0x14d),a[l(0x180)]=l(0x167);}(Size||(Size={})));export var Rating;(function(a){var m=a59d;a[m(0x14c)]=m(0x188),a[m(0x17d)]=m(0x173),a[m(0x1a4)]=m(0x14f);}(Rating||(Rating={})));export var Category;(function(a){var n=a59d;a['Weapon']=n(0x18f),a['Shield']=n(0x15e),a[n(0x19b)]=n(0x169),a[n(0x19c)]=n(0x154),a[n(0x197)]=n(0x160),a['Hat']=n(0x184),a[n(0x164)]='boots',a[n(0x165)]='leg\x20armor',a[n(0x153)]=n(0x147),a[n(0x150)]=n(0x198),a[n(0x15c)]=n(0x14a),a['Cup']='cup',a[n(0x16c)]='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a59d;a[o(0x15b)]=o(0x16d),a[o(0x157)]=o(0x19a),a[o(0x19e)]=o(0x187),a['Rectangle']=o(0x162),a[o(0x161)]=o(0x166),a[o(0x145)]='rifle';}(Shape||(Shape={})));function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0x142;var f=c[d];return f;},a59d(a,b);}export var Color;(function(a){var p=a59d;a['Red']=p(0x178),a['Blue']=p(0x142),a[p(0x174)]=p(0x190),a[p(0x159)]='yellow',a[p(0x16f)]=p(0x186),a['Purple']=p(0x196),a['Grey']=p(0x170),a['Brown']=p(0x18a),a[p(0x148)]='gold';}(Color||(Color={})));export var Texture;(function(a){var q=a59d;a[q(0x151)]=q(0x18b),a['Rough']=q(0x1a3),a['Bumpy']=q(0x17e),a[q(0x18c)]=q(0x183),a['Grainy']=q(0x156),a[q(0x18e)]=q(0x194);}(Texture||(Texture={})));export var RoomType;(function(c){var t=a59d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var r=a59d;if(h){var j=h[r(0x17c)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a59d;return e[s(0x18d)]()['search'](s(0x17b))['toString']()['constructor'](e)[s(0x158)](s(0x17b));});e(),c['INSIDE']='inside',c[t(0x181)]=t(0x193),c[t(0x185)]='underground',c['CAVE']=t(0x163),c[t(0x19d)]='tower',c[t(0x176)]=t(0x1a2),c[t(0x168)]='desert',c[t(0x15f)]=t(0x14b),c[t(0x143)]=t(0x146),c['SEA']=t(0x177);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a59d;a[u(0x15d)]=u(0x16e),a[u(0x172)]=u(0x189),a[u(0x14e)]=u(0x19f),a['WEST']=u(0x192),a['UP']='up',a[u(0x179)]=u(0x17a);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a57d,c=a();while(!![]){try{var d=-parseInt(k(0xef))/0x1*(-parseInt(k(0x107))/0x2)+-parseInt(k(0xbf))/0x3+-parseInt(k(0xcd))/0x4+-parseInt(k(0xf8))/0x5+parseInt(k(0x112))/0x6+parseInt(k(0xbb))/0x7+parseInt(k(0x113))/0x8*(-parseInt(k(0xc0))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xaac66));export var Size;(function(a){var l=a57d;a[l(0xb9)]=l(0xcf),a[l(0x116)]='small',a[l(0xba)]=l(0x117),a['Large']=l(0xe9),a[l(0xc8)]=l(0xd2);}(Size||(Size={})));function a57c(){var u=['Rifle','metallic','Red','Book','(((.+)+)+)+$','cave','blue','rare','body\x20armor','sea','7499892enmdwV','8gIkeib','DOWN','ArmArmor','Small','medium','tower','leg\x20armor','Tiny','Medium','2781611XhirGr','north','Square','fuzzy','278862sXGhFU','6127461CqxHcn','south','orange','Grey','toString','smooth','OUTSIDE','INSIDE','VeryLarge','triangle','constructor','shield','Yellow','1662936TxQYoo','Shield','tiny','unknown','Rare','very\x20large','CAVE','Triangle','inside','boots','Blade','Gloves','rough','Key','blade','outside','Weapon','purple','Blue','BEACH','arm\x20armor','SOUTH','Circle','DESERT','Green','Legendary','LegArmor','Brown','large','Rectangle','red','Orange','Helmet','Gold','23GaWmFX','book','circle','FOREST','Cup','Grainy','yellow','search','Hat','1477775rFgWQQ','gloves','west','legendary','desert','beach','SEA','UNDERGROUND','forest','Purple','rifle','underground','Unknown','east','rectangle','46714gHngAy'];a57c=function(){return u;};return a57c();}export var Rating;(function(c){var n=a57d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var m=a57d;return e['toString']()[m(0xf6)](m(0x10c))[m(0xc4)]()[m(0xca)](e)['search'](m(0x10c));});e(),c['Common']='common',c[n(0xd1)]=n(0x10f),c[n(0xe6)]=n(0xfb);}(Rating||(Rating={})));export var Category;function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0xb9;var f=c[d];return f;},a57d(a,b);}(function(a){var o=a57d;a[o(0xdd)]='weapon',a[o(0xce)]=o(0xcb),a[o(0xda)]='key',a[o(0xd8)]=o(0xf9),a[o(0xed)]='helmet',a[o(0xf7)]='hat',a['Boots']=o(0xd6),a[o(0xe7)]=o(0x119),a[o(0x115)]=o(0xe1),a['BodyArmor']=o(0x110),a[o(0x10b)]=o(0xf0),a[o(0xf3)]='cup',a[o(0x104)]=o(0xd0);}(Category||(Category={})));export var Shape;(function(a){var p=a57d;a[p(0xe3)]=p(0xf1),a[p(0xbd)]='square',a[p(0xd4)]=p(0xc9),a[p(0xea)]=p(0x106),a[p(0xd7)]=p(0xdb),a[p(0x108)]=p(0x102);}(Shape||(Shape={})));export var Color;(function(a){var q=a57d;a[q(0x10a)]=q(0xeb),a[q(0xdf)]=q(0x10e),a[q(0xe5)]='green',a[q(0xcc)]=q(0xf5),a[q(0xec)]=q(0xc2),a[q(0x101)]=q(0xde),a[q(0xc3)]='grey',a[q(0xe8)]='brown',a[q(0xee)]='gold';}(Color||(Color={})));export var Texture;(function(a){var r=a57d;a['Smooth']=r(0xc5),a['Rough']=r(0xd9),a['Bumpy']='bumpy',a['Fuzzy']=r(0xbe),a[r(0xf4)]='grainy',a['Metallic']=r(0x109);}(Texture||(Texture={})));export var RoomType;(function(a){var s=a57d;a[s(0xc7)]=s(0xd5),a[s(0xc6)]=s(0xdc),a[s(0xff)]=s(0x103),a[s(0xd3)]=s(0x10d),a['TOWER']=s(0x118),a[s(0xf2)]=s(0x100),a[s(0xe4)]=s(0xfc),a['MOUNTAIN']='mountain',a[s(0xe0)]=s(0xfd),a[s(0xfe)]=s(0x111);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a57d;a['NORTH']=t(0xbc),a['EAST']=t(0x105),a[t(0xe2)]=t(0xc1),a['WEST']=t(0xfa),a['UP']='up',a[t(0x114)]='down';}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a60d,c=a();while(!![]){try{var d=-parseInt(f(0x102))/0x1*(parseInt(f(0x100))/0x2)+-parseInt(f(0x109))/0x3*(parseInt(f(0xfe))/0x4)+-parseInt(f(0xff))/0x5+parseInt(f(0x10a))/0x6+parseInt(f(0x10b))/0x7*(-parseInt(f(0x107))/0x8)+-parseInt(f(0x106))/0x9*(-parseInt(f(0x101))/0xa)+parseInt(f(0xfd))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x944ee));var a60b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a60d;if(c){var e=c[g(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){var h=a60d;return a60a[h(0x104)]()[h(0x108)](h(0x105))[h(0x104)]()[h(0x103)](a60a)[h(0x108)](h(0x105));});function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0xfd;var f=c[d];return f;},a60d(a,b);}a60a();function a60c(){var i=['constructor','toString','(((.+)+)+)+$','1769265TZHvtZ','7984axVEfH','search','3657dSLyfi','7184100xZqlkk','91zUZInd','apply','4209579UtRCWt','104BkCYEE','4805255uyILQG','379910bqeBOH','50IHNEcD','5nbYnXp'];a60c=function(){return i;};return a60c();}export{};
1
+ (function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x1a0))/0x1+parseInt(f(0x1a3))/0x2*(parseInt(f(0x199))/0x3)+-parseInt(f(0x19a))/0x4*(parseInt(f(0x1a7))/0x5)+-parseInt(f(0x1a6))/0x6*(parseInt(f(0x1a8))/0x7)+-parseInt(f(0x19c))/0x8*(parseInt(f(0x198))/0x9)+-parseInt(f(0x19f))/0xa*(parseInt(f(0x1a4))/0xb)+parseInt(f(0x19b))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x30eed));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x19d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x1a5)]()[h(0x19e)](h(0x1a1))[h(0x1a5)]()[h(0x1a2)](a58a)[h(0x19e)](h(0x1a1));});a58a();export{};function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x198;var f=c[d];return f;},a58d(a,b);}function a58c(){var i=['7410yhHdcK','72IVNbss','21976896DWUeoq','8sImaTV','apply','search','844150WQygXH','371416RxnJjb','(((.+)+)+)+$','constructor','4FnDeFQ','33jDgBSh','toString','3666RUFeRm','85430oKSlDm','4249FDoydA','2995497ztyZKJ'];a58c=function(){return i;};return a58c();}
@@ -1 +1 @@
1
- function a61c(){var i=['apply','78791AAiZBi','3144980QLgPrf','302430vHNvvh','25341ufpdud','2syUEep','1475865MEMghV','7856981vmvxqC','(((.+)+)+)+$','10ANJprF','toString','search','8IXQChP','2696960AruKPu','184FoLOJe'];a61c=function(){return i;};return a61c();}(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x1e6))/0x1*(-parseInt(f(0x1ea))/0x2)+-parseInt(f(0x1e9))/0x3*(-parseInt(f(0x1e4))/0x4)+parseInt(f(0x1df))/0x5*(-parseInt(f(0x1e8))/0x6)+-parseInt(f(0x1e3))/0x7+parseInt(f(0x1e2))/0x8*(-parseInt(f(0x1dc))/0x9)+-parseInt(f(0x1e7))/0xa+parseInt(f(0x1dd))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x34fdb));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1e5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x1e0)]()[h(0x1e1)](h(0x1de))['toString']()['constructor'](a61a)[h(0x1e1)](h(0x1de));});a61a();function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1dc;var f=c[d];return f;},a61d(a,b);}export{};
1
+ function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0x1a1;var f=c[d];return f;},a59d(a,b);}(function(a,b){var f=a59d,c=a();while(!![]){try{var d=parseInt(f(0x1af))/0x1*(parseInt(f(0x1a4))/0x2)+-parseInt(f(0x1a6))/0x3*(parseInt(f(0x1a1))/0x4)+parseInt(f(0x1b0))/0x5*(parseInt(f(0x1ab))/0x6)+-parseInt(f(0x1a8))/0x7*(-parseInt(f(0x1aa))/0x8)+parseInt(f(0x1ac))/0x9*(-parseInt(f(0x1b2))/0xa)+-parseInt(f(0x1b1))/0xb*(parseInt(f(0x1a7))/0xc)+parseInt(f(0x1a2))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xd945f));var a59b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a59d;if(c){var e=c[g(0x1ae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a59a=a59b(this,function(){var h=a59d;return a59a[h(0x1a5)]()[h(0x1a3)](h(0x1ad))[h(0x1a5)]()[h(0x1a9)](a59a)['search'](h(0x1ad));});a59a();function a59c(){var i=['495000gRATYu','3017ynvjWV','constructor','21136MKTLfq','6yOqghe','427320EGHcbC','(((.+)+)+)+$','apply','3yMoctZ','5162995jnDZGL','231HdgMjr','200zLQdOO','200UxJoVs','20900945DaDgkq','search','118790nVyefs','toString','75087NwVOEt'];a59c=function(){return i;};return a59c();}export{};