@maka/maka-cli 4.7.11 → 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.
- package/.eslintrc.json +29 -29
- package/.mocharc.json +3 -3
- package/.vs/VSWorkspaceState.json +12 -0
- package/.vs/maka-cli-src/FileContentIndex/18ca123b-cf4e-4263-8cf0-ed1624e8e918.vsidx +0 -0
- package/.vs/maka-cli-src/FileContentIndex/69d2de39-b193-48d9-b520-96bdb73b7b61.vsidx +0 -0
- package/.vs/maka-cli-src/FileContentIndex/93947812-c77d-4667-aaed-3f9a0df8b484.vsidx +0 -0
- package/.vs/maka-cli-src/FileContentIndex/c4cbf57e-b360-4b2a-8b3d-fc8f800c195a.vsidx +0 -0
- package/.vs/maka-cli-src/FileContentIndex/c9d2ef23-4e6c-46eb-a405-3584022229ed.vsidx +0 -0
- package/.vs/maka-cli-src/config/applicationhost.config +1016 -0
- package/.vs/maka-cli-src/v17/.wsuo +0 -0
- package/.vs/maka-cli-src/v17/workspaceFileList.bin +0 -0
- package/.vs/slnx.sqlite +0 -0
- package/README.md +21 -21
- package/bundle/obf/package.json +127 -127
- package/bundle/obf/src/README.md +21 -21
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/ai.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/install.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/proxy.js +1 -1
- package/bundle/obf/src/commands/reconfig.js +1 -1
- package/bundle/obf/src/commands/run/_index.js +1 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/run/run.command.js +1 -1
- package/bundle/obf/src/commands/set/_index.js +1 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/set.command.js +1 -1
- package/bundle/obf/src/commands/ssh.js +1 -1
- package/bundle/obf/src/commands/ssl.js +1 -1
- package/bundle/obf/src/commands/test.js +1 -1
- package/bundle/obf/src/commands/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/exec.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/templates/meteor/api/api.js +11 -11
- package/bundle/obf/src/templates/meteor/api/api.js.ts +11 -11
- package/bundle/obf/src/templates/meteor/api/collection.js +86 -86
- package/bundle/obf/src/templates/meteor/api/collection.js.ts +94 -94
- package/bundle/obf/src/templates/meteor/api/fixtures.js +23 -23
- package/bundle/obf/src/templates/meteor/api/fixtures.js.ts +23 -23
- package/bundle/obf/src/templates/meteor/api/methods.js +136 -136
- package/bundle/obf/src/templates/meteor/api/methods.js.ts +137 -137
- package/bundle/obf/src/templates/meteor/api/publications.js +31 -31
- package/bundle/obf/src/templates/meteor/api/publications.js.ts +31 -31
- package/bundle/obf/src/templates/meteor/api/register-api.js +15 -15
- package/bundle/obf/src/templates/meteor/api/register-api.js.ts +15 -15
- package/bundle/obf/src/templates/meteor/api/resolvers.js +9 -9
- package/bundle/obf/src/templates/meteor/api/resolvers.js.ts +9 -9
- package/bundle/obf/src/templates/meteor/api/tests.js +1 -1
- package/bundle/obf/src/templates/meteor/api/tests.js.ts +1 -1
- package/bundle/obf/src/templates/meteor/api/typeDefs.js +5 -5
- package/bundle/obf/src/templates/meteor/api/typeDefs.js.ts +5 -5
- package/bundle/obf/src/templates/meteor/app/client/body.html +3 -3
- package/bundle/obf/src/templates/meteor/app/client/head.html +15 -15
- package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js +9 -9
- package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.jsx +9 -9
- package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.ts +9 -9
- package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.tsx +9 -9
- package/bundle/obf/src/templates/meteor/app/client/main.js +13 -13
- package/bundle/obf/src/templates/meteor/app/client/main.js.jsx +13 -13
- package/bundle/obf/src/templates/meteor/app/client/main.js.ts +13 -13
- package/bundle/obf/src/templates/meteor/app/client/main.js.tsx +13 -13
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js +20 -20
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.jsx +117 -117
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.ts +20 -20
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.tsx +118 -118
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js +39 -39
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.jsx +48 -48
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.ts +24 -24
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.tsx +48 -48
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js +9 -9
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js.jsx +9 -9
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js.ts +9 -9
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js.tsx +9 -9
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js +1 -1
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.jsx +21 -21
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.ts +1 -1
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.tsx +21 -21
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/routes.js.jsx +48 -48
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/routes.js.tsx +48 -48
- package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js +1 -1
- package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.jsx +152 -152
- package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.tsx +152 -152
- package/bundle/obf/src/templates/meteor/app/imports/ui/test-helpers.js +24 -24
- package/bundle/obf/src/templates/meteor/app/imports/ui/test-helpers.js.ts +24 -24
- package/bundle/obf/src/templates/meteor/app/lib/main.js +1 -1
- package/bundle/obf/src/templates/meteor/app/lib/main.js.jsx +1 -1
- package/bundle/obf/src/templates/meteor/app/lib/main.js.ts +1 -1
- package/bundle/obf/src/templates/meteor/app/lib/main.js.tsx +1 -1
- package/bundle/obf/src/templates/meteor/app/maka.d.ts +160 -160
- package/bundle/obf/src/templates/meteor/app/meteor.d.ts +955 -955
- package/bundle/obf/src/templates/meteor/app/public/manifest.json +27 -27
- package/bundle/obf/src/templates/meteor/app/public/sw.js +30 -30
- package/bundle/obf/src/templates/meteor/app/public/sw.js.jsx +30 -30
- package/bundle/obf/src/templates/meteor/app/public/sw.js.ts +30 -30
- package/bundle/obf/src/templates/meteor/app/public/sw.js.tsx +30 -30
- package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js +179 -179
- package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.jsx +179 -179
- package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.ts +179 -179
- package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.tsx +179 -179
- package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js +9 -9
- package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.jsx +9 -9
- package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.ts +9 -9
- package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.tsx +9 -9
- package/bundle/obf/src/templates/meteor/app/server/main.js +11 -11
- package/bundle/obf/src/templates/meteor/app/server/main.js.jsx +11 -11
- package/bundle/obf/src/templates/meteor/app/server/main.js.ts +11 -11
- package/bundle/obf/src/templates/meteor/app/server/main.js.tsx +11 -11
- package/bundle/obf/src/templates/meteor/app/tsconfig.json +40 -40
- package/bundle/obf/src/templates/meteor/collection/collection.js +85 -85
- package/bundle/obf/src/templates/meteor/collection/collection.js.ts +97 -97
- package/bundle/obf/src/templates/meteor/collection/tests.js +27 -27
- package/bundle/obf/src/templates/meteor/collection/tests.js.ts +27 -27
- package/bundle/obf/src/templates/meteor/config/docker-compose.yaml +17 -17
- package/bundle/obf/src/templates/meteor/config/pm2.config.js +25 -25
- package/bundle/obf/src/templates/meteor/config/process.env +5 -5
- package/bundle/obf/src/templates/meteor/config/settings.json +11 -11
- package/bundle/obf/src/templates/meteor/config/ssh.json +6 -6
- package/bundle/obf/src/templates/meteor/dbc/config.js +70 -70
- package/bundle/obf/src/templates/meteor/dbc/config.js.ts +70 -70
- package/bundle/obf/src/templates/meteor/dbc/conn.js +37 -37
- package/bundle/obf/src/templates/meteor/dbc/conn.js.ts +37 -37
- package/bundle/obf/src/templates/meteor/dbc/register-dbc.js +3 -3
- package/bundle/obf/src/templates/meteor/dbc/register-dbc.js.ts +3 -3
- package/bundle/obf/src/templates/meteor/method/method.js +48 -48
- package/bundle/obf/src/templates/meteor/method/method.js.ts +48 -48
- package/bundle/obf/src/templates/meteor/package/package.js +37 -37
- package/bundle/obf/src/templates/meteor/package/package.js.jsx +37 -37
- package/bundle/obf/src/templates/meteor/package/package.js.ts +36 -36
- package/bundle/obf/src/templates/meteor/package/package.js.tsx +37 -37
- package/bundle/obf/src/templates/meteor/package/tests/client/package.js +5 -5
- package/bundle/obf/src/templates/meteor/package/tests/client/package.js.jsx +5 -5
- package/bundle/obf/src/templates/meteor/package/tests/client/package.js.ts +5 -5
- package/bundle/obf/src/templates/meteor/package/tests/client/package.js.tsx +5 -5
- package/bundle/obf/src/templates/meteor/package/tests/server/package.js +5 -5
- package/bundle/obf/src/templates/meteor/package/tests/server/package.js.jsx +5 -5
- package/bundle/obf/src/templates/meteor/package/tests/server/package.js.ts +5 -5
- package/bundle/obf/src/templates/meteor/package/tests/server/package.js.tsx +5 -5
- package/bundle/obf/src/templates/meteor/project/.maka/config.json +29 -29
- package/bundle/obf/src/templates/meteor/project/README.md +1 -1
- package/bundle/obf/src/templates/meteor/project/build/README +4 -4
- package/bundle/obf/src/templates/meteor/project/gitignore +7 -7
- package/bundle/obf/src/templates/meteor/project/package.json +20 -20
- package/bundle/obf/src/templates/meteor/publish/publish.js +3 -3
- package/bundle/obf/src/templates/meteor/publish/publish.js.jsx +3 -3
- package/bundle/obf/src/templates/meteor/publish/publish.js.tsx +3 -3
- package/bundle/obf/src/templates/meteor/publish/publish.ts +3 -3
- package/bundle/obf/src/templates/meteor/service/logger/logger.js +27 -27
- package/bundle/obf/src/templates/meteor/service/logger/logger.js.ts +27 -27
- package/bundle/obf/src/templates/meteor/stylesheet/stylesheet.css +5 -5
- package/bundle/obf/src/templates/meteor/stylesheet/stylesheet.css.less +5 -5
- package/bundle/obf/src/templates/meteor/template/template-tests.js +1 -1
- package/bundle/obf/src/templates/meteor/template/template-tests.js.jsx +55 -55
- package/bundle/obf/src/templates/meteor/template/template-tests.js.ts +1 -1
- package/bundle/obf/src/templates/meteor/template/template-tests.js.tsx +55 -55
- package/bundle/obf/src/templates/meteor/template/template.css +3 -3
- package/bundle/obf/src/templates/meteor/template/template.css.less +3 -3
- package/bundle/obf/src/templates/meteor/template/template.css.scss +3 -3
- package/bundle/obf/src/templates/meteor/template/template.html +5 -5
- package/bundle/obf/src/templates/meteor/template/template.js +20 -20
- package/bundle/obf/src/templates/meteor/template/template.js.jsx +77 -77
- package/bundle/obf/src/templates/meteor/template/template.js.ts +1 -1
- package/bundle/obf/src/templates/meteor/template/template.js.tsx +89 -89
- package/bundle/obf/src/templates/react/component/component.css +6 -6
- package/bundle/obf/src/templates/react/component/component.css.less +6 -6
- package/bundle/obf/src/templates/react/component/component.css.scss +3 -3
- package/bundle/obf/src/templates/react/component/component.js.jsx +63 -63
- package/bundle/obf/src/templates/react/component/component.js.tsx +68 -68
- package/bundle/obf/src/templates/react/hook/hook.css +3 -3
- package/bundle/obf/src/templates/react/hook/hook.css.scss +3 -3
- package/bundle/obf/src/templates/react/hook/hook.js +1 -1
- package/bundle/obf/src/templates/react/hook/hook.js.jsx +24 -24
- package/bundle/obf/src/templates/react/hook/hook.js.tsx +23 -23
- package/bundle/obf/src/templates/react/kit/esri/map/basic-map.js.jsx +27 -27
- package/bundle/obf/src/templates/react/kit/esri/map/basic-map.js.tsx +29 -29
- package/bundle/obf/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.jsx +41 -41
- package/bundle/obf/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.tsx +40 -40
- package/bundle/obf/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.jsx +118 -118
- package/bundle/obf/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.tsx +116 -116
- package/bundle/obf/src/templates/react/route/route.js +8 -8
- package/bundle/obf/src/templates/react/route/route.js.jsx +8 -8
- package/bundle/obf/src/templates/react/route/route.js.ts +8 -8
- package/bundle/obf/src/templates/react/route/route.js.tsx +8 -8
- package/bundle/obf/src/templates/react/test/test.js +1 -1
- package/bundle/obf/src/templates/react/test/test.js.jsx +41 -41
- package/bundle/obf/src/templates/react/test/test.js.ts +1 -1
- package/bundle/obf/src/templates/react/test/test.js.tsx +41 -41
- package/bundle/obf/src/templates/service/docker/Dockerfile +54 -54
- package/bundle/obf/src/templates/service/eslint/eslintrc.json +33 -33
- package/bundle/obf/src/templates/service/i18n/i18n.js +33 -33
- package/bundle/obf/src/templates/service/i18n/i18n.js.ts +33 -33
- package/bundle/obf/src/templates/service/i18n/locales.js +3 -3
- package/bundle/obf/src/templates/service/i18n/locales.js.ts +3 -3
- package/bundle/obf/src/templates/service/openssl/openssl.conf +22 -22
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/docker/docker.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
- package/bundle/obf/src/tools/https/https.class.js +1 -1
- package/bundle/obf/src/tools/https/https.interface.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/jest.config.js +11 -11
- package/obfuscator.json +29 -29
- package/package.json +127 -127
- package/tsconfig.json +23 -23
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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(a,b){var f=
|
|
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
|
-
|
|
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
|
|
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
|
-
var
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
function
|
|
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
|
|
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(0xbb))/0x1*(parseInt(f(0xe7))/0x2)+parseInt(f(0xf1))/0x3+parseInt(f(0xc8))/0x4+-parseInt(f(0xe9))/0x5*(-parseInt(f(0xdb))/0x6)+-parseInt(f(0xb9))/0x7*(parseInt(f(0xf7))/0x8)+parseInt(f(0x10a))/0x9*(-parseInt(f(0xed))/0xa)+parseInt(f(0xf0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x3cca4));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a57d;if(c){const e=c[g(0xe0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const h=a57d;return a57a[h(0x10d)]()[h(0xb2)](h(0xb6))[h(0x10d)]()['constructor'](a57a)[h(0xb2)](h(0xb6));});a57a();function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0xa5;let f=c[d];return f;},a57d(a,b);}export const rooms=[{'name':a57i(0xaa),'description':a57i(0xc4),'isStartRoom':!![],'items':[{'type':a57i(0xd7),'name':'Golden\x20Key','description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':'book','name':a57i(0xf4),'description':a57i(0xb8),'content':a57i(0x112)}],'exits':[{'direction':a57i(0x11a),'targetRoom':a57i(0xf3)}]},{'name':a57i(0xf3),'description':a57i(0xe3),'exits':[{'direction':a57i(0xbd),'targetRoom':a57i(0xf5),'keyRequired':a57i(0x116)},{'direction':a57i(0x105),'targetRoom':a57i(0xbe)}]},{'name':'Treasure\x20Room','description':a57i(0xac),'items':[{'type':'holyGrail','name':'Holy\x20Grail','description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a57i(0xbe),'description':a57i(0xbc),'roomType':a57i(0xb5),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a57i(0xeb),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':'OUTSIDE','puzzle':{'requiredPhrase':'secret123','riddle':a57i(0xb4),'rewardItem':{'type':'rifle','name':a57i(0xf6),'description':a57i(0xa6)},'successMessage':a57i(0xc3),'failureMessage':a57i(0xee)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a57i(0xfa),'isStartRoom':!![],'roomType':a57i(0xa9),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a57i(0xea),'rewardItem':{'type':'key','name':a57i(0xa7),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a57i(0x10c),'failureMessage':a57i(0xd1)},'exits':[{'direction':a57i(0xcb),'targetRoom':a57i(0xab)},{'direction':a57i(0xd3),'targetRoom':a57i(0xda),'keyRequired':a57i(0xa7)}]},{'name':'Study','description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':a57i(0xa9),'items':[{'type':'book','name':'Riddle\x20Book','description':a57i(0x109),'content':a57i(0xc5)},{'type':a57i(0xd7),'name':a57i(0xa7),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':'south','targetRoom':a57i(0xf2)},{'direction':a57i(0xd3),'targetRoom':a57i(0xa5)}]},{'name':'Alchemy\x20Lab','description':a57i(0x108),'roomType':a57i(0xa9),'items':[{'type':a57i(0xba),'name':a57i(0xe8),'description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':a57i(0xb0),'targetRoom':'Study'},{'direction':a57i(0xcb),'targetRoom':a57i(0x103)}]},{'name':'Armory','description':a57i(0xfc),'roomType':a57i(0xa9),'items':[{'type':a57i(0xce),'name':a57i(0xc0),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a57i(0xec),'name':'Rusted\x20Sword','description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a57i(0xd0),'targetRoom':'Alchemy\x20Lab'},{'direction':a57i(0xd3),'targetRoom':a57i(0xda)}]},{'name':a57i(0xda),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a57i(0xa9),'exits':[{'direction':'west','targetRoom':'Armory'},{'direction':'south','targetRoom':a57i(0xf2)},{'direction':a57i(0xcb),'targetRoom':'Torture\x20Chamber'},{'direction':a57i(0xd3),'targetRoom':a57i(0xf5)}]},{'name':a57i(0x119),'description':a57i(0xb3),'roomType':a57i(0xa9),'items':[{'type':a57i(0xd7),'name':'Blood-stained\x20Key','description':a57i(0xc1)}],'puzzle':{'requiredPhrase':'release','riddle':a57i(0xd2),'rewardItem':{'type':a57i(0x101),'name':a57i(0xc6),'description':a57i(0xe1)},'successMessage':a57i(0x118),'failureMessage':a57i(0xd8)},'exits':[{'direction':a57i(0xd0),'targetRoom':a57i(0xda)}]},{'name':'Treasure\x20Room','description':a57i(0xb1),'roomType':'inside','puzzle':{'requiredPhrase':'insert\x20gem','riddle':a57i(0xfd),'rewardItem':{'type':'cup','name':a57i(0x104),'description':a57i(0xe5)},'successMessage':a57i(0xff),'failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':'west','targetRoom':a57i(0xda)}]}];export const shadowrunConfig=[{'name':a57i(0x110),'description':a57i(0x10f),'isStartRoom':!![],'roomType':a57i(0xa9),'exits':[{'direction':a57i(0xcb),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a57i(0xf9)}]},{'name':'Matrix\x20Data\x20Haven','description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a57i(0xa9),'puzzle':{'requiredPhrase':a57i(0xe6),'riddle':a57i(0xdc),'rewardItem':{'type':'key','name':a57i(0x113),'description':a57i(0x114)},'successMessage':a57i(0xb7),'failureMessage':a57i(0xfb)},'exits':[{'direction':'down','targetRoom':'Jackpoint\x20Login'}]},{'name':a57i(0x117),'description':a57i(0xde),'roomType':'outside','exits':[{'direction':a57i(0xd0),'targetRoom':a57i(0x110)},{'direction':a57i(0xd3),'targetRoom':a57i(0xc7)},{'direction':a57i(0xb0),'targetRoom':a57i(0xaf)}]},{'name':a57i(0xc7),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a57i(0xcd),'puzzle':{'requiredPhrase':a57i(0xdd),'riddle':a57i(0xd9),'rewardItem':{'type':a57i(0xd7),'name':a57i(0x111),'description':a57i(0x115)},'successMessage':a57i(0xca),'failureMessage':a57i(0xe4)},'exits':[{'direction':a57i(0xb0),'targetRoom':a57i(0x117)},{'direction':a57i(0xcb),'targetRoom':a57i(0x107)}]},{'name':a57i(0xaf),'description':a57i(0x10b),'roomType':a57i(0xa9),'items':[{'type':a57i(0xe2),'name':a57i(0xbf),'description':a57i(0xd4)},{'type':a57i(0xc9),'name':a57i(0xc2),'description':a57i(0x10e)}],'exits':[{'direction':a57i(0xd3),'targetRoom':a57i(0x117)}]},{'name':a57i(0x107),'description':a57i(0x100),'roomType':'outside','items':[{'type':a57i(0xf8),'name':a57i(0x106),'description':a57i(0xa8)}],'exits':[{'direction':'south','targetRoom':a57i(0xc7)},{'direction':'north','targetRoom':a57i(0xae)},{'direction':'east','targetRoom':'Rigger\x27s\x20Workshop'}]},{'name':a57i(0xae),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a57i(0xa9),'puzzle':{'requiredPhrase':a57i(0xd6),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a57i(0xad),'name':'Amulet\x20of\x20Awakening','description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a57i(0xef),'failureMessage':a57i(0xfe)},'exits':[{'direction':'south','targetRoom':a57i(0x107)}]},{'name':a57i(0x102),'description':a57i(0xdf),'roomType':a57i(0xa9),'items':[{'type':a57i(0xcf),'name':a57i(0xd5),'description':a57i(0xcc)}],'exits':[{'direction':'west','targetRoom':'Barrens\x20Hideout'}]}];function a57c(){const j=['basic','6yHXEDi','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','NORTH','Courtyard','Corporate\x20Creditstick','Emblem\x20Shield','A\x20key\x20stained\x20with\x20old\x20blood.','CorpSec\x20Plans','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','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Ancient\x20Gem','Barrens\x20Entrance','195144hINhor','document','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','north','A\x20small\x20surveillance\x20drone.','outside','shield','drone','south','Nothing\x20happens.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','east','A\x20creditstick\x20loaded\x20with\x20nuyen.','MCT\x20Fly-Spy','disenchant','key','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Central\x20Chamber','126570DqRIuR','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','show\x20loyalty','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','apply','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','creditstick','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20chalice\x20made\x20of\x20pure\x20gold.','decrypt','118794lNPNqn','Empty\x20vial','75KPNXLg','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Watch\x20Tower','sword','20sOJmsy','That\x20passcode\x20is\x20incorrect','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','348832oqQyZZ','1062840PDURxa','Entrance\x20Hall','Secret\x20Passage','Guard\x27s\x20Log\x20Book','Treasure\x20Room','Sniper\x20Rifle','23496ZwVYAs','weapon','Matrix\x20Data\x20Haven','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','The\x20data\x20remains\x20encrypted.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','gem','Rigger\x27s\x20Workshop','Armory','Golden\x20Chalice','SOUTH','Ares\x20Predator','Barrens\x20Hideout','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','87903TiKcYi','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','toString','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Jackpoint\x20Login','Gang\x20Insignia','Chad\x20the\x20stupid\x20guard','Encrypted\x20Data\x20Key','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Golden\x20Key','Downtown\x20Seattle','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Torture\x20Chamber','EAST','Alchemy\x20Lab','A\x20long-range\x20weapon.','Central\x20Chamber\x20Key','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','inside','Library','Study','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','amulet','Mage\x27s\x20Lair','Corp\x20Enclave','west','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','search','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','OUTSIDE','(((.+)+)+)+$','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20thin\x20log\x20book','301IuNcgB'];a57c=function(){return j;};return a57c();}
|
|
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
|
|
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=
|
|
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=
|
|
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(a,b){var f=
|
|
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{};
|