@maka/maka-cli 5.0.12 → 5.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/bundle/obf/package.json +2 -3
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/test.js +1 -1
  100. package/bundle/obf/src/commands/undo.js +1 -1
  101. package/bundle/obf/src/commands/version.js +1 -1
  102. package/bundle/obf/src/error.js +1 -1
  103. package/bundle/obf/src/exec.js +1 -1
  104. package/bundle/obf/src/generator.js +1 -1
  105. package/bundle/obf/src/generators/_index.js +1 -1
  106. package/bundle/obf/src/generators/api.js +1 -1
  107. package/bundle/obf/src/generators/aws/_index.js +1 -1
  108. package/bundle/obf/src/generators/aws/aws.js +1 -1
  109. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  110. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  112. package/bundle/obf/src/generators/collection.js +1 -1
  113. package/bundle/obf/src/generators/component.js +1 -1
  114. package/bundle/obf/src/generators/config.js +1 -1
  115. package/bundle/obf/src/generators/dbc.js +1 -1
  116. package/bundle/obf/src/generators/dockerfile.js +1 -1
  117. package/bundle/obf/src/generators/hook.js +1 -1
  118. package/bundle/obf/src/generators/kits/_index.js +1 -1
  119. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/kit.js +1 -1
  127. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  131. package/bundle/obf/src/generators/layout.js +1 -1
  132. package/bundle/obf/src/generators/maka.gen.js +1 -1
  133. package/bundle/obf/src/generators/methods.js +1 -1
  134. package/bundle/obf/src/generators/package.js +1 -1
  135. package/bundle/obf/src/generators/page.js +1 -1
  136. package/bundle/obf/src/generators/publish.js +1 -1
  137. package/bundle/obf/src/generators/route.js +1 -1
  138. package/bundle/obf/src/generators/service.js +1 -1
  139. package/bundle/obf/src/generators/services/_index.js +1 -1
  140. package/bundle/obf/src/generators/services/openssl.js +1 -1
  141. package/bundle/obf/src/generators/services/translation.js +1 -1
  142. package/bundle/obf/src/maka.js +1 -1
  143. package/bundle/obf/src/tool.js +1 -1
  144. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  145. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  146. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  147. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -0
  148. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  149. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  150. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  151. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  152. package/bundle/obf/src/tools/https/https.class.js +1 -1
  153. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  154. package/bundle/obf/src/tools/log/log.class.js +1 -1
  155. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  156. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -0
  157. package/bundle/obf/src/tools/options/options.class.js +1 -1
  158. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -0
  159. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  160. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -0
  161. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  162. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  163. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  164. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  165. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  166. package/package.json +2 -3
  167. package/bundle/obf/src/commands/patreon.js +0 -1
@@ -1 +1 @@
1
- const a57l=a57d;(function(a,b){const i=a57d,c=a();while(!![]){try{const d=-parseInt(i(0xd2))/0x1*(parseInt(i(0xcd))/0x2)+-parseInt(i(0xef))/0x3*(-parseInt(i(0xbf))/0x4)+parseInt(i(0xbc))/0x5*(-parseInt(i(0xdb))/0x6)+parseInt(i(0xc8))/0x7*(parseInt(i(0x104))/0x8)+parseInt(i(0xf0))/0x9*(parseInt(i(0xd8))/0xa)+-parseInt(i(0xc4))/0xb*(parseInt(i(0xe9))/0xc)+-parseInt(i(0xbb))/0xd*(-parseInt(i(0xe1))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x191ab));function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0xb9;let f=c[d];return f;},a57d(a,b);}function a57c(){const D=['getInstance','constructor','connectRooms','setCharacterLocation','914188SNZzHu','No\x20starting\x20room\x20designated.\x20Defaulting\x20to\x20the\x20first\x20room.','generateRoomsFromConfig','addItemToRoom','63lihfMU','logger','Added\x20item\x20','createRoom','Room\x20\x22','34NVtndQ','targetRoom','\x27s\x20location.\x20Room\x20','addExit','keys','2057lhjegZ','getPlayer','Scene\x20initialized\x20with\x20rooms:\x20','\x22\x20does\x20not\x20exist.','from','addItem','1850sqrHen','push','apply','978YvPanV','\x20to\x20room\x20','length','values','keyRequired','write','126YjBVcX','removeActor','getRooms','Room\x20Factory\x20was\x20not\x20correctly\x20initialized','(((.+)+)+)+$','No\x20actor\x20with\x20name\x20','Added\x20room\x20to\x20scene:\x20','name','24fXqVCp','allActors','player','Failed\x20to\x20add\x20item\x20','determineStartRoom','actors','171xBzLPP','6435qjmAaA','rooms','Attempted\x20to\x20remove\x20a\x20non-existent\x20room\x20from\x20scene:\x20','search','initialize','characterLocations','\x20found\x20in\x20the\x20scene.','\x20not\x20found\x20in\x20scene.','exits','roomFactory','join','direction','roomConfiguration','createExitsFromConfig','isStartRoom','toString','toUpperCase','Actor\x20with\x20name\x20','Failed\x20to\x20set\x20','getCharacterLocation','171992eeHNGb','get','hasOwnProperty','77688HhXRbz','2735JWWoGd','set','has','956irNlpe'];a57c=function(){return D;};return a57c();}const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a57d;if(c){const e=c[j(0xda)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const k=a57d;return a57a[k(0xff)]()[k(0xf3)](k(0xe5))[k(0xff)]()[k(0xc1)](a57a)[k(0xf3)]('(((.+)+)+)+$');});a57a();import{Logger}from'../utilities/logger.js';import{Direction}from'../types/enums.js';import{AbstractScene}from'../types/abstracts.js';import{RoomFactory}from'../factories/roomsF.js';export class Scene extends AbstractScene{[a57l(0xf1)];[a57l(0xeb)];['logger'];[a57l(0xee)];[a57l(0xf5)]=new Map();[a57l(0xf9)];constructor(a){const m=a57l;super(),this[m(0xf9)]=new RoomFactory(),this['player']=a[m(0xeb)],this['rooms']=this[m(0xc6)](a[m(0xfc)]),this['logger']=Logger[m(0xc0)](),this['actors']=new Map(),this[m(0xfd)](a[m(0xfc)]),this[m(0xc9)][m(0xe0)](m(0xd4)+Object['keys'](this[m(0xf1)])[m(0xfa)](',\x20'));}[a57l(0xf4)](){const n=a57l;this[n(0xeb)]['currentLocation']=this[n(0xed)]();}[a57l(0xc6)](a){const o=a57l;if(!this[o(0xf9)])throw new Error(o(0xe4));const b={};for(const c of a){const d=this[o(0xf9)][o(0xcb)](c);b[c[o(0xe8)]]=d;}return b;}['createExitsFromConfig'](a){const p=a57l;for(const b of a){const c=this[p(0xf1)][b[p(0xe8)]];if(b[p(0xf8)])for(const d of b[p(0xf8)]){const e=d[p(0xfb)][p(0x100)](),f=d[p(0xce)],g=d[p(0xdf)],h=this['rooms'][f];h&&c[p(0xd0)](Direction[e],h,g);}}}['addActor'](a){const q=a57l;if(this[q(0xee)]['has'](a[q(0xe8)]))throw new Error(q(0x101)+a['name']+'\x20already\x20exists\x20in\x20the\x20scene.');this[q(0xee)][q(0xbd)](a[q(0xe8)],a);}[a57l(0xe2)](a){const r=a57l;if(!this[r(0xee)][r(0xbe)](a))throw new Error(r(0xe6)+a+r(0xf6));this[r(0xee)]['delete'](a);}['getActor'](a){const s=a57l;return this[s(0xee)][s(0xb9)](a);}get[a57l(0xea)](){const t=a57l;return Array[t(0xd6)](this[t(0xee)][t(0xde)]());}['addRoom'](a){const u=a57l;this[u(0xf1)][a[u(0xe8)]]=a,this[u(0xc9)]['write'](u(0xe7)+a[u(0xe8)]);}['removeRoom'](a){const v=a57l;return this['rooms'][a]?(delete this[v(0xf1)][a],this['logger'][v(0xe0)]('Removed\x20room\x20from\x20scene:\x20'+a),!![]):(this[v(0xc9)]['write'](v(0xf2)+a),![]);}[a57l(0xc7)](a,b){const w=a57l,c=this[w(0xf1)][b];c?(c[w(0xd7)](a),this[w(0xc9)][w(0xe0)](w(0xca)+a[w(0xe8)]+w(0xdc)+c[w(0xe8)])):this['logger'][w(0xe0)](w(0xec)+a[w(0xe8)]+'.\x20Room\x20'+b+w(0xf7));}['addPuzzleToRoom'](a,b){const x=a57l,c=this[x(0xf1)][b];c?(c['setPuzzle'](a),this[x(0xc9)][x(0xe0)]('Added\x20puzzle\x20to\x20room\x20'+c['name'])):this[x(0xc9)]['write']('Failed\x20to\x20add\x20puzzle.\x20Room\x20'+b+'\x20not\x20found\x20in\x20scene.');}[a57l(0xc3)](a,b){const y=a57l,c=this[y(0xf1)][b];c?(this['characterLocations']['set'](a[y(0xe8)],c),this[y(0xc9)][y(0xe0)](a[y(0xe8)]+'\x20is\x20now\x20in\x20room\x20'+c[y(0xe8)])):this[y(0xc9)][y(0xe0)](y(0x102)+a['name']+y(0xcf)+b+y(0xf7));}[a57l(0x103)](a){const z=a57l;return this['characterLocations'][z(0xb9)](a[z(0xe8)]);}[a57l(0xed)](){const A=a57l,a=[];for(const c in this[A(0xf1)]){if(this[A(0xf1)][A(0xba)](c)){const d=this['rooms'][c];d[A(0xfe)]&&a[A(0xd9)](d);}}if(a['length']>0x1)throw new Error('Multiple\x20starting\x20rooms\x20have\x20been\x20defined.\x20Please\x20ensure\x20there\x27s\x20only\x20one\x20starting\x20room.');if(a[A(0xdd)]===0x1)return a[0x0];const b=Object[A(0xd1)](this[A(0xf1)]);if(b[A(0xdd)]===0x0)throw new Error('No\x20rooms\x20have\x20been\x20defined\x20in\x20the\x20game.');return console['warn'](A(0xc5)),this[A(0xf1)][b[0x0]];}[a57l(0xd3)](){const B=a57l;return this[B(0xeb)];}[a57l(0xe3)](){return this['rooms'];}[a57l(0xc2)](a,b,c,d){const C=a57l,e=this[C(0xf1)][a],f=this[C(0xf1)][c];if(!e)throw new Error(C(0xcc)+a+'\x22\x20does\x20not\x20exist.');if(!f)throw new Error('Room\x20\x22'+c+C(0xd5));e[C(0xd0)](b,f,d);}}
1
+ const a57l=a57d;(function(a,b){const i=a57d,c=a();while(!![]){try{const d=-parseInt(i(0x136))/0x1+parseInt(i(0x111))/0x2*(parseInt(i(0x10e))/0x3)+parseInt(i(0x110))/0x4*(parseInt(i(0x11b))/0x5)+parseInt(i(0x114))/0x6+parseInt(i(0x10c))/0x7+-parseInt(i(0x14b))/0x8*(-parseInt(i(0x129))/0x9)+-parseInt(i(0x137))/0xa*(parseInt(i(0x147))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x93c0c));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a57d;if(c){const e=c[j(0x115)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const k=a57d;return a57a[k(0x10d)]()['search'](k(0x116))[k(0x10d)]()[k(0x12c)](a57a)[k(0x113)](k(0x116));});function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x105;let f=c[d];return f;},a57d(a,b);}a57a();function a57c(){const D=['addRoom','roomFactory','isStartRoom','\x20not\x20found\x20in\x20scene.','Scene\x20initialized\x20with\x20rooms:\x20','1889559vHLgQF','\x22\x20does\x20not\x20exist.','createExitsFromConfig','constructor','\x27s\x20location.\x20Room\x20','\x20found\x20in\x20the\x20scene.','setCharacterLocation','setPuzzle','from','Room\x20Factory\x20was\x20not\x20correctly\x20initialized','values','warn','delete','662319oorJOB','330bsGKMw','exits','logger','No\x20starting\x20room\x20designated.\x20Defaulting\x20to\x20the\x20first\x20room.','Failed\x20to\x20set\x20','connectRooms','getCharacterLocation','targetRoom','get','.\x20Room\x20','player','roomConfiguration','removeActor','direction','write','Attempted\x20to\x20remove\x20a\x20non-existent\x20room\x20from\x20scene:\x20','516472pVHmWx','hasOwnProperty','getRooms','determineStartRoom','16LQxIsR','removeRoom','Room\x20\x22','keyRequired','allActors','Added\x20puzzle\x20to\x20room\x20','characterLocations','addItem','\x20to\x20room\x20','currentLocation','set','addExit','\x20is\x20now\x20in\x20room\x20','674968VeKtOz','toString','3915XBYpOy','Actor\x20with\x20name\x20','501368pDSjwh','1324vhTbEB','rooms','search','4859910dFOcxC','apply','(((.+)+)+)+$','length','name','Added\x20item\x20','keys','25XcASql','Removed\x20room\x20from\x20scene:\x20','initialize','Added\x20room\x20to\x20scene:\x20','No\x20rooms\x20have\x20been\x20defined\x20in\x20the\x20game.','actors','\x20already\x20exists\x20in\x20the\x20scene.','has','Failed\x20to\x20add\x20item\x20'];a57c=function(){return D;};return a57c();}import{Logger}from'../utilities/logger.js';import{Direction}from'../types/enums.js';import{AbstractScene}from'../types/abstracts.js';import{RoomFactory}from'../factories/roomsF.js';export class Scene extends AbstractScene{[a57l(0x112)];[a57l(0x141)];[a57l(0x139)];[a57l(0x120)];['characterLocations']=new Map();[a57l(0x125)];constructor(a){const m=a57l;super(),this['roomFactory']=new RoomFactory(),this[m(0x141)]=a['player'],this[m(0x112)]=this['generateRoomsFromConfig'](a[m(0x142)]),this['logger']=Logger['getInstance'](),this[m(0x120)]=new Map(),this[m(0x12b)](a[m(0x142)]),this['logger'][m(0x145)](m(0x128)+Object[m(0x11a)](this['rooms'])['join'](',\x20'));}[a57l(0x11d)](){const n=a57l;this['player'][n(0x108)]=this[n(0x14a)]();}['generateRoomsFromConfig'](a){const o=a57l;if(!this[o(0x125)])throw new Error(o(0x132));const b={};for(const c of a){const d=this[o(0x125)]['createRoom'](c);b[c['name']]=d;}return b;}['createExitsFromConfig'](a){const p=a57l;for(const b of a){const c=this[p(0x112)][b[p(0x118)]];if(b[p(0x138)])for(const d of b[p(0x138)]){const e=d[p(0x144)]['toUpperCase'](),f=d[p(0x13e)],g=d[p(0x14e)],h=this[p(0x112)][f];h&&c[p(0x10a)](Direction[e],h,g);}}}['addActor'](a){const q=a57l;if(this['actors']['has'](a[q(0x118)]))throw new Error(q(0x10f)+a[q(0x118)]+q(0x121));this[q(0x120)]['set'](a[q(0x118)],a);}[a57l(0x143)](a){const r=a57l;if(!this[r(0x120)][r(0x122)](a))throw new Error('No\x20actor\x20with\x20name\x20'+a+r(0x12e));this[r(0x120)][r(0x135)](a);}['getActor'](a){const s=a57l;return this[s(0x120)][s(0x13f)](a);}get[a57l(0x14f)](){const t=a57l;return Array[t(0x131)](this['actors'][t(0x133)]());}[a57l(0x124)](a){const u=a57l;this['rooms'][a[u(0x118)]]=a,this['logger'][u(0x145)](u(0x11e)+a[u(0x118)]);}[a57l(0x14c)](a){const v=a57l;return this[v(0x112)][a]?(delete this['rooms'][a],this['logger'][v(0x145)](v(0x11c)+a),!![]):(this[v(0x139)]['write'](v(0x146)+a),![]);}['addItemToRoom'](a,b){const w=a57l,c=this['rooms'][b];c?(c[w(0x106)](a),this[w(0x139)]['write'](w(0x119)+a[w(0x118)]+w(0x107)+c[w(0x118)])):this['logger'][w(0x145)](w(0x123)+a['name']+w(0x140)+b+w(0x127));}['addPuzzleToRoom'](a,b){const x=a57l,c=this[x(0x112)][b];c?(c[x(0x130)](a),this['logger'][x(0x145)](x(0x150)+c[x(0x118)])):this[x(0x139)][x(0x145)]('Failed\x20to\x20add\x20puzzle.\x20Room\x20'+b+x(0x127));}[a57l(0x12f)](a,b){const y=a57l,c=this['rooms'][b];c?(this[y(0x105)][y(0x109)](a[y(0x118)],c),this[y(0x139)]['write'](a[y(0x118)]+y(0x10b)+c[y(0x118)])):this[y(0x139)]['write'](y(0x13b)+a['name']+y(0x12d)+b+y(0x127));}[a57l(0x13d)](a){const z=a57l;return this[z(0x105)][z(0x13f)](a['name']);}[a57l(0x14a)](){const A=a57l,a=[];for(const c in this[A(0x112)]){if(this[A(0x112)][A(0x148)](c)){const d=this['rooms'][c];d[A(0x126)]&&a['push'](d);}}if(a['length']>0x1)throw new Error('Multiple\x20starting\x20rooms\x20have\x20been\x20defined.\x20Please\x20ensure\x20there\x27s\x20only\x20one\x20starting\x20room.');if(a[A(0x117)]===0x1)return a[0x0];const b=Object[A(0x11a)](this[A(0x112)]);if(b[A(0x117)]===0x0)throw new Error(A(0x11f));return console[A(0x134)](A(0x13a)),this[A(0x112)][b[0x0]];}['getPlayer'](){const B=a57l;return this[B(0x141)];}[a57l(0x149)](){return this['rooms'];}[a57l(0x13c)](a,b,c,d){const C=a57l,e=this[C(0x112)][a],f=this[C(0x112)][c];if(!e)throw new Error(C(0x14d)+a+C(0x12a));if(!f)throw new Error('Room\x20\x22'+c+C(0x12a));e['addExit'](b,f,d);}}
@@ -1 +1 @@
1
- var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xfa))/0x1+parseInt(f(0xeb))/0x2+-parseInt(f(0xdb))/0x3+parseInt(f(0xe4))/0x4*(-parseInt(f(0xf4))/0x5)+parseInt(f(0xd2))/0x6*(parseInt(f(0xc8))/0x7)+-parseInt(f(0xe7))/0x8*(parseInt(f(0xe0))/0x9)+parseInt(f(0xef))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xaee0f));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0xe3)]()[h(0xf8)](h(0xda))[h(0xe3)]()['constructor'](a58a)['search'](h(0xda));});a58a();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 i=a58d;super({'name':a,'description':b,'size':Size[i(0xdf)],'category':Category[i(0xf5)],'shape':Shape[i(0xd6)],'color':Color[i(0xd0)],'texture':Texture[i(0xfe)],'rating':Rating[i(0xd5)],'weight':0x1});}[a58j(0xd1)](){return this['description'];}}export class Sword extends Item{constructor(a,b){var k=a58j;super({'name':a,'description':b,'size':Size[k(0xdf)],'category':Category[k(0xd9)],'shape':Shape['Blade'],'color':Color[k(0xee)],'texture':Texture[k(0xe1)],'rating':Rating[k(0xd5)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0xca)],'category':Category[l(0xd9)],'shape':Shape[l(0xe6)],'color':Color[l(0xed)],'texture':Texture[l(0xe1)],'rating':Rating[l(0xc9)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[m(0xcc)],'shape':Shape[m(0xcd)],'color':Color[m(0xee)],'texture':Texture['Metallic'],'rating':Rating[m(0xd5)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0xca)],'category':Category[n(0xfb)],'shape':Shape[n(0xd6)],'color':Color[n(0xee)],'texture':Texture[n(0xe1)],'rating':Rating[n(0xd5)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0xdf)],'category':Category[o(0xe8)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[o(0xe1)],'rating':Rating[o(0xd5)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0xdf)],'category':Category[p(0xf2)],'shape':Shape[p(0xcd)],'color':Color['Brown'],'texture':Texture[p(0xfe)],'rating':Rating[p(0xd5)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0xfc)],'category':Category[q(0xdc)],'shape':Shape[q(0xcd)],'color':Color[q(0xed)],'texture':Texture[q(0xfe)],'rating':Rating[q(0xd5)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0xdf)],'category':Category[r(0xd8)],'shape':Shape[r(0xd6)],'color':Color[r(0xee)],'texture':Texture[r(0xe1)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0xea)],'category':Category[s(0xe9)],'shape':Shape[s(0xd6)],'color':Color[s(0xd0)],'texture':Texture[s(0xfe)],'rating':Rating[s(0xd5)],'weight':0x0});}[a58j(0xd1)](){var t=a58j;return t(0xf3);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xc8;var f=c[d];return f;},a58d(a,b);}function a58c(){var C=['Blade','Common','Rectangle','Short\x20Sword','ArmArmor','Weapon','(((.+)+)+)+$','997815XBRRtb','Gloves','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Holy\x20Grail','Medium','2008953MqcBns','Metallic','apply','toString','4KgaXRe','Sniper\x20Rifle','Rifle','32cmqFPE','LegArmor','Key','Tiny','1333518dOOqKt','Unknown\x20Author','Brown','Grey','9224770KpcqSb','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Boots','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','3480485WcnmYV','Unknown','pageCount','publishDate','search','Cup','54092APuLQR','BodyArmor','Small','You\x20hold\x20the\x20','Smooth','7719103eAtryd','Rare','Large','author','Helmet','Circle','Legendary','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Yellow','use','6jHGUiK','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22'];a58c=function(){return C;};return a58c();}export class Weapon extends Item{constructor(a,b){var u=a58j;super({'name':a,'description':b,'size':Size[u(0xdf)],'category':Category[u(0xd9)],'shape':Shape[u(0xd4)],'color':Color[u(0xee)],'texture':Texture[u(0xe1)],'rating':Rating[u(0xd5)],'weight':0x3});}[a58j(0xd1)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58j(0xcb)];[a58j(0xf7)];[a58j(0xf6)];constructor(a,b='A\x20mysterious\x20book.',c=a58j(0xec)){var v=a58j;super({'name':a,'description':b,'size':Size[v(0xdf)],'category':Category['Book'],'shape':Shape['Rectangle'],'color':Color[v(0xed)],'texture':Texture[v(0xfe)],'rating':Rating['Common'],'weight':0x1}),this[v(0xcb)]=c,this[v(0xf7)]=new Date(),this[v(0xf6)]=0x64;}['use'](){var w=a58j;return w(0xf0);}}export class ShortSword extends Item{constructor(){var x=a58j;super({'name':x(0xd7),'description':x(0xdd),'size':Size[x(0xdf)],'category':Category[x(0xd9)],'shape':Shape['Blade'],'color':Color[x(0xee)],'texture':Texture[x(0xe1)],'rating':Rating[x(0xd5)],'weight':0x3});}['use'](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var y=a58j;super({'name':y(0xe5),'description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size['Large'],'category':Category[y(0xd9)],'shape':Shape[y(0xe6)],'color':Color[y(0xed)],'texture':Texture[y(0xfe)],'rating':Rating['Common'],'weight':0x5});}[a58j(0xd1)](){var z=a58j;return z(0xd3);}}export class HolyGrail extends Item{constructor(){var A=a58j;super({'name':A(0xde),'description':A(0xcf),'size':Size[A(0xfc)],'category':Category[A(0xf9)],'shape':Shape[A(0xcd)],'color':Color['Gold'],'texture':Texture[A(0xe1)],'rating':Rating[A(0xce)],'weight':0x1});}['use'](){var B=a58j;return B(0xfd)+this['name']+B(0xf1);}}
1
+ var a58v=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xbf))/0x1*(-parseInt(f(0xb2))/0x2)+parseInt(f(0xcf))/0x3*(-parseInt(f(0xa5))/0x4)+parseInt(f(0xa1))/0x5*(parseInt(f(0xc5))/0x6)+-parseInt(f(0xcb))/0x7+parseInt(f(0xab))/0x8+parseInt(f(0xa6))/0x9*(-parseInt(f(0x9d))/0xa)+parseInt(f(0xb1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xda189));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0xad)]()[h(0xbd)]('(((.+)+)+)+$')[h(0xad)]()['constructor'](a58a)[h(0xbd)](h(0xc3));});a58a();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 i=a58d;super({'name':a,'description':b,'size':Size[i(0xb3)],'category':Category[i(0xa7)],'shape':Shape[i(0xcc)],'color':Color['Yellow'],'texture':Texture[i(0xb7)],'rating':Rating[i(0xc0)],'weight':0x1});}['use'](){var j=a58d;return this[j(0xb4)];}}export class Sword extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[k(0x9f)],'shape':Shape['Blade'],'color':Color[k(0xb8)],'texture':Texture['Metallic'],'rating':Rating[k(0xc0)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size[l(0xbb)],'category':Category['Weapon'],'shape':Shape[l(0x9c)],'color':Color[l(0x9e)],'texture':Texture['Metallic'],'rating':Rating[l(0xc7)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[m(0xa4)],'shape':Shape[m(0x97)],'color':Color[m(0xb8)],'texture':Texture[m(0xa0)],'rating':Rating[m(0xc0)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size['Large'],'category':Category[n(0xaa)],'shape':Shape[n(0xcc)],'color':Color['Grey'],'texture':Texture[n(0xa0)],'rating':Rating[n(0xc0)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size[o(0xb3)],'category':Category[o(0xb0)],'shape':Shape[o(0xcc)],'color':Color[o(0xb8)],'texture':Texture[o(0xa0)],'rating':Rating[o(0xc0)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size[p(0xb3)],'category':Category[p(0xae)],'shape':Shape[p(0x97)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[p(0xc0)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size['Small'],'category':Category[q(0x9b)],'shape':Shape[q(0x97)],'color':Color[q(0x9e)],'texture':Texture['Smooth'],'rating':Rating[q(0xc0)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[r(0xa9)],'shape':Shape[r(0xcc)],'color':Color[r(0xb8)],'texture':Texture[r(0xa0)],'rating':Rating[r(0xc0)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58d;super({'name':a,'description':b,'size':Size[s(0xc2)],'category':Category[s(0xa3)],'shape':Shape['Rectangle'],'color':Color[s(0xb6)],'texture':Texture[s(0xb7)],'rating':Rating['Common'],'weight':0x0});}['use'](){var t=a58d;return t(0xce);}}export class Weapon extends Item{constructor(a,b){var u=a58d;super({'name':a,'description':b,'size':Size[u(0xb3)],'category':Category[u(0x9f)],'shape':Shape['Blade'],'color':Color[u(0xb8)],'texture':Texture[u(0xa0)],'rating':Rating['Common'],'weight':0x3});}[a58v(0x98)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58v(0xc9)];[a58v(0xc8)];['pageCount'];constructor(a,b=a58v(0xc6),c=a58v(0xbe)){var w=a58v;super({'name':a,'description':b,'size':Size[w(0xb3)],'category':Category[w(0xb9)],'shape':Shape['Rectangle'],'color':Color[w(0x9e)],'texture':Texture['Smooth'],'rating':Rating[w(0xc0)],'weight':0x1}),this[w(0xc9)]=c,this[w(0xc8)]=new Date(),this[w(0x9a)]=0x64;}[a58v(0x98)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}function a58c(){var D=['Book','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Large','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','search','Unknown\x20Author','685vXuuhJ','Common','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Tiny','(((.+)+)+)+$','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','9032202upRmuP','A\x20mysterious\x20book.','Rare','publishDate','author','Cup','484029JoOnpE','Rectangle','You\x20hold\x20the\x20','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','140511dvcrzU','Circle','use','Short\x20Sword','pageCount','Gloves','Rifle','10mTFtDd','Brown','Weapon','Metallic','5wnZuag','Holy\x20Grail','Key','Helmet','116OXCABG','13705911vWxNFJ','Unknown','Sniper\x20Rifle','ArmArmor','BodyArmor','2467928urlLBz','apply','toString','Boots','Legendary','LegArmor','5433912pUnOay','4484vbDDIA','Medium','description','Small','Yellow','Smooth','Grey'];a58c=function(){return D;};return a58c();}export class ShortSword extends Item{constructor(){var x=a58v;super({'name':x(0x99),'description':x(0xbc),'size':Size[x(0xb3)],'category':Category[x(0x9f)],'shape':Shape['Blade'],'color':Color['Grey'],'texture':Texture[x(0xa0)],'rating':Rating[x(0xc0)],'weight':0x3});}[a58v(0x98)](){var y=a58v;return y(0xc1);}}export class SniperRifle extends Item{constructor(){var z=a58v;super({'name':z(0xa8),'description':z(0xc4),'size':Size[z(0xbb)],'category':Category[z(0x9f)],'shape':Shape[z(0x9c)],'color':Color['Brown'],'texture':Texture[z(0xb7)],'rating':Rating['Common'],'weight':0x5});}['use'](){var A=a58v;return A(0xba);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x97;var f=c[d];return f;},a58d(a,b);}export class HolyGrail extends Item{constructor(){var B=a58v;super({'name':B(0xa2),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[B(0xb5)],'category':Category[B(0xca)],'shape':Shape['Circle'],'color':Color['Gold'],'texture':Texture[B(0xa0)],'rating':Rating[B(0xaf)],'weight':0x1});}['use'](){var C=a58v;return C(0xcd)+this['name']+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
@@ -1 +1 @@
1
- function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x10a;let f=c[d];return f;},a60d(a,b);}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x164))/0x1*(-parseInt(f(0x134))/0x2)+parseInt(f(0x172))/0x3*(parseInt(f(0x136))/0x4)+-parseInt(f(0x117))/0x5*(parseInt(f(0x176))/0x6)+parseInt(f(0x17c))/0x7+-parseInt(f(0x173))/0x8+-parseInt(f(0x157))/0x9+parseInt(f(0x17b))/0xa*(parseInt(f(0x156))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x39835));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x11d)]()[h(0x153)](h(0x14b))[h(0x11d)]()[h(0x171)](a60a)[h(0x153)](h(0x14b));});a60a();export const rooms=[{'name':'Library','description':a60i(0x16d),'isStartRoom':!![],'items':[{'type':a60i(0x132),'name':a60i(0x13b),'description':a60i(0x13e)},{'type':a60i(0x165),'name':a60i(0x13a),'description':a60i(0x17a),'content':a60i(0x162)}],'exits':[{'direction':a60i(0x131),'targetRoom':'Secret\x20Passage'}]},{'name':a60i(0x14e),'description':a60i(0x174),'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x168),'keyRequired':a60i(0x13b)},{'direction':'SOUTH','targetRoom':a60i(0x180)}]},{'name':a60i(0x168),'description':a60i(0x12b),'items':[{'type':a60i(0x111),'name':a60i(0x120),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':'Courtyard','description':a60i(0x152),'roomType':a60i(0x15d),'exits':[{'direction':'UP','targetRoom':a60i(0x160)}]},{'name':a60i(0x160),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0x15d),'puzzle':{'requiredPhrase':'secret123','riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x146),'name':a60i(0x11a),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x113),'failureMessage':a60i(0x15e)}}];export const dungeonConfig=[{'name':a60i(0x125),'description':a60i(0x144),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x13d),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':'key','name':a60i(0x147),'description':a60i(0x15a)},'successMessage':a60i(0x16e),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x14f),'targetRoom':a60i(0x142)},{'direction':a60i(0x15c),'targetRoom':a60i(0x135),'keyRequired':a60i(0x147)}]},{'name':a60i(0x142),'description':a60i(0x14d),'roomType':a60i(0x154),'items':[{'type':a60i(0x165),'name':a60i(0x179),'description':a60i(0x128),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x132),'name':a60i(0x147),'description':a60i(0x15a)}],'exits':[{'direction':a60i(0x15b),'targetRoom':a60i(0x125)},{'direction':a60i(0x15c),'targetRoom':a60i(0x181)}]},{'name':a60i(0x181),'description':a60i(0x17d),'roomType':a60i(0x154),'items':[{'type':a60i(0x163),'name':a60i(0x166),'description':a60i(0x126)}],'exits':[{'direction':a60i(0x10e),'targetRoom':a60i(0x142)},{'direction':a60i(0x14f),'targetRoom':'Armory'}]},{'name':a60i(0x114),'description':a60i(0x14a),'roomType':a60i(0x154),'items':[{'type':a60i(0x161),'name':'Emblem\x20Shield','description':a60i(0x143)},{'type':a60i(0x11f),'name':'Rusted\x20Sword','description':a60i(0x175)}],'exits':[{'direction':'south','targetRoom':a60i(0x181)},{'direction':a60i(0x15c),'targetRoom':'Central\x20Chamber'}]},{'name':'Central\x20Chamber','description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':'inside','exits':[{'direction':a60i(0x10e),'targetRoom':a60i(0x114)},{'direction':a60i(0x15b),'targetRoom':a60i(0x125)},{'direction':a60i(0x14f),'targetRoom':a60i(0x10d)},{'direction':a60i(0x15c),'targetRoom':a60i(0x168)}]},{'name':a60i(0x10d),'description':a60i(0x123),'roomType':a60i(0x154),'items':[{'type':a60i(0x132),'name':a60i(0x148),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x14c),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0x149),'name':'Ancient\x20Gem','description':a60i(0x16b)},'successMessage':a60i(0x124),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x15b),'targetRoom':'Central\x20Chamber'}]},{'name':'Treasure\x20Room','description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x154),'puzzle':{'requiredPhrase':a60i(0x127),'riddle':a60i(0x12f),'rewardItem':{'type':a60i(0x178),'name':a60i(0x150),'description':a60i(0x139)},'successMessage':a60i(0x115),'failureMessage':a60i(0x137)},'exits':[{'direction':a60i(0x10e),'targetRoom':a60i(0x135)}]}];function a60c(){const j=['The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','EAST','key','Jackpoint\x20Login','6148jsQsii','Central\x20Chamber','4WgXbPy','The\x20chest\x20remains\x20firmly\x20shut.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20chalice\x20made\x20of\x20pure\x20gold.','Guard\x27s\x20Log\x20Book','Golden\x20Key','Ares\x20Predator','open\x20sesame','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Mage\x27s\x20Lair','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','outside','Study','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','rifle','Central\x20Chamber\x20Key','Blood-stained\x20Key','gem','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','(((.+)+)+)+$','release','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Secret\x20Passage','north','Golden\x20Chalice','down','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','search','inside','Amulet\x20of\x20Awakening','55zgLBuN','2590911FNvkKG','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','show\x20loyalty','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','south','east','OUTSIDE','That\x20passcode\x20is\x20incorrect','Barrens\x20Entrance','Watch\x20Tower','shield','Chad\x20the\x20stupid\x20guard','basic','29eTEiqY','book','Empty\x20vial','CorpSec\x20Plans','Treasure\x20Room','Downtown\x20Seattle','apply','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','decrypt','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','constructor','854439RDjzKc','3305000jkiMOE','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','An\x20old\x20and\x20rusted\x20sword.','24ijQMSg','NORTH','cup','Riddle\x20Book','A\x20thin\x20log\x20book','1106450FKhsWY','185675OhFWJQ','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Corp\x20Enclave','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Courtyard','Alchemy\x20Lab','Barrens\x20Hideout','A\x20small\x20surveillance\x20drone.','drone','Torture\x20Chamber','west','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','holyGrail','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','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','Armory','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','21415QdBXWT','Gang\x20Insignia','Encrypted\x20Data\x20Key','Sniper\x20Rifle','The\x20data\x20remains\x20encrypted.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','toString','Rigger\x27s\x20Workshop','sword','Holy\x20Grail','MCT\x20Fly-Spy','weapon','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Entrance\x20Hall','A\x20clear\x20glass\x20vial.','insert\x20gem','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','amulet','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20creditstick\x20loaded\x20with\x20nuyen.'];a60c=function(){return j;};return a60c();}export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a60i(0x129),'isStartRoom':!![],'roomType':a60i(0x154),'exits':[{'direction':a60i(0x14f),'targetRoom':a60i(0x169)},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0x12d),'roomType':a60i(0x154),'puzzle':{'requiredPhrase':a60i(0x16f),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x132),'name':a60i(0x119),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x130),'failureMessage':a60i(0x11b)},'exits':[{'direction':a60i(0x151),'targetRoom':a60i(0x133)}]},{'name':a60i(0x169),'description':a60i(0x16c),'roomType':'outside','exits':[{'direction':'south','targetRoom':'Jackpoint\x20Login'},{'direction':'east','targetRoom':'Barrens\x20Entrance'},{'direction':'west','targetRoom':a60i(0x17e)}]},{'name':a60i(0x15f),'description':a60i(0x12a),'roomType':'outside','puzzle':{'requiredPhrase':a60i(0x159),'riddle':a60i(0x138),'rewardItem':{'type':a60i(0x132),'name':a60i(0x118),'description':a60i(0x158)},'successMessage':a60i(0x110),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':'west','targetRoom':a60i(0x169)},{'direction':a60i(0x14f),'targetRoom':a60i(0x10a)}]},{'name':a60i(0x17e),'description':a60i(0x140),'roomType':a60i(0x154),'items':[{'type':'creditstick','name':'Corporate\x20Creditstick','description':a60i(0x12e)},{'type':'document','name':a60i(0x167),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':'east','targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':a60i(0x10f),'roomType':a60i(0x141),'items':[{'type':a60i(0x122),'name':a60i(0x13c),'description':a60i(0x145)}],'exits':[{'direction':a60i(0x15b),'targetRoom':a60i(0x15f)},{'direction':a60i(0x14f),'targetRoom':a60i(0x13f)},{'direction':a60i(0x15c),'targetRoom':a60i(0x11e)}]},{'name':a60i(0x13f),'description':a60i(0x11c),'roomType':a60i(0x154),'puzzle':{'requiredPhrase':'disenchant','riddle':a60i(0x116),'rewardItem':{'type':a60i(0x12c),'name':a60i(0x155),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a60i(0x112),'failureMessage':a60i(0x170)},'exits':[{'direction':'south','targetRoom':a60i(0x10a)}]},{'name':a60i(0x11e),'description':a60i(0x17f),'roomType':a60i(0x154),'items':[{'type':a60i(0x10c),'name':a60i(0x121),'description':a60i(0x10b)}],'exits':[{'direction':'west','targetRoom':a60i(0x10a)}]}];
1
+ function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x10e;let f=c[d];return f;},a60d(a,b);}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x15d))/0x1*(-parseInt(f(0x159))/0x2)+parseInt(f(0x141))/0x3+parseInt(f(0x128))/0x4*(parseInt(f(0x11f))/0x5)+parseInt(f(0x113))/0x6*(-parseInt(f(0x11c))/0x7)+-parseInt(f(0x118))/0x8*(-parseInt(f(0x149))/0x9)+parseInt(f(0x16b))/0xa+-parseInt(f(0x13c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xa7ed5));function a60c(){const j=['64FhoGSG','EAST','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','sword','drone','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','Central\x20Chamber\x20Key','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Rusted\x20Sword','release','gem','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Watch\x20Tower','Nothing\x20happens.','key','SOUTH','Library','show\x20loyalty','Entrance\x20Hall','25444782MVoEHS','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Gang\x20Insignia','A\x20long-range\x20weapon.','A\x20chalice\x20made\x20of\x20pure\x20gold.','2592846zzVTTF','Barrens\x20Entrance','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Sniper\x20Rifle','Blood-stained\x20Key','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','50067uedoSD','apply','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','(((.+)+)+)+$','down','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Central\x20Chamber','Golden\x20Key','Empty\x20vial','Rigger\x27s\x20Workshop','south','Matrix\x20Data\x20Haven','north','A\x20clear\x20glass\x20vial.','Downtown\x20Seattle','21212KMDOnc','Amulet\x20of\x20Awakening','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','67UvJXQo','outside','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Golden\x20Chalice','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Courtyard','MCT\x20Fly-Spy','constructor','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','east','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','11102960koXkWe','Corporate\x20Creditstick','weapon','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Alchemy\x20Lab','search','creditstick','book','inside','Barrens\x20Hideout','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','A\x20small\x20surveillance\x20drone.','holyGrail','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Treasure\x20Room','Riddle\x20Book','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Study','6llgHMG','Guard\x27s\x20Log\x20Book','rifle','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','secret123','1912sHIRsZ','The\x20chest\x20remains\x20firmly\x20shut.','Secret\x20Passage','Mage\x27s\x20Lair','3876418NSSOiK','toString','west','300385GsnJLG','shield','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','A\x20thin\x20log\x20book','Jackpoint\x20Login','Encrypted\x20Data\x20Key','Corp\x20Enclave','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'];a60c=function(){return j;};return a60c();}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x14a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x11d)]()[h(0x174)](h(0x14c))['toString']()[h(0x165)](a60a)[h(0x174)](h(0x14c));});a60a();export const rooms=[{'name':a60i(0x139),'description':a60i(0x162),'isStartRoom':!![],'items':[{'type':a60i(0x137),'name':'Golden\x20Key','description':a60i(0x167)},{'type':a60i(0x176),'name':a60i(0x114),'description':a60i(0x123),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a60i(0x129),'targetRoom':a60i(0x11a)}]},{'name':'Secret\x20Passage','description':a60i(0x17a),'exits':[{'direction':'NORTH','targetRoom':a60i(0x10f),'keyRequired':a60i(0x151)},{'direction':a60i(0x138),'targetRoom':a60i(0x163)}]},{'name':a60i(0x10f),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x17c),'name':'Holy\x20Grail','description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':'Courtyard','description':a60i(0x144),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60i(0x135)}]},{'name':'Watch\x20Tower','description':a60i(0x15b),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':a60i(0x117),'riddle':a60i(0x172),'rewardItem':{'type':a60i(0x115),'name':a60i(0x146),'description':a60i(0x13f)},'successMessage':a60i(0x12e),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a60i(0x13b),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a60i(0x177),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x137),'name':a60i(0x12f),'description':a60i(0x14e)},'successMessage':a60i(0x12a),'failureMessage':a60i(0x136)},'exits':[{'direction':a60i(0x156),'targetRoom':a60i(0x112)},{'direction':a60i(0x169),'targetRoom':a60i(0x150),'keyRequired':a60i(0x12f)}]},{'name':'Study','description':a60i(0x170),'roomType':a60i(0x177),'items':[{'type':a60i(0x176),'name':a60i(0x110),'description':a60i(0x171),'content':a60i(0x121)},{'type':a60i(0x137),'name':'Central\x20Chamber\x20Key','description':a60i(0x14e)}],'exits':[{'direction':'south','targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x169),'targetRoom':a60i(0x173)}]},{'name':a60i(0x173),'description':a60i(0x179),'roomType':'inside','items':[{'type':'basic','name':a60i(0x152),'description':a60i(0x157)}],'exits':[{'direction':a60i(0x11e),'targetRoom':'Study'},{'direction':'north','targetRoom':'Armory'}]},{'name':'Armory','description':a60i(0x15f),'roomType':a60i(0x177),'items':[{'type':a60i(0x120),'name':'Emblem\x20Shield','description':a60i(0x13d)},{'type':a60i(0x12c),'name':a60i(0x131),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':'south','targetRoom':'Alchemy\x20Lab'},{'direction':a60i(0x169),'targetRoom':a60i(0x150)}]},{'name':a60i(0x150),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a60i(0x177),'exits':[{'direction':'west','targetRoom':'Armory'},{'direction':a60i(0x154),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x156),'targetRoom':'Torture\x20Chamber'},{'direction':'east','targetRoom':a60i(0x10f)}]},{'name':'Torture\x20Chamber','description':a60i(0x17d),'roomType':a60i(0x177),'items':[{'type':a60i(0x137),'name':a60i(0x147),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x132),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0x133),'name':'Ancient\x20Gem','description':a60i(0x12b)},'successMessage':a60i(0x122),'failureMessage':a60i(0x16e)},'exits':[{'direction':a60i(0x154),'targetRoom':a60i(0x150)}]},{'name':a60i(0x10f),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':'inside','puzzle':{'requiredPhrase':'insert\x20gem','riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':'cup','name':a60i(0x160),'description':a60i(0x140)},'successMessage':a60i(0x14f),'failureMessage':a60i(0x119)},'exits':[{'direction':a60i(0x11e),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':a60i(0x124),'description':a60i(0x134),'isStartRoom':!![],'roomType':a60i(0x177),'exits':[{'direction':a60i(0x156),'targetRoom':a60i(0x158)},{'direction':'up','targetRoom':a60i(0x155)}]},{'name':a60i(0x155),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a60i(0x177),'puzzle':{'requiredPhrase':'decrypt','riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':'key','name':a60i(0x125),'description':a60i(0x127)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0x14d),'targetRoom':a60i(0x124)}]},{'name':'Downtown\x20Seattle','description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a60i(0x15e),'exits':[{'direction':'south','targetRoom':a60i(0x124)},{'direction':a60i(0x169),'targetRoom':'Barrens\x20Entrance'},{'direction':'west','targetRoom':a60i(0x126)}]},{'name':a60i(0x142),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0x15e),'puzzle':{'requiredPhrase':a60i(0x13a),'riddle':a60i(0x16f),'rewardItem':{'type':a60i(0x137),'name':a60i(0x13e),'description':a60i(0x111)},'successMessage':a60i(0x116),'failureMessage':a60i(0x148)},'exits':[{'direction':a60i(0x11e),'targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x156),'targetRoom':a60i(0x178)}]},{'name':'Corp\x20Enclave','description':a60i(0x14b),'roomType':'inside','items':[{'type':a60i(0x175),'name':a60i(0x16c),'description':a60i(0x166)},{'type':'document','name':'CorpSec\x20Plans','description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x169),'targetRoom':a60i(0x158)}]},{'name':'Barrens\x20Hideout','description':a60i(0x16a),'roomType':a60i(0x15e),'items':[{'type':a60i(0x16d),'name':'Ares\x20Predator','description':a60i(0x15c)}],'exits':[{'direction':'south','targetRoom':a60i(0x142)},{'direction':a60i(0x156),'targetRoom':a60i(0x11b)},{'direction':a60i(0x169),'targetRoom':'Rigger\x27s\x20Workshop'}]},{'name':a60i(0x11b),'description':a60i(0x168),'roomType':a60i(0x177),'puzzle':{'requiredPhrase':'disenchant','riddle':a60i(0x130),'rewardItem':{'type':'amulet','name':a60i(0x15a),'description':a60i(0x10e)},'successMessage':a60i(0x145),'failureMessage':a60i(0x161)},'exits':[{'direction':a60i(0x154),'targetRoom':a60i(0x178)}]},{'name':a60i(0x153),'description':a60i(0x143),'roomType':'inside','items':[{'type':a60i(0x12d),'name':a60i(0x164),'description':a60i(0x17b)}],'exits':[{'direction':a60i(0x11e),'targetRoom':a60i(0x178)}]}];
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x14d))/0x1+parseInt(f(0x136))/0x2+-parseInt(f(0x146))/0x3*(-parseInt(f(0x142))/0x4)+parseInt(f(0x13d))/0x5+parseInt(f(0x152))/0x6+-parseInt(f(0x138))/0x7*(parseInt(f(0x144))/0x8)+-parseInt(f(0x155))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x454f7));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x139)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x159)]()[h(0x151)]('(((.+)+)+)+$')[h(0x159)]()[h(0x140)](a61a)[h(0x151)](h(0x145));});function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x136;var f=c[d];return f;},a61d(a,b);}a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x15b)];[a61i(0x15a)];[a61i(0x149)];[a61i(0x148)];}export class AbstractRoom extends EventEmitter{[a61i(0x14a)];['description'];[a61i(0x153)];['inventory'];[a61i(0x157)];[a61i(0x141)];['isStartRoom'];}export class AbstractDoor{[a61i(0x14b)];['roomB'];[a61i(0x143)];[a61i(0x150)];[a61i(0x14a)];[a61i(0x149)];['isLockable'];}export class AbstractInventory{[a61i(0x147)];['logger'];}export class AbstractItem{[a61i(0x13c)];[a61i(0x14a)];[a61i(0x13e)];['size'];[a61i(0x158)];[a61i(0x14e)];[a61i(0x137)];['texture'];[a61i(0x14c)];['weight'];}export class AbstractPlayer{[a61i(0x13b)];[a61i(0x13f)];[a61i(0x14f)];[a61i(0x154)];[a61i(0x156)];['_logger'];}export class AbstractPuzzle{[a61i(0x149)];[a61i(0x13a)];}function a61c(){var j=['168679mPqnrP','apply','solved','_playerName','uuid','1984760KQNayM','description','_currentLocation','constructor','roomType','4sLCCfO','isLocked','8SKOlCe','(((.+)+)+)+$','28806bNMWeZ','items','characterLocations','logger','name','roomA','rating','384757AJLizE','shape','_inventory','unlockItemOrSolution','search','34362kFdZHy','exits','_equipment','5815800nEVQFl','_maxCarryingWeight','puzzle','category','toString','player','rooms','314308qdbfXk','color'];a61c=function(){return j;};return a61c();}
1
+ var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x1cc))/0x1*(parseInt(f(0x1d9))/0x2)+parseInt(f(0x1c7))/0x3*(-parseInt(f(0x1dd))/0x4)+parseInt(f(0x1d6))/0x5+-parseInt(f(0x1c4))/0x6+parseInt(f(0x1c2))/0x7*(parseInt(f(0x1d4))/0x8)+parseInt(f(0x1d3))/0x9+-parseInt(f(0x1dc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd4834));var a61b=(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;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0x1d5)]()[g(0x1d0)](g(0x1da))[g(0x1d5)]()[g(0x1cd)](a61a)[g(0x1d0)]('(((.+)+)+)+$');});function a61c(){var i=['isStartRoom','roomType','819rGfGen','isLocked','1553898pCSnFu','items','color','2853273ioxPOr','player','weight','rating','rooms','3jHclgY','constructor','roomB','puzzle','search','roomA','solved','15649056Hctzqf','50448FfPDLt','toString','4266595HStiDI','size','_currentLocation','542734UbyomJ','(((.+)+)+)+$','description','20634800HOTgMo','4XhRRXC','uuid','inventory','name','_inventory','unlockItemOrSolution','logger'];a61c=function(){return i;};return a61c();}a61a();function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1be;var f=c[d];return f;},a61d(a,b);}import{EventEmitter}from'events';export class AbstractScene{[a61h(0x1cb)];[a61h(0x1c8)];['logger'];['characterLocations'];}export class AbstractRoom extends EventEmitter{['name'];[a61h(0x1db)];['exits'];[a61h(0x1df)];[a61h(0x1cf)];[a61h(0x1c1)];[a61h(0x1c0)];}export class AbstractDoor{[a61h(0x1d1)];[a61h(0x1ce)];[a61h(0x1c3)];[a61h(0x1be)];[a61h(0x1e0)];[a61h(0x1bf)];['isLockable'];}export class AbstractInventory{[a61h(0x1c5)];[a61h(0x1bf)];}export class AbstractItem{[a61h(0x1de)];[a61h(0x1e0)];[a61h(0x1db)];[a61h(0x1d7)];['category'];['shape'];[a61h(0x1c6)];['texture'];[a61h(0x1ca)];[a61h(0x1c9)];}export class AbstractPlayer{['_playerName'];[a61h(0x1d8)];[a61h(0x1e1)];['_equipment'];['_maxCarryingWeight'];['_logger'];}export class AbstractPuzzle{[a61h(0x1bf)];[a61h(0x1d2)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x1d2))/0x1+parseInt(k(0x1c9))/0x2*(parseInt(k(0x1c4))/0x3)+-parseInt(k(0x192))/0x4*(-parseInt(k(0x1b3))/0x5)+parseInt(k(0x1f0))/0x6*(parseInt(k(0x1dc))/0x7)+parseInt(k(0x1a9))/0x8*(parseInt(k(0x1d6))/0x9)+-parseInt(k(0x1d5))/0xa+parseInt(k(0x1dd))/0xb*(-parseInt(k(0x1b7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xaa922));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x1cc),a[l(0x1f1)]='small',a[l(0x1b8)]=l(0x1b6),a[l(0x1ba)]=l(0x1c0),a[l(0x1a3)]=l(0x1d1);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x1ee)]=m(0x1a8),a[m(0x1ab)]=m(0x1c5),a[m(0x190)]=m(0x1c7);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x1d0)]=n(0x1ea),a[n(0x1af)]=n(0x1d9),a[n(0x1e9)]='key',a[n(0x1c6)]=n(0x1df),a['Helmet']='helmet',a['Hat']='hat',a[n(0x1ca)]='boots',a[n(0x1a6)]=n(0x1c3),a[n(0x191)]=n(0x196),a[n(0x18b)]='body\x20armor',a[n(0x1ac)]=n(0x1b1),a[n(0x1bd)]=n(0x1a2),a[n(0x1e7)]=n(0x18e);}(Category||(Category={})));function a62c(){var u=['INSIDE','Circle','medium','12VelKyW','Medium','cave','Large','DESERT','inside','Cup','Brown','Rough','large','east','search','leg\x20armor','3gwPxOw','rare','Gloves','legendary','Green','2060556ZtLQYw','Boots','circle','tiny','red','BEACH','fuzzy','Weapon','very\x20large','455650rcZMcr','bumpy','(((.+)+)+)+$','8130140ltEcTw','228879aBNQgt','underground','Grey','shield','outside','blade','651Qobayx','17370804dGMWfG','Rifle','gloves','constructor','tower','MOUNTAIN','TOWER','yellow','rectangle','CAVE','Unknown','WEST','Key','weapon','smooth','triangle','south','Common','grainy','79242MrZfwx','Small','BodyArmor','gold','rough','unknown','mountain','Legendary','ArmArmor','1236NdcMWP','EAST','forest','NORTH','arm\x20armor','brown','toString','purple','Grainy','sea','beach','Blue','SEA','square','west','rifle','cup','VeryLarge','Square','blue','LegArmor','grey','common','376NLZjep','Fuzzy','Rare','Book','green','orange','Shield','Orange','book','down','1500upnjgU'];a62c=function(){return u;};return a62c();}export var Shape;(function(c){var p=a62d,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 o=a62d;return e[o(0x198)]()[o(0x1c2)](o(0x1d4))[o(0x198)]()[o(0x1e0)](e)['search']('(((.+)+)+)+$');});e(),c[p(0x1b5)]=p(0x1cb),c[p(0x1a4)]=p(0x19f),c['Triangle']=p(0x1ec),c['Rectangle']=p(0x1e5),c['Blade']=p(0x1db),c[p(0x1de)]=p(0x1a1);}(Shape||(Shape={})));export var Color;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x18b;var f=c[d];return f;},a62d(a,b);}(function(a){var q=a62d;a['Red']=q(0x1cd),a[q(0x19d)]=q(0x1a5),a[q(0x1c8)]=q(0x1ad),a['Yellow']=q(0x1e4),a[q(0x1b0)]=q(0x1ae),a['Purple']=q(0x199),a[q(0x1d8)]=q(0x1a7),a[q(0x1be)]=q(0x197),a['Gold']=q(0x18c);}(Color||(Color={})));export var Texture;(function(a){var r=a62d;a['Smooth']=r(0x1eb),a[r(0x1bf)]=r(0x18d),a['Bumpy']=r(0x1d3),a[r(0x1aa)]=r(0x1cf),a[r(0x19a)]=r(0x1ef),a['Metallic']='metallic';}(Texture||(Texture={})));export var RoomType;(function(a){var s=a62d;a[s(0x1b4)]=s(0x1bc),a['OUTSIDE']=s(0x1da),a['UNDERGROUND']=s(0x1d7),a[s(0x1e6)]=s(0x1b9),a[s(0x1e3)]=s(0x1e1),a['FOREST']=s(0x194),a[s(0x1bb)]='desert',a[s(0x1e2)]=s(0x18f),a[s(0x1ce)]=s(0x19c),a[s(0x19e)]=s(0x19b);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0x195)]='north',a[t(0x193)]=t(0x1c1),a['SOUTH']=t(0x1ed),a[t(0x1e8)]=t(0x1a0),a['UP']='up',a['DOWN']=t(0x1b2);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x1f4))/0x1+parseInt(k(0x1e4))/0x2+parseInt(k(0x21f))/0x3+-parseInt(k(0x20e))/0x4+-parseInt(k(0x1f8))/0x5+parseInt(k(0x23a))/0x6*(parseInt(k(0x1e3))/0x7)+-parseInt(k(0x205))/0x8*(parseInt(k(0x1ef))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x573e8));export var Size;(function(a){var l=a62d;a[l(0x23c)]=l(0x215),a[l(0x1e6)]=l(0x200),a[l(0x1f6)]=l(0x1fa),a[l(0x234)]=l(0x210),a[l(0x1fe)]=l(0x1f3);}(Size||(Size={})));export var Rating;(function(c){var n=a62d,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=a62d;return e[m(0x218)]()['search'](m(0x208))[m(0x218)]()[m(0x213)](e)[m(0x1e1)](m(0x208));});e(),c[n(0x201)]='common',c[n(0x1e0)]=n(0x204),c['Legendary']=n(0x223);}(Rating||(Rating={})));function a62c(){var u=['medium','hat','green','Weapon','VeryLarge','Rough','small','Common','CAVE','UNDERGROUND','rare','45328tcAbkT','rectangle','smooth','(((.+)+)+)+$','TOWER','key','outside','tower','forest','1482096ZNkFuR','mountain','large','weapon','Boots','constructor','OUTSIDE','tiny','Circle','Grey','toString','boots','cup','yellow','Grainy','shield','helmet','777402PaOLAi','sea','purple','Yellow','legendary','Key','red','gloves','metallic','Square','BodyArmor','bumpy','brown','Triangle','down','WEST','unknown','Gold','LegArmor','SOUTH','rough','Large','Book','grainy','Helmet','Fuzzy','Red','25794wCzZiL','Brown','Tiny','Unknown','cave','Shield','Rare','search','west','861SnWQtC','441804eHZXYw','grey','Small','Purple','circle','blue','Blue','Blade','FOREST','DOWN','east','936JDqYpC','south','north','INSIDE','very\x20large','576908mARdtj','DESERT','Medium','gold','1342905Ronbaj','NORTH'];a62c=function(){return u;};return a62c();}export var Category;(function(a){var o=a62d;a[o(0x1fd)]=o(0x211),a[o(0x1df)]=o(0x21d),a[o(0x224)]=o(0x20a),a['Gloves']=o(0x226),a[o(0x237)]=o(0x21e),a['Hat']=o(0x1fb),a[o(0x212)]=o(0x219),a[o(0x231)]='leg\x20armor',a['ArmArmor']='arm\x20armor',a[o(0x229)]='body\x20armor',a[o(0x235)]='book',a['Cup']=o(0x21a),a[o(0x23d)]=o(0x22f);}(Category||(Category={})));export var Shape;(function(a){var p=a62d;a[p(0x216)]=p(0x1e8),a[p(0x228)]='square',a[p(0x22c)]='triangle',a['Rectangle']=p(0x206),a[p(0x1eb)]='blade',a['Rifle']='rifle';}(Shape||(Shape={})));export var Color;(function(a){var q=a62d;a[q(0x239)]=q(0x225),a[q(0x1ea)]=q(0x1e9),a['Green']=q(0x1fc),a[q(0x222)]=q(0x21b),a['Orange']='orange',a[q(0x1e7)]=q(0x221),a[q(0x217)]=q(0x1e5),a[q(0x23b)]=q(0x22b),a[q(0x230)]=q(0x1f7);}(Color||(Color={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1df;var f=c[d];return f;},a62d(a,b);}export var Texture;(function(a){var r=a62d;a['Smooth']=r(0x207),a[r(0x1ff)]=r(0x233),a['Bumpy']=r(0x22a),a[r(0x238)]='fuzzy',a[r(0x21c)]=r(0x236),a['Metallic']=r(0x227);}(Texture||(Texture={})));export var RoomType;(function(a){var s=a62d;a[s(0x1f2)]='inside',a[s(0x214)]=s(0x20b),a[s(0x203)]='underground',a[s(0x202)]=s(0x23e),a[s(0x209)]=s(0x20c),a[s(0x1ec)]=s(0x20d),a[s(0x1f5)]='desert',a['MOUNTAIN']=s(0x20f),a['BEACH']='beach',a['SEA']=s(0x220);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0x1f9)]=t(0x1f1),a['EAST']=t(0x1ee),a[t(0x232)]=t(0x1f0),a[t(0x22e)]=t(0x1e2),a['UP']='up',a[t(0x1ed)]=t(0x22d);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0xc0))/0x1+-parseInt(f(0xb8))/0x2+-parseInt(f(0xbd))/0x3*(parseInt(f(0xc4))/0x4)+parseInt(f(0xbb))/0x5*(parseInt(f(0xbf))/0x6)+-parseInt(f(0xbe))/0x7*(parseInt(f(0xc6))/0x8)+parseInt(f(0xc3))/0x9+parseInt(f(0xc2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x2efa8));function a63c(){var i=['240963wtmIkO','apply','2428640eSQzGd','3395475LtxgWy','32QjvyFZ','search','16ztzkAX','731478XEcunB','(((.+)+)+)+$','toString','231055xQdkjv','constructor','90198wYboJP','380177ydyhaN','6uHPMkV'];a63c=function(){return i;};return a63c();}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0xc5)](h(0xb9))[h(0xba)]()[h(0xbc)](a63a)[h(0xc5)](h(0xb9));});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xb8;var f=c[d];return f;},a63d(a,b);}a63a();export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x1cd))/0x1*(parseInt(f(0x1ce))/0x2)+parseInt(f(0x1d0))/0x3+parseInt(f(0x1c3))/0x4+parseInt(f(0x1c5))/0x5*(-parseInt(f(0x1c9))/0x6)+-parseInt(f(0x1c6))/0x7*(parseInt(f(0x1cf))/0x8)+-parseInt(f(0x1c2))/0x9+-parseInt(f(0x1c4))/0xa*(-parseInt(f(0x1cb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x613c0));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1c2;var f=c[d];return f;},a63d(a,b);}function a63c(){var h=['(((.+)+)+)+$','30UCgPhP','constructor','393338pOWXPG','toString','1903pdpUKP','210NyRPXu','120bLpGrR','50154CIDJdK','2680362GcRzDt','547656WmWJsy','310SxzfxR','120855UHTyco','114506rwuPLz','search'];a63c=function(){return h;};return a63c();}var a63b=(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;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x1cc)]()['search'](g(0x1c8))['toString']()[g(0x1ca)](a63a)[g(0x1c7)](g(0x1c8));});a63a();export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x126))/0x1+parseInt(f(0x124))/0x2+parseInt(f(0x12c))/0x3+-parseInt(f(0x12e))/0x4*(parseInt(f(0x12b))/0x5)+parseInt(f(0x127))/0x6+parseInt(f(0x12d))/0x7*(parseInt(f(0x123))/0x8)+-parseInt(f(0x12a))/0x9*(parseInt(f(0x125))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xd83c0));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x123;var f=c[d];return f;},a64d(a,b);}function a64c(){var h=['search','15534BzUvnt','92605PnyMsU','2937168qsuuQM','10548559ZhoLEU','244HNKEpy','toString','(((.+)+)+)+$','8ItDFSq','3348258aHvfJO','30220twXjsn','1583863gAVDvY','8924784YOesBC','constructor'];a64c=function(){return h;};return a64c();}var a64b=(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;};}()),a64a=a64b(this,function(){var g=a64d;return a64a['toString']()['search'](g(0x130))[g(0x12f)]()[g(0x128)](a64a)[g(0x129)](g(0x130));});a64a();export{};
1
+ function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xc2;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0xc8))/0x1+parseInt(f(0xc9))/0x2+parseInt(f(0xcf))/0x3*(parseInt(f(0xc2))/0x4)+-parseInt(f(0xd0))/0x5*(-parseInt(f(0xc4))/0x6)+-parseInt(f(0xc6))/0x7+-parseInt(f(0xc3))/0x8+parseInt(f(0xcb))/0x9*(-parseInt(f(0xca))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xb137a));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0xcc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0xce)]()[h(0xc5)](h(0xc7))[h(0xce)]()[h(0xcd)](a64a)[h(0xc5)](h(0xc7));});a64a();export{};function a64c(){var i=['(((.+)+)+)+$','1371413wInxTn','2084826eRyXuG','1708270HNlFts','63suZQBz','apply','constructor','toString','6zhVjAl','88415yOqPwy','1513016qVzqiH','9258904YgzUqo','18uTHjhS','search','1010443DPhJFp'];a64c=function(){return i;};return a64c();}
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x149))/0x1*(-parseInt(y(0x142))/0x2)+parseInt(y(0x12a))/0x3+-parseInt(y(0x15e))/0x4*(-parseInt(y(0x13a))/0x5)+-parseInt(y(0x133))/0x6+parseInt(y(0x128))/0x7*(parseInt(y(0x15a))/0x8)+-parseInt(y(0x147))/0x9*(parseInt(y(0x170))/0xa)+parseInt(y(0x160))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xda9bb));import a65e from'blessed';import{capitalCase}from'change-case';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x126;let f=c[d];return f;},a65d(a,b);}import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65c(){const I=['20oihgOC','OUTSIDE','17159802tEhktX','Gloves:\x20','checkIfLocked','Your\x20items\x20will\x20be\x20listed\x20here...','legs','clear','lock','Available\x20exits\x20will\x20be\x20shown\x20here...','player','name','mousemove','white','argv','25%','focus','checkIfLockable','15175550VBcymi','textbox','map','Torso:\x20','scroll','gloves','None','unequip','head','rightHand','torso','key','(((.+)+)+)+$','exit','exits','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','1178849CtxpSi','logBox','4292229MvLeHF','getInstance','apply','roomType','getAllItems','unlock','Left\x20Hand:\x20','-----\x20Exits\x20------\x0a','equipment','5685960TchmZf','setContent','render','search','size','split','line','1707320JMMVlv','leftHand','10%','feet','toString','log','Legs:\x20','<<<<<<<<---------\x20Terminating\x20game','3150acbjpw','\x20Equipment\x20','removeAllListeners','inventory','clearValue','9RALUfQ','getOtherSide','1063Tceaqo','20%','\x20Map\x20','write','screen','75%','enter','box','Head:\x20','Currently\x20in:\x20','getWelcomeMessage','arms','90%','append','parse','cyan','getValue','16XgwxQV','handleInput','currentLocation','\x20(Locked)'];a65c=function(){return I;};return a65c();}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x12c)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g['toString']()[A(0x136)](A(0x17c))[A(0x13e)]()['constructor'](g)[A(0x136)](A(0x17c));});g();try{const h=a65e[B(0x14d)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e[B(0x150)]({'top':'0%','left':'75%','width':B(0x16d),'height':'45%','border':{'type':B(0x139)},'label':'\x20Inventory\x20','content':B(0x163),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x12e)]()[C(0x172)](v=>v['name']);i['setContent'](u['join']('\x0a')),h[C(0x135)]();};h[B(0x156)](i);const k=a65e['box']({'top':'45%','left':B(0x14e),'width':B(0x16d),'height':'25%','border':{'type':B(0x139)},'label':B(0x143),'content':B(0x127),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x156)](k);const l=t=>{const D=B;k[D(0x134)](D(0x151)+(t['head']?t[D(0x178)][D(0x169)]:D(0x176))+'\x0a'+(D(0x173)+(t[D(0x17a)]?t[D(0x17a)][D(0x169)]:D(0x176))+'\x0a')+(D(0x140)+(t[D(0x164)]?t[D(0x164)]['name']:D(0x176))+'\x0a')+('Feet:\x20'+(t[D(0x13d)]?t[D(0x13d)]['name']:'None')+'\x0a')+('Arms:\x20'+(t[D(0x154)]?t[D(0x154)][D(0x169)]:D(0x176))+'\x0a')+(D(0x161)+(t[D(0x175)]?t[D(0x175)][D(0x169)]:D(0x176))+'\x0a')+(D(0x130)+(t[D(0x13b)]?t[D(0x13b)]['name']:'None')+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x179)]?t[D(0x179)][D(0x169)]:D(0x176))+'\x0a')),h[D(0x135)]();},m=a65e[B(0x150)]({'top':'70%','left':'75%','width':B(0x16d),'height':B(0x14a),'border':{'type':'line'},'label':B(0x14b),'content':B(0x167),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x156)](m);const n=t=>{const E=B;let u=E(0x152)+t[E(0x169)]+'\x0a\x0a';u+=E(0x131),t[E(0x126)][E(0x137)]>0x0?t[E(0x126)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x148)](t);x[F(0x12d)]===RoomType[F(0x15f)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x169)];if(v[F(0x162)]())u+=F(0x15d);else v[F(0x16f)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m['setContent'](u),h[E(0x135)]();},o=a65e['box']({'id':B(0x129),'top':'0%','left':'0%','width':'75%','height':B(0x155),'border':{'type':B(0x139)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x144)](B(0x16a)),h[B(0x156)](o);const p=a65e[B(0x171)]({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x13c),'tags':!![],'border':{'type':'line'},'style':{'fg':B(0x16b),'border':{'fg':B(0x158)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x17b)](['escape','C-c'],()=>process[B(0x17d)](0x0)),p[B(0x16e)](),h[B(0x135)]();const q=Logger[B(0x12b)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x14c)]('----->>>>>>\x20Initializing\x20Game');const s=a65f[B(0x12b)](r,d);o[B(0x134)](s[B(0x153)]()),l(s[B(0x168)][B(0x132)]),j(s[B(0x168)][B(0x145)]),n(s[B(0x168)][B(0x15c)]),p[B(0x17b)]([B(0x14f)],async()=>{const G=B,t=p[G(0x159)](),u=s[G(0x15b)](t);(t[G(0x138)]('\x20')[0x0]==='take'||'equip'||G(0x177))&&(j(s[G(0x168)][G(0x145)]),l(s[G(0x168)][G(0x132)])),(t[G(0x138)]('\x20')[0x0]==='go'||G(0x166)||G(0x12f))&&n(s[G(0x168)][G(0x15c)]),t[G(0x138)]('\x20')[0x0]===G(0x165)&&o['setContent'](''),u===null&&(console[G(0x13f)]('Thanks\x20for\x20playing!'),h[G(0x135)](),q[G(0x14c)](G(0x141)),process['exit'](0x0)),o['pushLine'](u),o[G(0x174)](0x1),p[G(0x146)](),p[G(0x16e)](),h[G(0x135)]();});}catch(t){console[B(0x13f)](t),process[B(0x17d)](0x1);}}const args=process[a65H(0x16c)]['slice'](0x2);main(args[0x0],JSON[a65H(0x157)](args[0x1]),JSON[a65H(0x157)](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x19d))/0x1*(parseInt(y(0x157))/0x2)+parseInt(y(0x164))/0x3*(-parseInt(y(0x148))/0x4)+parseInt(y(0x174))/0x5*(parseInt(y(0x190))/0x6)+parseInt(y(0x14c))/0x7+-parseInt(y(0x147))/0x8*(-parseInt(y(0x163))/0x9)+-parseInt(y(0x191))/0xa+-parseInt(y(0x183))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x98315));import a65e from'blessed';import{capitalCase}from'change-case';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x143;let f=c[d];return f;},a65d(a,b);}import a65f from'./game.js';function a65c(){const I=['search','feet','Right\x20Hand:\x20','85662gtxoBw','5182510OPIMRv','argv','45%','\x20Game\x20Log\x20','<<<<<<<<---------\x20Terminating\x20game','unlock','focus','handleInput','exits','white','exit','getOtherSide','1bwFSxx','enter','forEach','legs','take','split','2504aamewF','285536SVWUBD','75%','removeAllListeners','\x20(Unlocked)','7005166uVbfui','log','line','logBox','Your\x20items\x20will\x20be\x20listed\x20here...','20%','size','(((.+)+)+)+$','70%','Left\x20Hand:\x20','10%','593254GxQrki','Head:\x20','None','\x0aThere\x20are\x20no\x20exits\x20here.','name','join','arms','Currently\x20in:\x20','\x20Equipment\x20','player','head','unequip','14427ZrgjOo','3glGYyy','scroll','lock','equip','leftHand','box','rightHand','pushLine','getWelcomeMessage','Thanks\x20for\x20playing!','render','setContent','escape','90%','\x20(Locked)','\x20Map\x20','120aeoJDh','parse','getAllItems','getInstance','key','Gloves:\x20','\x20Inventory\x20','yellow','-----\x20Exits\x20------\x0a','clearValue','getValue','100%','OUTSIDE','toString','inventory','3690302cAynSo','clear','slice','write','equipment','mousemove','append','Arms:\x20','apply','25%'];a65c=function(){return I;};return a65c();}import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x18b)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x181)]()[A(0x18d)]('(((.+)+)+)+$')[A(0x181)]()['constructor'](g)[A(0x18d)](A(0x153));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e[B(0x169)]({'top':'0%','left':B(0x149),'width':'25%','height':B(0x193),'border':{'type':'line'},'label':B(0x17a),'content':B(0x150),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x176)]()['map'](v=>v[C(0x15b)]);i[C(0x16f)](u[C(0x15c)]('\x0a')),h[C(0x16e)]();};h[B(0x189)](i);const k=a65e['box']({'top':B(0x193),'left':B(0x149),'width':B(0x18c),'height':B(0x18c),'border':{'type':B(0x14e)},'label':B(0x15f),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x17b)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x189)](k);const l=t=>{const D=B;k[D(0x16f)](D(0x158)+(t[D(0x161)]?t[D(0x161)]['name']:D(0x159))+'\x0a'+('Torso:\x20'+(t['torso']?t['torso'][D(0x15b)]:'None')+'\x0a')+('Legs:\x20'+(t[D(0x144)]?t[D(0x144)][D(0x15b)]:D(0x159))+'\x0a')+('Feet:\x20'+(t['feet']?t[D(0x18e)][D(0x15b)]:D(0x159))+'\x0a')+(D(0x18a)+(t['arms']?t[D(0x15d)]['name']:D(0x159))+'\x0a')+(D(0x179)+(t['gloves']?t['gloves'][D(0x15b)]:D(0x159))+'\x0a')+(D(0x155)+(t[D(0x168)]?t[D(0x168)]['name']:'None')+'\x0a')+(D(0x18f)+(t[D(0x16a)]?t[D(0x16a)][D(0x15b)]:'None')+'\x0a')),h['render']();},m=a65e[B(0x169)]({'top':B(0x154),'left':B(0x149),'width':B(0x18c),'height':B(0x151),'border':{'type':B(0x14e)},'label':B(0x173),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x17b)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x189)](m);const n=t=>{const E=B;let u=E(0x15e)+t['name']+'\x0a\x0a';u+=E(0x17c),t[E(0x199)][E(0x152)]>0x0?t[E(0x199)][E(0x143)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x19c)](t);x['roomType']===RoomType[F(0x180)]?u+=capitalCase(w)+':\x20'+x[F(0x15b)]:u+=capitalCase(w)+':\x20'+v[F(0x15b)];if(v['checkIfLocked']())u+=F(0x172);else v['checkIfLockable']()&&(u+=F(0x14b));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x15a),m[E(0x16f)](u),h[E(0x16e)]();},o=a65e[B(0x169)]({'id':B(0x14f),'top':'0%','left':'0%','width':'75%','height':B(0x171),'border':{'type':B(0x14e)},'label':B(0x194),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x14a)](B(0x188)),h['append'](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':B(0x17f),'height':B(0x156),'tags':!![],'border':{'type':B(0x14e)},'style':{'fg':B(0x19a),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x189)](p),h['key']([B(0x170),'C-c'],()=>process[B(0x19b)](0x0)),p[B(0x197)](),h['render']();const q=Logger[B(0x177)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x186)]('----->>>>>>\x20Initializing\x20Game');const s=a65f[B(0x177)](r,d);o['setContent'](s[B(0x16c)]()),l(s['player'][B(0x187)]),j(s[B(0x160)]['inventory']),n(s[B(0x160)]['currentLocation']),p[B(0x178)]([B(0x19e)],async()=>{const G=B,t=p[G(0x17e)](),u=s[G(0x198)](t);(t[G(0x146)]('\x20')[0x0]===G(0x145)||G(0x167)||G(0x162))&&(j(s['player'][G(0x182)]),l(s[G(0x160)][G(0x187)])),(t[G(0x146)]('\x20')[0x0]==='go'||G(0x166)||G(0x196))&&n(s[G(0x160)]['currentLocation']),t[G(0x146)]('\x20')[0x0]===G(0x184)&&o[G(0x16f)](''),u===null&&(console['log'](G(0x16d)),h[G(0x16e)](),q['write'](G(0x195)),process[G(0x19b)](0x0)),o[G(0x16b)](u),o[G(0x165)](0x1),p[G(0x17d)](),p[G(0x197)](),h[G(0x16e)]();});}catch(t){console[B(0x14d)](t),process[B(0x19b)](0x1);}}const args=process[a65H(0x192)][a65H(0x185)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a65H(0x175)](args[0x2]));
@@ -1 +1 @@
1
- function a66c(){const r=['toString','393sRuqxy','find','writeFileSync','7083280cqOIYw','The\x20logbox\x20','content','setContent','filePath','render','instance','type','4591836bGTnNZ','12iHyHrb','3777510wKPIVG','93757rDDjwp','getScrollHeight','dirname','box','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','ensureLogFileExists','join','.maka','error','existsSync','42VJFaxh','homedir','hasScreen','[INFO]\x20[','[ERROR]\x20[','side-quest.log','1583936uQVFzN','screen','appendFileSync','2916wBeLpN','search','891534Zwdksd','constructor','(((.+)+)+)+$','getInstance','children','write'];a66c=function(){return r;};return a66c();}const a66j=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x204))/0x1*(-parseInt(h(0x202))/0x2)+-parseInt(h(0x1f6))/0x3*(parseInt(h(0x217))/0x4)+-parseInt(h(0x203))/0x5+parseInt(h(0x219))/0x6*(parseInt(h(0x20e))/0x7)+-parseInt(h(0x214))/0x8+parseInt(h(0x201))/0x9+parseInt(h(0x1f9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x79b63));const a66b=(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;};}()),a66a=a66b(this,function(){const i=a66d;return a66a[i(0x1f5)]()[i(0x218)](i(0x21b))['toString']()[i(0x21a)](a66a)['search']('(((.+)+)+)+$');});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1f3;let f=c[d];return f;},a66d(a,b);}import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66j(0x20f)]();export class Logger{static [a66j(0x1ff)];[a66j(0x1fd)];[a66j(0x215)];constructor(a,b){const k=a66j;this[k(0x1fd)]=a,this[k(0x215)]=b,this['ensureLogFileExists']();}static[a66j(0x21c)](a=a66g[a66j(0x20a)](homeDir,a66j(0x20b),a66j(0x213)),b){const l=a66j;if(!Logger[l(0x1ff)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger['instance']=new Logger(a,b);}return Logger[l(0x1ff)];}[a66j(0x209)](){const m=a66j,a=a66g[m(0x206)](this['filePath']);!a66e[m(0x20d)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[m(0x20d)](this[m(0x1fd)])&&a66e[m(0x1f8)](this[m(0x1fd)],'');}[a66j(0x1f4)](a){const n=a66j,b=new Date()['toISOString'](),c=n(0x211)+b+']\x20'+a+'\x0a';a66e[n(0x216)](this['filePath'],c);}[a66j(0x20c)](a){const o=a66j,b=new Date()['toISOString'](),c=o(0x212)+b+']\x20'+a+'\x0a';a66e[o(0x216)](this[o(0x1fd)],c);}['log'](a){const p=a66j,b=this[p(0x215)]?.[p(0x1f3)][p(0x1f7)](c=>c[p(0x200)]===p(0x207)&&c['options']['id']==='logBox');b?(b[p(0x1fc)](b[p(0x1fb)]+'\x0a'+a),b['scrollTo'](b[p(0x205)]()),this[p(0x215)]?.[p(0x1fe)]()):this['error'](p(0x1fa)+b+p(0x208)+this[p(0x215)]),this['write'](a);}[a66j(0x210)](){const q=a66j;return!!this[q(0x215)];}}
1
+ const a66k=a66d;function a66c(){const s=['(((.+)+)+)+$','instance','5hDBWoa','getInstance','mkdirSync','options','47060LxCHTA','63fSRuMN','find','setContent','search','3288CGvbTV','apply','homedir','appendFileSync','write','side-quest.log','scrollTo','ensureLogFileExists','dirname','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','existsSync','819160bGZPWS','[ERROR]\x20[','filePath','458730JLubYD','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','log','join','type','28SRWtny','62051Ggyzve','hasScreen','1092192ZFksuC','20695345eMtzTc','getScrollHeight','toString','writeFileSync','[INFO]\x20[','error','constructor','logBox','screen','box','toISOString','7833TCnzZM'];a66c=function(){return s;};return a66c();}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x174))/0x1*(parseInt(h(0x173))/0x2)+-parseInt(h(0x176))/0x3+parseInt(h(0x16b))/0x4+-parseInt(h(0x185))/0x5*(-parseInt(h(0x16e))/0x6)+parseInt(h(0x182))/0x7*(-parseInt(h(0x160))/0x8)+-parseInt(h(0x18a))/0x9*(parseInt(h(0x189))/0xa)+parseInt(h(0x177))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x6ab13));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x161)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x179)]()[j(0x15f)](j(0x183))[j(0x179)]()[j(0x17d)](a66a)[j(0x15f)](j(0x183));});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x15d;let f=c[d];return f;},a66d(a,b);}a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x162)]();export class Logger{static [a66k(0x184)];[a66k(0x16d)];[a66k(0x17f)];constructor(a,b){const l=a66k;this[l(0x16d)]=a,this[l(0x17f)]=b,this['ensureLogFileExists']();}static[a66k(0x186)](a=a66g[a66k(0x171)](homeDir,'.maka',a66k(0x165)),b){const m=a66k;if(!Logger[m(0x184)]){if(!b)throw new Error(m(0x169));Logger[m(0x184)]=new Logger(a,b);}return Logger[m(0x184)];}[a66k(0x167)](){const n=a66k,a=a66g[n(0x168)](this[n(0x16d)]);!a66e[n(0x16a)](a)&&a66e[n(0x187)](a,{'recursive':!![]}),!a66e[n(0x16a)](this[n(0x16d)])&&a66e[n(0x17a)](this[n(0x16d)],'');}[a66k(0x164)](a){const o=a66k,b=new Date()[o(0x181)](),c=o(0x17b)+b+']\x20'+a+'\x0a';a66e[o(0x163)](this['filePath'],c);}[a66k(0x17c)](a){const p=a66k,b=new Date()[p(0x181)](),c=p(0x16c)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[p(0x16d)],c);}[a66k(0x170)](a){const q=a66k,b=this[q(0x17f)]?.['children'][q(0x15d)](c=>c[q(0x172)]===q(0x180)&&c[q(0x188)]['id']===q(0x17e));b?(b[q(0x15e)](b['content']+'\x0a'+a),b[q(0x166)](b[q(0x178)]()),this[q(0x17f)]?.['render']()):this['error']('The\x20logbox\x20'+b+q(0x16f)+this[q(0x17f)]),this[q(0x164)](a);}[a66k(0x175)](){const r=a66k;return!!this[r(0x17f)];}}
@@ -1 +1 @@
1
- const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0x96))/0x1+-parseInt(k(0x8c))/0x2+-parseInt(k(0x97))/0x3*(-parseInt(k(0xa0))/0x4)+-parseInt(k(0x89))/0x5*(parseInt(k(0xa9))/0x6)+parseInt(k(0xaa))/0x7+-parseInt(k(0x90))/0x8+-parseInt(k(0xa7))/0x9*(-parseInt(k(0x91))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x31c20));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x8e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0xae)]()[m(0xa8)](m(0xaf))[m(0xae)]()[m(0xa2)](a67a)[m(0xa8)](m(0xaf));});a67a();function a67c(){const q=['2464378KriafL','stringify','url','getGlobalMakaDir','toString','(((.+)+)+)+$','5BkObaG','player','resolve','438332xRzwtI','maka\x20play:side-quest','apply','dungeon','2149128wzMKnS','10TzsdMq','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','inherit','Play\x20a\x20little\x20side-quest','node','105477vmtNiw','7017PBPOpa','sideQuestAnswer','fsi','exit','./sideQuest/ui.js','What\x20is\x20your\x20name?','list','ask','side-quest','468huwSQS','shadowrun','constructor','options','log','bright','join','3300228OjUwWM','search','2437626bjnsSV'];a67c=function(){return q;};return a67c();}function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x89;let f=c[d];return f;},a67d(a,b);}import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67n(0xac)]),__dirname=dirname(__filename);Command['create']({'name':a67n(0x9f),'usage':a67n(0x8d),'shortDesc':a67n(0x94),'aliases':['sq'],'description':a67n(0x92),'validOpts':[a67n(0x8a)]},async function(a,b){const o=a67n;try{const c=this[o(0x99)][o(0xad)](),d=a67e[o(0xa6)](c,'side-quest.log'),e=b[o(0x8a)]?b['player']:await Actions[o(0x9e)](o(0x9c))||'Commoner',f={...b,'logFilePath':d},g={'type':o(0x9d),'name':o(0x98),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':o(0x8f),'value':dungeonConfig},{'name':o(0xa1),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xa3)](g);if(e&&h){const i=spawn(o(0x95),[a67e[o(0x8b)](__dirname,o(0x9b)),e,JSON[o(0xab)](h),JSON[o(0xab)](f)],{'stdio':o(0x93)});i['on'](o(0x9a),()=>{const p=o;Log[p(0xa5)]('Thanks\x20for\x20playing!');});}}catch(j){console[o(0xa4)](j);}},a67f);
1
+ const a67m=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x12b))/0x1*(-parseInt(k(0x127))/0x2)+parseInt(k(0x11c))/0x3*(-parseInt(k(0x109))/0x4)+parseInt(k(0x118))/0x5*(-parseInt(k(0x121))/0x6)+parseInt(k(0x111))/0x7*(parseInt(k(0x10d))/0x8)+parseInt(k(0x12e))/0x9*(-parseInt(k(0x11b))/0xa)+-parseInt(k(0x117))/0xb+parseInt(k(0x10e))/0xc*(parseInt(k(0x115))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x64fd1));const a67b=(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;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x110)]()[l(0x125)]('(((.+)+)+)+$')[l(0x110)]()[l(0x119)](a67a)['search']('(((.+)+)+)+$');});a67a();import a67e from'path';import{spawn}from'child_process';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x108;let f=c[d];return f;},a67d(a,b);}import a67f from'./play.command.js';import{Command}from'../../command.js';function a67c(){const p=['7745485LeFcbX','290opCHUM','constructor','resolve','50zlrvgo','3BLmaVg','log','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','inherit','bright','4614hceLKR','side-quest','dungeon','What\x20is\x20your\x20name?','search','Play\x20a\x20little\x20side-quest','4lZTtjV','side-quest.log','fsi','ask','138163kbhnAx','Commoner','./sideQuest/ui.js','342423vhpqav','join','598036eeijEs','player','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','node','176bRJYzv','4650540lMJzvv','stringify','toString','143409fzafUg','sideQuestAnswer','maka\x20play:side-quest','url','26lWLOWy','exit'];a67c=function(){return p;};return a67c();}import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x114)]),__dirname=dirname(__filename);Command['create']({'name':a67m(0x122),'usage':a67m(0x113),'shortDesc':a67m(0x126),'aliases':['sq'],'description':a67m(0x10b),'validOpts':[a67m(0x10a)]},async function(a,b){const n=a67m;try{const c=this[n(0x129)]['getGlobalMakaDir'](),d=a67e[n(0x108)](c,n(0x128)),e=b[n(0x10a)]?b[n(0x10a)]:await Actions[n(0x12a)](n(0x124))||n(0x12c),f={...b,'logFilePath':d},g={'type':'list','name':n(0x112),'message':n(0x11e),'choices':[{'name':n(0x123),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(n(0x10c),[a67e[n(0x11a)](__dirname,n(0x12d)),e,JSON[n(0x10f)](h),JSON[n(0x10f)](f)],{'stdio':n(0x11f)});i['on'](n(0x116),()=>{const o=n;Log[o(0x120)]('Thanks\x20for\x20playing!');});}}catch(j){console[n(0x11d)](j);}},a67f);
@@ -1 +1 @@
1
- function a68c(){var k=['483RdgvoS','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','(((.+)+)+)+$','npx\x20command-line-snake','10270RhUOCo','apply','constructor','toString','150AOZKes','107MKeFYf','63805UZiXNC','1822744LsdhCi','8771085wzHNjb','search','snake','46408oPUvvf','35012395VfitUD','282438jNHhOL','10iJPANU'];a68c=function(){return k;};return a68c();}var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0xc4))/0x1*(parseInt(f(0xbf))/0x2)+parseInt(f(0xcc))/0x3+-parseInt(f(0xc6))/0x4+parseInt(f(0xc5))/0x5*(-parseInt(f(0xc3))/0x6)+-parseInt(f(0xce))/0x7*(parseInt(f(0xca))/0x8)+-parseInt(f(0xc7))/0x9+-parseInt(f(0xcd))/0xa*(-parseInt(f(0xcb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x8d235));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xc0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a['toString']()[h(0xc8)](h(0xbd))[h(0xc2)]()[h(0xc1)](a68a)['search']('(((.+)+)+)+$');});function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xbc;var f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a68i(0xc9),'usage':'maka\x20game:snake','shortDesc':a68i(0xbc),'validOpts':[]},async function(){var j=a68i;execSync(j(0xbe),{'stdio':'inherit'});},a68e);
1
+ var a68h=a68d;function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x14b;var f=c[d];return f;},a68d(a,b);}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x14b))/0x1*(-parseInt(f(0x159))/0x2)+-parseInt(f(0x157))/0x3*(-parseInt(f(0x156))/0x4)+-parseInt(f(0x155))/0x5+-parseInt(f(0x154))/0x6+-parseInt(f(0x15b))/0x7*(-parseInt(f(0x153))/0x8)+-parseInt(f(0x15d))/0x9+parseInt(f(0x151))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x89d36));function a68c(){var j=['npx\x20command-line-snake','maka\x20game:snake','search','inherit','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','15564600hutxzp','(((.+)+)+)+$','3152kzjWRh','5357046LPAUcz','1546595vujbLW','424roflGx','11289AUQJRW','toString','55810WXeNiQ','constructor','1603ILiuxg','snake','2007540QrAUGG','2HmPNQh'];a68c=function(){return j;};return a68c();}var a68b=(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;};}()),a68a=a68b(this,function(){var g=a68d;return a68a[g(0x158)]()[g(0x14e)](g(0x152))[g(0x158)]()[g(0x15a)](a68a)[g(0x14e)](g(0x152));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a68h(0x15c),'usage':a68h(0x14d),'shortDesc':a68h(0x150),'validOpts':[]},async function(){var i=a68h;execSync(i(0x14c),{'stdio':i(0x14f)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x163))/0x1*(parseInt(f(0x166))/0x2)+-parseInt(f(0x172))/0x3+parseInt(f(0x16d))/0x4+parseInt(f(0x174))/0x5*(-parseInt(f(0x176))/0x6)+-parseInt(f(0x173))/0x7+parseInt(f(0x16e))/0x8*(-parseInt(f(0x16a))/0x9)+-parseInt(f(0x169))/0xa*(-parseInt(f(0x16c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x91412));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x168)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x16f)]()[h(0x164)](h(0x167))[h(0x16f)]()[h(0x170)](a69a)[h(0x164)](h(0x167));});a69a();import a69e from'./play.command.js';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x163;var f=c[d];return f;},a69d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x165)]({'name':'tetris','usage':a69i(0x177),'shortDesc':a69i(0x171),'validOpts':[]},async function(){var j=a69i;execSync(j(0x175),{'stdio':j(0x16b)});},a69e);function a69c(){var k=['(((.+)+)+)+$','apply','7871010ZqWTdi','3239199ixvDgE','inherit','33WTaTqn','3145012oqGiWI','24GPZwSg','toString','constructor','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','2075568GrDZmV','3851351cKGasW','290DAGtUv','npx\x20simple-tetris','66084kLLtRC','maka\x20game:tetris','1275EFzvhd','search','create','640XbVPbI'];a69c=function(){return k;};return a69c();}
1
+ function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x127;var f=c[d];return f;},a69d(a,b);}var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x12b))/0x1*(-parseInt(f(0x136))/0x2)+parseInt(f(0x127))/0x3*(parseInt(f(0x138))/0x4)+-parseInt(f(0x13b))/0x5*(-parseInt(f(0x128))/0x6)+parseInt(f(0x12a))/0x7+parseInt(f(0x12e))/0x8*(parseInt(f(0x139))/0x9)+parseInt(f(0x12c))/0xa*(parseInt(f(0x135))/0xb)+-parseInt(f(0x13c))/0xc*(parseInt(f(0x137))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x54099));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x131)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x133)]()[h(0x129)](h(0x134))[h(0x133)]()[h(0x130)](a69a)[h(0x129)](h(0x134));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x12f)]({'name':a69i(0x132),'usage':a69i(0x12d),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a69i;execSync(j(0x13d),{'stdio':j(0x13a)});},a69e);function a69c(){var k=['npx\x20simple-tetris','5484JSynGk','353412vusLIe','search','7994CmxWRG','2206WlOoLm','10VByViz','maka\x20game:tetris','32cZaryU','create','constructor','apply','tetris','toString','(((.+)+)+)+$','3391399Hrazfy','72CvBfvp','17862pIhCbW','1296jwNOzP','1297503uAdGHI','inherit','25NRibnu','11784FWKeAZ'];a69c=function(){return k;};return a69c();}
@@ -1 +1 @@
1
- const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0xea))/0x1*(-parseInt(f(0xf1))/0x2)+-parseInt(f(0xf2))/0x3*(-parseInt(f(0xe7))/0x4)+parseInt(f(0xf8))/0x5*(-parseInt(f(0xf7))/0x6)+parseInt(f(0xe8))/0x7+parseInt(f(0xeb))/0x8*(parseInt(f(0xef))/0x9)+-parseInt(f(0xe6))/0xa+-parseInt(f(0xe9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xf3de0));const a70b=(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;};}()),a70a=a70b(this,function(){const g=a70d;return a70a['toString']()[g(0xed)](g(0xf4))[g(0xee)]()[g(0xf9)](a70a)['search'](g(0xf4));});function a70c(){const j=['maka\x20g:dbc\x20geoserver\x20--type=pgsql','Scaffold\x20various\x20parts\x20of\x20your\x20application','error','9097310gnbaCr','20CERpfD','9914723iuBiyp','10828147bPKPID','1198033XrkRSz','24EqiKvs','maka\x20g:api\x20trucks','search','toString','1427175YEmQfa','generate','2ICtUSZ','949491WxMQdC','maka\x20{generate,\x20g}:<generator>\x20<name>','(((.+)+)+)+$','processAndRunGenerator','exit','534sCIHQi','99980UbGQiq','constructor','invoke'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xe4;let f=c[d];return f;},a70d(a,b);}import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':a70h(0xf0),'aliases':['g'],'usage':a70h(0xf3),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70h(0xe4),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos','maka\x20g:template\x20todos/todo_item','maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit',a70h(0xec),a70h(0xfb)]},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a['splice'](0x0,0x1),await a70e[i(0xf5)](c,a,b)):a70e[i(0xfa)](a,b);}catch(d){Log[i(0xe5)](d),process[i(0xf6)](0x1);}});
1
+ const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0xd4))/0x1+parseInt(f(0xdd))/0x2*(parseInt(f(0xe3))/0x3)+-parseInt(f(0xde))/0x4+-parseInt(f(0xd8))/0x5+-parseInt(f(0xd6))/0x6*(parseInt(f(0xe6))/0x7)+parseInt(f(0xdf))/0x8*(parseInt(f(0xea))/0x9)+-parseInt(f(0xdb))/0xa*(-parseInt(f(0xe5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xbe9f6));const a70b=(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;};}()),a70a=a70b(this,function(){const g=a70d;return a70a[g(0xdc)]()['search']('(((.+)+)+)+$')[g(0xdc)]()[g(0xd7)](a70a)[g(0xe2)](g(0xe1));});a70a();import{Command}from'../command.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xd2;let f=c[d];return f;},a70d(a,b);}function a70c(){const j=['constructor','6329585gsuvDX','exit','splice','3020NtEVFk','toString','728gjZBaf','1678780BVKQTe','1528rVHIlJ','maka\x20g:template\x20todos/todo_item','(((.+)+)+)+$','search','9978oBQoyU','processAndRunGenerator','19096VXTAgD','2911685yHOzCl','invoke','maka\x20generate:scaffold\x20todos','generate','72531qhVMvt','maka\x20g:scaffold\x20todos','error','391848ezfoJA','maka\x20{generate,\x20g}:<generator>\x20<name>','6GFmgnu'];a70c=function(){return j;};return a70c();}import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':a70h(0xe9),'aliases':['g'],'usage':a70h(0xd5),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a70h(0xe8),a70h(0xd2),a70h(0xe0),'maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0xda)](0x0,0x1),await a70e[i(0xe4)](c,a,b)):a70e[i(0xe7)](a,b);}catch(d){Log[i(0xd3)](d),process[i(0xd9)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x8c))/0x1+-parseInt(f(0x7f))/0x2*(-parseInt(f(0x80))/0x3)+parseInt(f(0x87))/0x4*(parseInt(f(0x84))/0x5)+parseInt(f(0x85))/0x6+parseInt(f(0x88))/0x7+parseInt(f(0x8a))/0x8*(-parseInt(f(0x81))/0x9)+-parseInt(f(0x8b))/0xa*(parseInt(f(0x86))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x664fc));var a71b=(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;};}()),a71a=a71b(this,function(){var g=a71d;return a71a[g(0x8d)]()[g(0x82)](g(0x83))[g(0x8d)]()[g(0x89)](a71a)[g(0x82)](g(0x83));});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x7f;var f=c[d];return f;},a71d(a,b);}function a71c(){var h=['597923pdkWrs','toString','771824ycezZr','3fGoWLV','302481wKMWWX','search','(((.+)+)+)+$','12575rYuxaL','1210140jJamDC','5423NPXJQk','488ZIGpzL','3341681tRhAQT','constructor','80GFKYEp','380ekssiw'];a71c=function(){return h;};return a71c();}a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x72))/0x1+-parseInt(f(0x6c))/0x2*(-parseInt(f(0x67))/0x3)+parseInt(f(0x73))/0x4+parseInt(f(0x69))/0x5+parseInt(f(0x6a))/0x6+-parseInt(f(0x6b))/0x7*(parseInt(f(0x71))/0x8)+parseInt(f(0x6f))/0x9*(-parseInt(f(0x68))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xa9f5f));var a71b=(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;};}()),a71a=a71b(this,function(){var g=a71d;return a71a['toString']()[g(0x70)](g(0x74))[g(0x6e)]()[g(0x6d)](a71a)[g(0x70)](g(0x74));});function a71c(){var h=['3746442PEJOJy','367143kLGjRZ','16XBBMQF','constructor','toString','2052333AeGmsJ','search','96sUgIUo','364943yTsvXm','3592668WRYCrM','(((.+)+)+)+$','264462gpckch','70hDHUJK','1645285uNgBKC'];a71c=function(){return h;};return a71c();}a71a();import'./get.command.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x67;var f=c[d];return f;},a71d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x19a))/0x1*(-parseInt(f(0x1a6))/0x2)+parseInt(f(0x1a4))/0x3*(-parseInt(f(0x1ab))/0x4)+parseInt(f(0x19d))/0x5*(-parseInt(f(0x1a9))/0x6)+-parseInt(f(0x19f))/0x7*(-parseInt(f(0x1aa))/0x8)+-parseInt(f(0x1a5))/0x9+-parseInt(f(0x19c))/0xa+parseInt(f(0x1a2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xdc1f7));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x19e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x1a7)]()[h(0x1ac)](h(0x198))[h(0x1a7)]()[h(0x197)](a72a)[h(0x1ac)](h(0x198));});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x197;let f=c[d];return f;},a72d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a72i(0x1a0),'usage':a72i(0x199),'shortDesc':a72i(0x1a3),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0x19b)](c);if(d)return await this[j(0x1a8)](c,a,b);else{Log[j(0x1a1)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});function a72c(){const k=['search','constructor','(((.+)+)+)+$','maka\x20get:<sub-command>','373207uiHaXK','findSubCommand','4794070aEOTYW','16345srKQTB','apply','10283EDXAcN','get','error','27055347JrksEI','Get\x20various\x20Maka\x20variables\x20and\x20configurations','121197QZVEIR','846837RZXSJM','4VbefSP','toString','runSubCommand','2118PQTgcg','5648qoKCeX','12SajVSD'];a72c=function(){return k;};return a72c();}export default GetCommand;
1
+ function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x6e;let f=c[d];return f;},a72d(a,b);}const a72i=a72d;function a72c(){const k=['Get\x20various\x20Maka\x20variables\x20and\x20configurations','search','constructor','57738mnlabK','toString','3708145AXkExG','44vwjhyS','2500038XAbETK','maka\x20get:<sub-command>','8cxLTkP','1973652PzYDVc','2106ROJFVE','7827460TinxaW','25688zmUZMv','14kzVSsF','create','250068rgJyRQ','(((.+)+)+)+$','apply','processAndRunCommand'];a72c=function(){return k;};return a72c();}(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x6e))/0x1*(parseInt(f(0x7c))/0x2)+-parseInt(f(0x80))/0x3+parseInt(f(0x75))/0x4+-parseInt(f(0x7e))/0x5+-parseInt(f(0x6f))/0x6*(parseInt(f(0x73))/0x7)+-parseInt(f(0x72))/0x8*(parseInt(f(0x70))/0x9)+parseInt(f(0x71))/0xa*(parseInt(f(0x7f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x6b79c));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x77)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()['search']('(((.+)+)+)+$')[h(0x7d)]()[h(0x7b)](a72a)[h(0x7a)](h(0x76));});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0x74)]({'name':'get','usage':a72i(0x81),'shortDesc':a72i(0x79),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x78)](b);});export default GetCommand;
@@ -1 +1 @@
1
- const a73h=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x7f))/0x1+-parseInt(f(0x6b))/0x2*(-parseInt(f(0x7a))/0x3)+parseInt(f(0x76))/0x4*(-parseInt(f(0x78))/0x5)+-parseInt(f(0x73))/0x6+-parseInt(f(0x75))/0x7*(parseInt(f(0x71))/0x8)+-parseInt(f(0x79))/0x9+parseInt(f(0x7b))/0xa*(parseInt(f(0x6f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x8df6b));const a73b=(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;};}()),a73a=a73b(this,function(){const g=a73d;return a73a[g(0x6e)]()[g(0x70)](g(0x7e))[g(0x6e)]()[g(0x6d)](a73a)['search']('(((.+)+)+)+$');});a73a();import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x6a;let f=c[d];return f;},a73d(a,b);}import{Command}from'../../command.js';Command[a73h(0x7d)]({'name':a73h(0x7c),'usage':'maka\x20get:global-config','aliases':['gc'],'shortDesc':a73h(0x77),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0x72)][i(0x80)]();console[i(0x6c)](a),process[i(0x74)](0x0);}catch(b){console[i(0x6a)](b),process['exit'](0x0);}},a73e);function a73c(){const j=['3089988saTIdl','2597631EFbTWU','126550TuuZWB','global-config','create','(((.+)+)+)+$','547694hGsjyx','getGlobalConfig','error','2oUBxgF','log','constructor','toString','3047BvCZwS','search','8705552yzbjjD','fsi','5667756fzEVkc','exit','7lrVoAu','3463932zYgHgb','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','5npgDoq'];a73c=function(){return j;};return a73c();}
1
+ function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x189;let f=c[d];return f;},a73d(a,b);}const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x199))/0x1+parseInt(f(0x19a))/0x2+parseInt(f(0x18a))/0x3*(-parseInt(f(0x18e))/0x4)+-parseInt(f(0x196))/0x5+parseInt(f(0x189))/0x6+-parseInt(f(0x18f))/0x7+parseInt(f(0x190))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xc6d70));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x18c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x195)]()[h(0x18d)](h(0x19c))[h(0x195)]()[h(0x193)](a73a)[h(0x18d)]('(((.+)+)+)+$');});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';function a73c(){const k=['Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','getGlobalConfig','150809lqwEUG','292854Yogliy','error','(((.+)+)+)+$','782604ZpcZtp','28347YTGUKs','exit','apply','search','580bQUMsu','11242749iErqpr','37870616fHkEQK','log','global-config','constructor','maka\x20get:global-config','toString','6854185VJxNes'];a73c=function(){return k;};return a73c();}Command['create']({'name':a73i(0x192),'usage':a73i(0x194),'aliases':['gc'],'shortDesc':a73i(0x197),'validOpts':[]},async function(){const j=a73i;try{const a=await this['cfg'][j(0x198)]();console[j(0x191)](a),process[j(0x18b)](0x0);}catch(b){console[j(0x19b)](b),process['exit'](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;function a74c(){const k=['4611220GdSNQj','create','5007448aqlYym','getMakaProjectConfig','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','fsi','176637EIKnhJ','constructor','search','toString','169056ebiDrN','apply','local-config','44wkWwEM','3814zmObTr','maka\x20get:local-config','643SgDKiE','5136895dxwQFl','570032hZwysm','259CuAGLc','18zXxwFn'];a74c=function(){return k;};return a74c();}(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0xdf))/0x1*(-parseInt(f(0xdd))/0x2)+-parseInt(f(0xd5))/0x3+parseInt(f(0xe1))/0x4+-parseInt(f(0xe0))/0x5+-parseInt(f(0xd9))/0x6*(-parseInt(f(0xe2))/0x7)+-parseInt(f(0xd1))/0x8*(-parseInt(f(0xe3))/0x9)+parseInt(f(0xe4))/0xa*(-parseInt(f(0xdc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xb2cb1));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0xda)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0xd8)]()[h(0xd7)]('(((.+)+)+)+$')['toString']()[h(0xd6)](a74a)[h(0xd7)]('(((.+)+)+)+$');});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xd0;let f=c[d];return f;},a74d(a,b);}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0xd0)]({'name':a74i(0xdb),'usage':a74i(0xde),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0xd3),'validOpts':[]},async function(){const j=a74i,a=await this[j(0xd4)][j(0xd2)]();console['log'](a);},a74e);
1
+ const a74i=a74d;function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1a6;let f=c[d];return f;},a74d(a,b);}(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x1af))/0x1*(parseInt(f(0x1ac))/0x2)+-parseInt(f(0x1b0))/0x3+-parseInt(f(0x1b8))/0x4+parseInt(f(0x1b6))/0x5*(-parseInt(f(0x1a6))/0x6)+parseInt(f(0x1a7))/0x7*(parseInt(f(0x1a9))/0x8)+-parseInt(f(0x1aa))/0x9*(parseInt(f(0x1b7))/0xa)+parseInt(f(0x1b9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x6679a));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x1ad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x1b3)]()[h(0x1ab)](h(0x1b1))[h(0x1b3)]()['constructor'](a74a)[h(0x1ab)](h(0x1b1));});a74a();function a74c(){const k=['4062xDXxgY','1379lxiCjP','log','4144HWLvKU','252kURvVd','search','2vJvFAE','apply','cfg','461893AmjwmX','1453158ckbnZr','(((.+)+)+)+$','local-config','toString','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','getMakaProjectConfig','405QxwoTG','79690FbfVIj','3085816LfmZBm','15285688mADOoI'];a74c=function(){return k;};return a74c();}import a74e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a74i(0x1b2),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x1b4),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x1ae)][j(0x1b5)]();console[j(0x1a8)](a);},a74e);
@@ -1 +1 @@
1
- function a75c(){const l=['hash','1926250DUyguU','110kZKGxF','2256465aZPXEk','913011RtUnte','7014awGRFo','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','8017443LutyzH','silent','error','exit','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','user','constructor','8jACsGH','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','search','notice','8393eYXSIX','getGlobalConfig','toString','apply','token','467650ffeupt','decode','whoami','2636045wsyWgX','4lygCII','maka\x20get:whoami','create','fsi','userId','roles'];a75c=function(){return l;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x15c;let f=c[d];return f;},a75d(a,b);}const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x179))/0x1+-parseInt(g(0x16b))/0x2+-parseInt(g(0x178))/0x3*(parseInt(g(0x16f))/0x4)+parseInt(g(0x16e))/0x5+-parseInt(g(0x17a))/0x6*(-parseInt(g(0x166))/0x7)+parseInt(g(0x162))/0x8*(parseInt(g(0x17c))/0x9)+-parseInt(g(0x176))/0xa*(parseInt(g(0x177))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xc84e0));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x169)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x168)]()[i(0x164)]('(((.+)+)+)+$')['toString']()[i(0x161)](a75a)[i(0x164)]('(((.+)+)+)+$');});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75j(0x171)]({'name':a75j(0x16d),'usage':a75j(0x170),'shortDesc':a75j(0x15f),'validOpts':[a75j(0x15c)]},async function(a,b){const k=a75j;try{const c=await this[k(0x172)][k(0x167)]();let d=null;return c[k(0x175)]&&(d=await a75f[k(0x16c)](c[k(0x175)]),!b[k(0x15c)]&&(Log[k(0x165)](k(0x163)+d?.[k(0x160)]),Log[k(0x165)](k(0x17b)+c[k(0x16a)]?.[k(0x173)]),Log[k(0x165)]('User\x20Access\x20Token:\x20\x20'+c[k(0x16a)]?.['authToken']),Log['notice']('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.[k(0x174)]['join'](',\x20')))),c;}catch(f){Log[k(0x15d)](f),process[k(0x15e)](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0x1ec))/0x1*(-parseInt(f(0x1df))/0x2)+-parseInt(f(0x1f5))/0x3+-parseInt(f(0x1ea))/0x4+parseInt(f(0x1f1))/0x5+parseInt(f(0x1f4))/0x6*(parseInt(f(0x1f2))/0x7)+parseInt(f(0x1e6))/0x8+parseInt(f(0x1e1))/0x9*(-parseInt(f(0x1f6))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x492d3));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x1ee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1f0)]()[h(0x1e5)](h(0x1e8))[h(0x1f0)]()[h(0x1e2)](a75a)[h(0x1e5)](h(0x1e8));});a75a();function a75c(){const k=['whoami','apply','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','toString','2216520wfziap','326452NSnHLd','silent','6acENIL','939690uiOhKp','90iMYitj','984lGsgPg','cfg','453069OZqrJX','constructor','maka\x20get:whoami','create','search','1872776DzHEeM','exit','(((.+)+)+)+$','error','922780bjSKNe','getGlobalConfig','1164oNLFrQ'];a75c=function(){return k;};return a75c();}import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1df;let f=c[d];return f;},a75d(a,b);}Command[a75i(0x1e4)]({'name':a75i(0x1ed),'usage':a75i(0x1e3),'shortDesc':a75i(0x1ef),'validOpts':[a75i(0x1f3)]},async function(){const j=a75i;try{const a=await this[j(0x1e0)][j(0x1eb)]();return a;}catch(b){Log[j(0x1e9)](b),process[j(0x1e7)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;function a76c(){var j=['22395440UfXkXK','create','toString','apply','9669051ozFAlY','search','help','1572uEywiu','Deprecated:\x20use\x20--help\x20instead','720903diDbRS','3793404PjQFvE','505560RDhFeW','4610OfAySn','91755CfljDr'];a76c=function(){return j;};return a76c();}function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x19f;var f=c[d];return f;},a76d(a,b);}(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x1a7))/0x1+-parseInt(f(0x1a5))/0x2+parseInt(f(0x1a3))/0x3+-parseInt(f(0x1a4))/0x4+parseInt(f(0x1a6))/0x5*(parseInt(f(0x1a1))/0x6)+-parseInt(f(0x1ac))/0x7+parseInt(f(0x1a8))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xc1062));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1ab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1aa)]()['search']('(((.+)+)+)+$')[h(0x1aa)]()['constructor'](a76a)[h(0x19f)]('(((.+)+)+)+$');});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0x1a9)]({'name':a76i(0x1a0),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76i(0x1a2)},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x161))/0x1*(-parseInt(f(0x16a))/0x2)+-parseInt(f(0x162))/0x3*(-parseInt(f(0x164))/0x4)+parseInt(f(0x170))/0x5+-parseInt(f(0x15e))/0x6*(-parseInt(f(0x163))/0x7)+parseInt(f(0x15f))/0x8*(parseInt(f(0x16f))/0x9)+-parseInt(f(0x16b))/0xa+parseInt(f(0x168))/0xb*(-parseInt(f(0x16e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x8e9b8));function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x15c;var f=c[d];return f;},a76d(a,b);}var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x169)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x166)]()[h(0x165)](h(0x15c))[h(0x166)]()[h(0x16d)](a76a)[h(0x165)](h(0x15c));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0x160)]({'name':a76i(0x167),'description':a76i(0x15d),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x16c)},async function(){throw new UsageError();});function a76c(){var j=['591741MhkPBy','1052175PBUcFw','(((.+)+)+)+$','Try,\x20maka\x20--help','816SgpUeu','136JXTmmn','create','404357wbDLSi','2307msiXlp','54719hcmXPc','88YMSEnI','search','toString','help','38621xtluGy','apply','4DdtZXw','1891360oNlSAR','Deprecated:\x20use\x20--help\x20instead','constructor','8352qJiopL'];a76c=function(){return j;};return a76c();}